Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2024 22:35:08 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        dougm@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #1887 - Still Failing
Message-ID:  <1415568200.17637.1728254111443@jenkins.ci.freebsd.org>
In-Reply-To: <1802800842.17625.1728251621906@jenkins.ci.freebsd.org>
References:  <1802800842.17625.1728251621906@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #1887 (9147a0c93bc0b93d2d9d11e0a5a4a=
7358d04137a) - Still Failing

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

9147a0c93bc0b93d2d9d11e0a5a4a7358d04137a by dougm:
pctrie: don't assign to root



The end of the build log:

[...truncated 88.27 MiB...]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__tree:1537:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
 1537 | __tree<_Tp, _Compare, _Allocator>::~__tree() {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__tree:1537:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__tree:1537:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__tree:1445:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
 1445 | __tree<_Tp, _Compare, _Allocator>::__tree(const __tree& __t)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__tree:1445:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__tree:1445:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:66:54: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
   66 | _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI bool __cxx_atomic_w=
ait(_Atp* __a, _Fn&& __test_fn) {
      |                                                      ^~~~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:66:54: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/construct_at.h:23:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:278:28: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  278 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args=
) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  621 | __list_imp<_Tp, _Alloc>::~__list_imp() {
      | ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1453:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1453 | void list<_Tp, _Alloc>::splice(const_iterator __p, list& __c) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1255:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1255 | void list<_Tp, _Alloc>::push_back(const value_type& __x) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/istream:1113:55: =
warning: 'always_inline' function might not be inlinable [-Wattributes]
 1113 | _LIBCPP_HIDE_FROM_ABI basic_istream<_CharT, _Traits>& ws(basic_istr=
eam<_CharT, _Traits>& __is) {
      |                                                       ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1045:1: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1045 | list<_Tp, _Alloc>::list(const list& __c)
      | ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1045:1: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1045:1: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:786:53: w=
arning: 'always_inline' function might not be inlinable [-Wattributes]
  786 | _LIBCPP_HIDE_FROM_ABI basic_ostream<char, _Traits>& operator<<(basi=
c_ostream<char, _Traits>& __os, const char* __str) {
      |                                                     ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:925:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
  925 | operator<<(basic_ostream<_CharT, _Traits>& __os, const basic_string=
<_CharT, _Traits, _Allocator>& __str) {
      | ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1494:50: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
 1494 | typename list<_Tp, _Alloc>::__remove_return_type list<_Tp, _Alloc>:=
:remove(const value_type& __x) {
      |                                                  ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1273:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1273 | void list<_Tp, _Alloc>::push_back(value_type&& __x) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  621 | __list_imp<_Tp, _Alloc>::~__list_imp() {
      | ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3929:1: wa=
rning: 'always_inline' function might not be inlinable [-Wattributes]
 3929 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, _=
CharT __rhs) {
      | ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1265:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1265 | void list<_Tp, _Alloc>::push_front(value_type&& __x) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1255:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1255 | void list<_Tp, _Alloc>::push_back(const value_type& __x) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:101:1: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
  101 | __cxx_atomic_wait(_Atp* __a, _Tp const __val, memory_order __order)=
 {
      | ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:101:1: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__atomic/contention_t.h:12,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__atomic/atomic_sync.h:12:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:115:28: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  115 | _LIBCPP_HIDE_FROM_ABI void __cxx_atomic_store(__cxx_atomic_base_imp=
l<_Tp>* __a, _Tp __val, memory_order __order) {
      |                            ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:110:1: warning: 'always_inline' function might not be inlinable [=
-Wattributes]
  110 | __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp _=
_val, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:155:27: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  155 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_exchange(__cxx_atomic_base_i=
mpl<_Tp>* __a, _Tp __value, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:147:1: warning: 'always_inline' function might not be inlinable [=
-Wattributes]
  147 | __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, _T=
p __value, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:139:27: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  139 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const __cxx_atomic_base=
_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:120:27: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  120 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_at=
omic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:278:28: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  278 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args=
) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:299:28: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  299 | _LIBCPP_HIDE_FROM_ABI void __do_deallocate_handle_size(void* __ptr,=
 size_t __size, _Args... __args) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:269:29: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  269 | _LIBCPP_HIDE_FROM_ABI void* __libcpp_operator_new(_Args... __args) =
{
      |                             ^~~~~~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/userboot/userboot_4th ---
--- pnglite.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.pnglite.pico -MTpnglite.pico -std=3Dgnu99 -Wno-format-z=
ero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-erro=
r=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3D=
bool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Dde=
precated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-err=
or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin=
itialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type -Wno-address-of-packed-member  -Os -I/workspace/sr=
c/contrib/pnglite -DHAVE_MEMCPY -I/workspace/src/sys/contrib/zlib    -c /wo=
rkspace/src/contrib/pnglite/pnglite.c -o pnglite.pico
--- all_subdir_stand/userboot/userboot_lua ---
--- devopen.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.devopen=
.pico -MTdevopen.pico -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers=
 -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dc=
ast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-=
error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthese=
s -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunus=
ed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3D=
maybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negativ=
e-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variabl=
e -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansio=
n-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -W=
no-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 -Wn=
o-address-of-packed-member  -Os     -c /workspace/src/stand/common/devopen.=
c -o devopen.pico
--- all_subdir_share ---
--- sample7_unittest ---
--- sample7_unittest.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -fPIE -g -Wno-format-zero-length -fstack-protector-strong -=
Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpo=
inter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wu=
nused-parameter -Wcast-align -Wchar-subscripts -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempt=
y-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-e=
rror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3D=
unused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -=
Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3D=
format-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-boo=
l-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-erro=
r=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wn=
o-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestr=
ict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation =
-Wno-return-type -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/priva=
te -DGTEST_HAS_POSIX_RE=3D1 -DGTEST_HAS_PTHREAD=3D1 -DGTEST_HAS_STREAM_REDI=
RECTION=3D1 -frtti -fPIE -std=3Dc++14 -Wno-literal-suffix -Wno-error=3Dunkn=
own-pragmas -Wno-dangling-reference  -Wl,-zrelro -pie -Wl,-znoexecstack  -o=
 sample7_unittest.full  sample7_unittest.o -lprivategtest_main -lprivategte=
st
--- all_subdir_sbin ---
--- mount_nullfs.full ---
/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/sbin/mount -fPIE -g -std=3Dgnu99 -Wno-form=
at-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-paramet=
er -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -=
Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds=
 -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align =
-Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Den=
um-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-err=
or=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functio=
n -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -W=
no-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-err=
or=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defin=
ed -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  -Wl,-zrelr=
o -pie -Wl,-znoexecstack   -o mount_nullfs.full mount_nullfs.o getmntopts.o=
 =20
--- all_subdir_stand ---
--- interp.pico ---
--- all_subdir_sbin ---
--- mount_nullfs.8.gz ---
--- 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 -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.interp.=
pico -MTinterp.pico -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -=
Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darra=
y-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcas=
t-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-er=
ror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses =
-Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused=
-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dma=
ybe-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 -Wno=
-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 -Wn=
o-address-of-packed-member  -Os     -c /workspace/src/stand/common/interp.c=
 -o interp.pico
--- all_subdir_sbin ---
gzip -cn /workspace/src/sbin/mount_nullfs/mount_nullfs.8 > mount_nullfs.8.g=
z
--- mount_nullfs.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug mount_n=
ullfs.full mount_nullfs.debug
--- mount_nullfs ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dmount_nullfs.debug  mount_nullfs.full mount_nullfs
--- all_subdir_sbin/mount_udf ---
=3D=3D=3D> sbin/mount_udf (all)
--- all_subdir_share ---
--- sample7_unittest.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sample7=
_unittest.full sample7_unittest.debug
--- all_subdir_sbin ---
--- .depend ---
echo mount_udf.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a =
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libkiconv.a >> .depend
--- mount_udf.o ---
--- all_subdir_share ---
--- sample7_unittest ---
--- all_subdir_sbin ---
/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/sbin/mount -I/workspace/src/sys   -fPIE -=
g -MD  -MF.depend.mount_udf.o -MTmount_udf.o -std=3Dgnu99 -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 -Wcas=
t-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-poin=
ter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-er=
ror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-err=
or=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compa=
re -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstr=
ict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-e=
rror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialize=
d -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type        -c /workspace/=
src/sbin/mount_udf/mount_udf.c -o mount_udf.o
--- all_subdir_share ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsample7_unittest.debug  sample7_unittest.full sample7_unittest
--- all_subdir_cddl ---
--- zfsd.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -DIN_BASE -I/workspace/src/sys/contrib/openzfs/include -I/w=
orkspace/src/sys/contrib/openzfs/lib/libspl/include -I/workspace/src/sys/co=
ntrib/openzfs/lib/libspl/include/os/freebsd -I/workspace/src/sys/contrib/op=
enzfs/lib/libzpool/include -I/workspace/src/sys -include /workspace/src/sys=
/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -I/workspace/src/cdd=
l/usr.sbin -DHAVE_ISSETUGID -DHAVE_EXECVPE -DNEED_SOLARIS_BOOLEAN -DHAVE_ST=
RLCAT -DHAVE_STRLCPY -fPIE -g -Wno-format-zero-length -fstack-protector-str=
ong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wdat=
e-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -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-parentheses -Wno-error=3Dstrict-aliasing =
-Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused=
-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=
=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautologi=
cal-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation =
-Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dform=
at-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthroug=
h -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=
=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err=
or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement=
-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er=
ror=3Dstringop-truncation -Wno-return-type -Wno-unknown-pragmas -Wno-addres=
s-of-packed-member -fPIE -Wno-literal-suffix -Wno-error=3Dunknown-pragmas -=
Wno-dangling-reference  -Wl,-zrelro -pie -Wl,-znoexecstack   -o zfsd.full  =
callout.o case_file.o zfsd_event.o vdev.o vdev_iterator.o zfsd.o zfsd_excep=
tion.o zpool_list.o zfsd_main.o -lprivatedevdctl  -lzfs  -lutil  -lgeom  -l=
bsdxml  -lsbuf  -lnvpair  -lavl  -luutil  -lzutil=20
--- all_subdir_stand ---
--- all_subdir_stand/userboot/userboot_4th ---
--- tslog.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.tslog.pico -MTtslog.pico -std=3Dgnu99 -Wno-format-zero-=
length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3D=
address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool=
-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec=
ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=
=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit=
ialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type -Wno-address-of-packed-member  -Os     -c /workspa=
ce/src/stand/common/tslog.c -o tslog.pico
--- load_elf32.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.load_elf32.pico -MTload_elf32.pico -std=3Dgnu99 -Wno-fo=
rmat-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wn=
o-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-er=
ror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-erro=
r=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -W=
no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-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=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     -c /=
workspace/src/stand/common/load_elf32.c -o load_elf32.pico
--- all_subdir_sbin ---
--- getmntopts.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/sbin/mount -I/workspace/src/sys   -fPIE -=
g -MD  -MF.depend.getmntopts.o -MTgetmntopts.o -std=3Dgnu99 -Wno-format-zer=
o-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-forma=
t-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wretur=
n-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wc=
ast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-po=
inter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-=
error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-e=
rror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-com=
pare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Ds=
trict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno=
-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitiali=
zed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-err=
or=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Db=
ool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wn=
o-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpli=
cit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-si=
ze -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-com=
pare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizati=
ons -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dm=
ultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mema=
ccess -Wno-error=3Dstringop-truncation -Wno-return-type        -c /workspac=
e/src/sbin/mount/getmntopts.c -o getmntopts.o
--- all_subdir_stand ---
--- all_subdir_stand/userboot/userboot_lua ---
--- interp_backslash.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.interp_=
backslash.pico -MTinterp_backslash.pico -std=3Dgnu99 -Wno-format-zero-lengt=
h -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre=
ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp=
are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-=
declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi=
cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized=
 -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-=
body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-err=
or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn=
o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo=
rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-=
context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=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=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member  -Os     -c /workspace/src/st=
and/common/interp_backslash.c -o interp_backslash.pico
--- interp_parse.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.interp_=
parse.pico -MTinterp_parse.pico -std=3Dgnu99 -Wno-format-zero-length -Wsyst=
em-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-=
error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno=
-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarat=
ions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-=
parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-er=
ror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wn=
o-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshi=
ft-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-con=
st-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -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=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -Wno-address-of-packed-member  -Os     -c /workspace/src/stand/co=
mmon/interp_parse.c -o interp_parse.pico
--- all_subdir_stand/userboot/userboot_4th ---
--- load_elf32_obj.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.load_elf32_obj.pico -MTload_elf32_obj.pico -std=3Dgnu99=
 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-=
time -Wno-error=3Daddress -Wno-error=3Darray-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=3D=
extra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn=
o-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-va=
lue -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dn=
onnull-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-o=
verflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -W=
no-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dno=
except-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3D=
stringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dc=
ast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macr=
os -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/common/load_elf32_obj.c -o load_elf32_obj.pico
--- all_subdir_sbin ---
--- mount_udf.full ---
/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/sbin/mount -I/workspace/src/sys -fPIE -g -=
std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-heade=
rs -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototy=
pes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsh=
adow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wo=
ld-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno=
-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wn=
o-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declara=
tions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not=
-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-e=
rror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -W=
no-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dsh=
ift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-co=
nst-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -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=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type  -Wl,-zrelro -pie -Wl,-znoexecstack   -o mount_udf.full mount_udf=
.o getmntopts.o   -lkiconv=20
--- all_subdir_stand ---
--- all_subdir_stand/userboot/userboot_lua ---
--- ls.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.ls.pico=
 -MTls.pico -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -=
Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds=
 -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align =
-Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Den=
um-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-err=
or=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functio=
n -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -W=
no-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-err=
or=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defin=
ed -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  -Os     -c /workspace/src/stand/common/ls.c -o ls.pico
--- all_subdir_sbin ---
--- mount_udf.8.gz ---
gzip -cn /workspace/src/sbin/mount_udf/mount_udf.8 > mount_udf.8.gz
--- mount_udf.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug mount_u=
df.full mount_udf.debug
--- mount_udf ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dmount_udf.debug  mount_udf.full mount_udf
--- all_subdir_sbin/mount_unionfs ---
=3D=3D=3D> sbin/mount_unionfs (all)
--- .depend ---
echo mount_unionfs.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/lib=
c.a  >> .depend
--- mount_unionfs.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/sbin/mount   -fPIE -g -MD  -MF.depend.mou=
nt_unionfs.o -MTmount_unionfs.o -std=3Dgnu99 -Wno-format-zero-length -fstac=
k-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-u=
nused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-q=
ual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wcha=
r-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wda=
te-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu=
tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere=
d -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=
=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing =
-Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused=
-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=
=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautologi=
cal-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation =
-Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dform=
at-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthroug=
h -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=
=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err=
or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement=
-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er=
ror=3Dstringop-truncation -Wno-return-type        -c /workspace/src/sbin/mo=
unt_unionfs/mount_unionfs.c -o mount_unionfs.o
--- all_subdir_stand ---
--- misc.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.misc.pi=
co -MTmisc.pico -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werr=
or -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-al=
ign -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  -Os     -c /workspace/src/stand/common/misc.c -o mis=
c.pico
--- all_subdir_sbin ---
In function 'parse_uid',
    inlined from 'main' at /workspace/src/sbin/mount_unionfs/mount_unionfs.=
c:146:6:
/workspace/src/sbin/mount_unionfs/mount_unionfs.c:110:25: warning: 'strncpy=
' specified bound 20 equals destination size [-Wstringop-truncation]
  110 |                         strncpy(buf, s, bufsize);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
In function 'parse_gid',
    inlined from 'main' at /workspace/src/sbin/mount_unionfs/mount_unionfs.=
c:142:6:
/workspace/src/sbin/mount_unionfs/mount_unionfs.c:91:25: warning: 'strncpy'=
 specified bound 20 equals destination size [-Wstringop-truncation]
   91 |                         strncpy(buf, s, bufsize);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_rescue ---
--- af_link.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/lib/libifconfig -I/tmp/obj/workspace/sr=
c/amd64.amd64/rescue/rescue/workspace/src/lib/libifconfig -DINET6 -DINET -W=
all -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRES=
CUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspa=
ce/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.af_link.o -MTaf_link.o =
-std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-head=
ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-protot=
ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws=
hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -W=
old-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wn=
o-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -W=
no-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declar=
ations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-no=
t-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-=
error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -=
Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Ds=
hift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-c=
onst-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-erro=
r=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-t=
runcation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-contex=
t -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonn=
ull -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=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type        -c /workspace/src/sbin/ifconfig/af_link.c -o af_link.o
--- all_subdir_sbin ---
--- getmntopts.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/sbin/mount   -fPIE -g -MD  -MF.depend.get=
mntopts.o -MTgetmntopts.o -std=3Dgnu99 -Wno-format-zero-length -fstack-prot=
ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-=
parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -W=
write-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subs=
cripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-tim=
e -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W=
no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno=
-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dext=
ra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e=
rror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value=
 -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonn=
ull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-com=
pare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-er=
ror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-over=
flow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-=
error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexc=
ept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstr=
ingop-overflow -Wno-error=3Daggressive-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=3Dst=
ringop-truncation -Wno-return-type        -c /workspace/src/sbin/mount/getm=
ntopts.c -o getmntopts.o
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- 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_stand/userboot ---
--- modinfo.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.modinfo=
.pico -MTmodinfo.pico -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers=
 -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dc=
ast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-=
error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthese=
s -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunus=
ed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3D=
maybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negativ=
e-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variabl=
e -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansio=
n-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -W=
no-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 -Wn=
o-address-of-packed-member  -Os     -c /workspace/src/stand/common/modinfo.=
c -o modinfo.pico
--- all_subdir_stand/i386 ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.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 -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 ---
/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/obj/wo=
rkspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STAND=
ALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-m=
cfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/wor=
kspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-=
mmx -mno-sse -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0x0 -I/=
workspace/src/stand/i386/common -std=3Dgnu99 -Wno-format-zero-length -Wsyst=
em-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-=
error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno=
-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarat=
ions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-=
parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-er=
ror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wn=
o-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshi=
ft-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-con=
st-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -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=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -Wno-address-of-packed-member -Os -mpreferred-stack-boundary=3D2 =
 -nostdlib -e start -Wl,--defsym,ORG=3D0x9000,-T,/workspace/src/stand/i386/=
boot.ldscript -Wl,-N,-S,--oformat,binary -Wl,--build-id=3Dnone -Wl,-zrelro =
-Wl,-znoexecstack   -o btx btx.o =20
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], c=
ore dumped
compilation terminated.
*** [btx] Error code 1

make[6]: stopped in /workspace/src/stand/i386/btx/btx
       42.64 real        90.33 user        13.80 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/jenkins7348141105018303=
60.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_17636_811246147.1728254109020--



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