Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2024 12:12:49 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        markj@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #1733 - Still Failing
Message-ID:  <1066878213.6363.1726747972658@jenkins.ci.freebsd.org>
In-Reply-To: <2109755899.6347.1726731622255@jenkins.ci.freebsd.org>
References:  <2109755899.6347.1726731622255@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_6362_167265991.1726747969900
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-gcc13_build - Build #1733 (1ae4951ba7bb203d9a29892792960=
f0869759d35) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil=
d/1733/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/=
1733/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1=
733/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)

1f903953fbf8615bb611db059417177f6cee07bd by markj:
bhyve: Add raw tcp to uart backend

767723ddebe9c76a2d4a45a50d9b0efc9f2f91d7 by markj:
iflib: Use if_alloc_dev() to allocate the ifnet

9aabab09c4e163fa8187b265d6836d822516b1c9 by markj:
dtrace/amd64: Fix probe argument fetching

5bd7b976c1214cd6357b74f491753a331f9b7c99 by markj:
dtrace_test: Remove the dependency on dtraceall

d439598dd0d341b0c0b77151ba904e09c42f8421 by markj:
dtrace tests: Add a test case which validates FBT probe arguments

06e7bc83f6a49b99f87ad1a6034e2fad54ebe7f3 by markj:
dtrace/amd64: Remove the dtrace_invop_callsite symbol

1ae4951ba7bb203d9a29892792960f0869759d35 by markj:
netmap: Make the memory ops function pointer table const



The end of the build log:

[...truncated 86.46 MiB...]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | 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, _WideAlloc, _ByteAllo=
c>::wide_string std::__1::wstring_convert<_Codecvt, _Elem, _WideAlloc, _Byt=
eAlloc>::from_bytes(const char*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3149:38: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3149 |     return from_bytes(__ptr, __ptr + char_traits<char>::length(__pt=
r));
      |                                      ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | 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, _WideAlloc, _ByteAllo=
c>::byte_string std::__1::wstring_convert<_Codecvt, _Elem, _WideAlloc, _Byt=
eAlloc>::to_bytes(const _Elem*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3158:38: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3158 |     return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__w=
ptr));
      |                                      ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_libexec ---
--- rbootd.8.gz ---
--- all_subdir_usr.bin ---
/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:3176:8: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3176 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::ws=
tring_convert(_Codecvt* __pcvt, state_type __state)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3180:1: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3180 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_c=
onvert(
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3189:8: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3189 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::ws=
tring_convert(wstring_convert&& __wc)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
--- all_subdir_libexec ---
gzip -cn /workspace/src/libexec/rbootd/rbootd.8 > rbootd.8.gz
--- all_subdir_usr.bin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3256:10: w=
arning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byt=
eAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declar=
ations]
 3256 | typename wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::=
byte_string
      |          ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3257:1: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3257 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::to_bytes(=
const _Elem* __frm, const _Elem* __frm_end) {
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
--- all_subdir_libexec ---
--- rbootd.debug ---
--- all_subdir_usr.bin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3324:62: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3324 | template <class _Codecvt, class _Elem =3D wchar_t, class _Tr =3D ch=
ar_traits<_Elem> >
      |                                                              ^~~~~~=
~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_libexec ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug rbootd.=
full rbootd.debug
--- all_subdir_cddl ---
--- all_subdir_cddl/tests ---
=3D=3D=3D> cddl/tests (all)
--- all_subdir_stand ---
--- all_subdir_stand/userboot/userboot_4th ---
--- devicename.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/=
stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common =
-DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_=
GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan=
d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co=
ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.hel--- all_subdir_l=
ibexec ---
--- rbootd ---
--- all_subdir_stand ---
p.userboot\" -I. -g -MD  -MF.depend.devicename.pico -MTdevicename.pico -std=
=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign=
 -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo=
bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-=
error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia=
sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du=
nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto=
logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat=
ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D=
format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth=
rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er=
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
  -Os     -c /workspace/src/stand/userboot/userboot_4th/../userboot/devicen=
ame.c -o devicename.pico
--- all_subdir_cddl ---
--- all_subdir_cddl/usr.sbin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3116:30: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3116 |   typedef basic_string<char, char_traits<char>, _ByteAlloc> byte_st=
ring;
      |                              ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3117:31: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3117 |   typedef basic_string<_Elem, char_traits<_Elem>, _WideAlloc> wide_=
string;
      |                               ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_libexec ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Drbootd.debug  rbootd.full rbootd
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member=
 function 'std::__1::wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAllo=
c>::wide_string std::__1::wstring_convert<_Codecvt, _Elem, _WideAlloc, _Byt=
eAlloc>::from_bytes(const char*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3149:38: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3149 |     return from_bytes(__ptr, __ptr + char_traits<char>::length(__pt=
r));
      |                                      ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | 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, _WideAlloc, _ByteAllo=
c>::byte_string std::__1::wstring_convert<_Codecvt, _Elem, _WideAlloc, _Byt=
eAlloc>::to_bytes(const _Elem*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3158:38: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3158 |     return to_bytes(__wptr, __wptr + char_traits<_Elem>::length(__w=
ptr));
      |                                      ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | 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:3176:8: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3176 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::ws=
tring_convert(_Codecvt* __pcvt, state_type __state)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3180:1: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3180 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_c=
onvert(
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3189:8: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3189 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::ws=
tring_convert(wstring_convert&& __wc)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3256:10: w=
arning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byt=
eAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declar=
ations]
 3256 | typename wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::=
byte_string
      |          ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3257:1: wa=
rning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _Byte=
Alloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declara=
tions]
 3257 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::to_bytes(=
const _Elem* __frm, const _Elem* __frm_end) {
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3114:56: n=
ote: declared here
 3114 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_conv=
ert {
      |                                                        ^~~~~~~~~~~~=
~~~
--- all_subdir_libexec ---
--- all_subdir_libexec/talkd ---
=3D=3D=3D> libexec/talkd (all)
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3324:62: w=
arning: '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 cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3324 | template <class _Codecvt, class _Elem =3D wchar_t, class _Tr =3D ch=
ar_traits<_Elem> >
      |                                                              ^~~~~~=
~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_stand ---
--- elf32_freebsd.pico ---
--- all_subdir_libexec ---
--- .depend ---
echo ntalkd.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >>=
 .depend
--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/=
stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common =
-DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_=
GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan=
d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co=
ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.=
 -g -MD  -MF.depend.elf32_freebsd.pico -MTelf32_freebsd.pico -std=3Dgnu99 -=
Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-ti=
me -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -=
Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wn=
o-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dex=
tra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-=
error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-valu=
e -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnon=
null-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-co=
mpare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-e=
rror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-ove=
rflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno=
-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoex=
cept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dst=
ringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcas=
t-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros=
 -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Ds=
tringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     =
-c /workspace/src/stand/userboot/userboot_4th/../userboot/elf32_freebsd.c -=
o elf32_freebsd.pico
--- all_subdir_libexec ---
--- talkd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -I/workspace/src/usr.bin/wall   -fPIE -g -MD  -MF.depend.t=
alkd.o -MTtalkd.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-st=
rong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-paramete=
r -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st=
rings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -=
Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wform=
at=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddress -Wno-error=3Darr=
ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca=
st-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-e=
rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses=
 -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunuse=
d-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dm=
aybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative=
-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable=
 -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion=
-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wn=
o-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
    -c /workspace/src/libexec/talkd/talkd.c -o talkd.o
--- all_subdir_secure ---
--- all_subdir_secure/usr.sbin ---
--- auth-rhosts.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/crypto/openssh -include ssh_namespace.h=
 -include sk_config.h -DHAVE_LDNS=3D1 -DUSE_BSM_AUDIT=3D1 -DHAVE_GETAUDIT_A=
DDR=3D1 -DUSE_BLACKLIST=3D1 -I/workspace/src/contrib/blocklist/include -inc=
lude krb5_config.h -DLIBWRAP=3D1 -fPIE -g -MD  -MF.depend.auth-rhosts.o -MT=
auth-rhosts.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong=
 -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-boun=
ds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-alig=
n -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3D=
enum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-e=
rror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-funct=
ion -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-un=
initialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value =
-Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-e=
rror=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-def=
ined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=
=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemse=
t-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpoi=
nter-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-op=
timizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-e=
rror=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-poin=
ter-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-addres=
s-of-packed-member       -c /workspace/src/crypto/openssh/auth-rhosts.c -o =
auth-rhosts.o
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- all_subdir_stand/userboot ---
--- elf64_freebsd.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/=
stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common =
-DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_=
GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan=
d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co=
ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.=
 -g -MD  -MF.depend.elf64_freebsd.pico -MTelf64_freebsd.pico -std=3Dgnu99 -=
Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-ti=
me -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -=
Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wn=
o-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dex=
tra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-=
error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-valu=
e -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnon=
null-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-co=
mpare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-e=
rror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-ove=
rflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno=
-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoex=
cept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dst=
ringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcas=
t-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros=
 -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Ds=
tringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     =
-c /workspace/src/stand/userboot/userboot_4th/../userboot/elf64_freebsd.c -=
o elf64_freebsd.pico
--- all_subdir_usr.bin ---
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/unar=
y_negate.h:39:88: warning: 'template<class _Predicate> class std::__1::unar=
y_negate' is deprecated [-Wdeprecated-declarations]
   39 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _L=
IBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
      |                                                                    =
                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate
      |                                                        ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h: In function 'constexpr std::__1::unary_negate<_Predicate> std::=
__1::not1(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:41:10: warning: 'template<class _Predicate> class std::__1::unar=
y_negate' is deprecated [-Wdeprecated-declarations]
   41 |   return unary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate
      |                                                        ^~~~~~~~~~~~
--- all_subdir_rescue ---
--- tape.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DRDUMP   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/li=
b/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -M=
F.depend.tape.o -MTtape.o -std=3Dgnu99 -Wno-format-zero-length -fstack-prot=
ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitiali=
zed -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-a=
lign -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=
=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn=
o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-fu=
nction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe=
-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-val=
ue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wn=
o-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-=
defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-er=
ror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dme=
mset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3D=
pointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop=
-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wn=
o-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-p=
ointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-add=
ress-of-packed-member       -c /workspace/src/sbin/dump/tape.c -o tape.o
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- all_subdir_cddl ---
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/unar=
y_negate.h:39:88: warning: 'template<class _Predicate> class std::__1::unar=
y_negate' is deprecated [-Wdeprecated-declarations]
   39 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _L=
IBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
      |                                                                    =
                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate
      |                                                        ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h: In function 'constexpr std::__1::unary_negate<_Predicate> std::=
__1::not1(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:41:10: warning: 'template<class _Predicate> class std::__1::unar=
y_negate' is deprecated [-Wdeprecated-declarations]
   41 |   return unary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate
      |                                                        ^~~~~~~~~~~~
--- all_subdir_stand ---
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/i386/btx/btx ---
=3D=3D=3D> stand/i386/btx/btx (all)
--- all_subdir_libexec ---
--- announce.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -I/workspace/src/usr.bin/wall   -fPIE -g -MD  -MF.depend.a=
nnounce.o -MTannounce.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protec=
tor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-pa=
rameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwr=
ite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscr=
ipts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time =
-Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddress -Wno-error=
=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-erro=
r=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations =
-Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-paren=
theses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-=
negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-=
variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype        -c /workspace/src/libexec/talkd/announce.c -o announce.o
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_stand/userboot ---
--- all_subdir_stand/userboot/userboot_lua ---
--- bootinfo.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -I/workspace/src/contri=
b/lua/src -I/workspace/src/stand/common -I/workspace/src/stand/liblua -DLOA=
DER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SU=
PPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/sr=
c/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/commo=
n -DHELP_FILENAME=3D\"loader.help.userboot\" -I. -g -MD  -MF.depend.bootinf=
o.pico -MTbootinfo.pico -std=3Dgnu99 -Wno-format-zero-length -Wsystem-heade=
rs -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3D=
array-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=
=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -=
Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parent=
heses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3D=
unused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-erro=
r=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-neg=
ative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-var=
iable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpa=
nsion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncatio=
n -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-e=
rror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno=
-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggres=
sive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-=
value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=
=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-ty=
pe -Wno-address-of-packed-member  -Os     -c /workspace/src/stand/userboot/=
userboot_lua/../userboot/bootinfo.c -o bootinfo.pico
--- all_subdir_stand/i386 ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
--- all_subdir_stand/userboot ---
--- all_subdir_stand/userboot/userboot_4th ---
--- host.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/=
stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common =
-DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_=
GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan=
d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co=
ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.=
 -g -MD  -MF.depend.host.pico -MThost.pico -std=3Dgnu99 -Wno-format-zero-le=
ngth -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Dad=
dress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-c=
ompare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecat=
ed-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dl=
ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali=
zed -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Demp=
ty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-=
error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecate=
d -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=
=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-=
bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-e=
rror=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow =
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type =
-Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Dre=
strict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncati=
on -Wno-return-type -Wno-address-of-packed-member  -Os     -c /workspace/sr=
c/stand/userboot/userboot_4th/../userboot/host.c -o host.pico
--- all_subdir_stand/i386 ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/o=
bj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_=
STANDALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dflo=
aty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -=
I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding =
-mno-mmx -mno-sse  -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0=
x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=
=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign=
 -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo=
bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-=
error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia=
sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du=
nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto=
logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat=
ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D=
format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth=
rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er=
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
  -Os -mpreferred-stack-boundary=3D2        -c /workspace/src/stand/i386/bt=
x/btx/btx.S -o btx.o
--- btx ---
       54.56 real        82.19 user        11.11 sys

make[1]: stopped in /workspace/src

make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins1286788825702717=
5893.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
------=_Part_6362_167265991.1726747969900--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1066878213.6363.1726747972658>