Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2023 15:23:26 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #1614 - Still Failing
Message-ID:  <1195519646.3130.1693495408356@jenkins.ci.freebsd.org>
In-Reply-To: <1416664786.3114.1693484550869@jenkins.ci.freebsd.org>
References:  <1416664786.3114.1693484550869@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #1614 (fa03d37432caf17d56a931a9e6f5d=
9b06f102c5b) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil=
d/1614/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/=
1614/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1=
614/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)

fa03d37432caf17d56a931a9e6f5d9b06f102c5b by kp:
mcast: fix memory leak in imf_purge()



The end of the build log:

[...truncated 72.08 MB...]
--- exception.o ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/shared_ptr.h:31,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/ostream:168,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/istream:165,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/sstream:191,
                 from /workspace/src/lib/libdevdctl/exception.cc:42:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:721:50: warning: type attributes ignored after type is already defined=
 [-Wattributes]
  721 | template <class _Tp> struct _LIBCPP_TEMPLATE_VIS hash;
      |                                                  ^~~~
--- sbin/ipf/libipf__L ---
/workspace/src/sbin/ipf/libipf/printproto.c:11:19: warning: 'rcsid' defined=
 but not used [-Wunused-const-variable=3D]
   11 | static const char rcsid[] =3D "@(#)$Id$";
      |                   ^~~~~
--- printsbuf.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printsbuf.o -MTprintsbuf.o -std=3Dgnu99 -Wn=
o-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wal=
l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-for=
mat -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes =
-Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W=
no-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3De=
xtra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno=
-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-val=
ue -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dno=
nnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-c=
ompare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-=
error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-ov=
erflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wn=
o-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoe=
xcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Ds=
tringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dca=
st-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macro=
s -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3D=
stringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno-address-of-=
packed-member      -c /workspace/src/sbin/ipf/libipf/printsbuf.c -o printsb=
uf.o
--- printstate.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printstate.o -MTprintstate.o -std=3Dgnu99 -=
Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -W=
all -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-f=
ormat -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute=
s -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-error=3Doverflow -Wno-return-type -Wno-addre=
ss-of-packed-member      -c /workspace/src/sbin/ipf/libipf/printstate.c -o =
printstate.o
--- lib__L ---
--- all_subdir_lib/libdwarf ---
--- dwarf_errmsg.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_errmsg.o -MTdwarf_errmsg.o=
 -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-hea=
ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-proto=
types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W=
shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -=
Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -=
Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla=
rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n=
ot-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=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -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-er=
ror=3Doverflow -Wno-return-type       -c /workspace/src/contrib/elftoolchai=
n/libdwarf/dwarf_errmsg.c -o dwarf_errmsg.o
--- all_subdir_lib/libdevdctl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:1907:50: warning: type attributes ignored after type is already define=
d [-Wattributes]
 1907 | template <class _Tp> struct _LIBCPP_TEMPLATE_VIS hash;
      |                                                  ^~~~
--- all_subdir_lib/libdwarf ---
--- dwarf_finish.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_finish.o -MTdwarf_finish.o=
 -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-hea=
ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-proto=
types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W=
shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -=
Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -=
Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla=
rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n=
ot-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=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -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-er=
ror=3Doverflow -Wno-return-type       -c /workspace/src/contrib/elftoolchai=
n/libdwarf/dwarf_finish.c -o dwarf_finish.o
--- all_subdir_lib/libdevdctl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__assert:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/cstdio:98,
                 from /workspace/src/lib/libdevdctl/exception.cc:40:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:175:80: warning: 'visibility' attribute ignored [-Wattributes]
  175 | _CharT* __char_traits_move(_CharT* __dest, const _CharT* __source, =
size_t __n) _NOEXCEPT
      |                                                                    =
            ^~~~~~~~~
--- all_subdir_lib/libelftc ---
--- elftc_timestamp.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/contrib/elftoolchain/libe=
lftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD  -MF.depend.el=
ftc_timestamp.o -MTelftc_timestamp.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 -Wc=
ast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align =
-Wchar-subscripts -Wnested-externs -Wold-style-definition -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-error=3Doverflow -Wno-return-type       -=
c /workspace/src/contrib/elftoolchain/libelftc/elftc_timestamp.c -o elftc_t=
imestamp.o
--- sbin/ipf/libipf__L ---
--- printstatefields.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printstatefields.o -MTprintstatefields.o -s=
td=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-header=
s -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate=
-time -Wno-format -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=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err=
or=3Dunused-value -Wno-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=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-error=3Doverflow -Wno-return-type=
 -Wno-address-of-packed-member      -c /workspace/src/sbin/ipf/libipf/print=
statefields.c -o printstatefields.o
--- lib__L ---
--- all_subdir_lib/libdwarf ---
--- dwarf_form.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_form.o -MTdwarf_form.o -st=
d=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers=
 -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototype=
s -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshad=
ow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold=
-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-e=
rror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-=
error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarati=
ons -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-p=
arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err=
or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshif=
t-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-cons=
t-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-er=
ror=3Doverflow -Wno-return-type       -c /workspace/src/contrib/elftoolchai=
n/libdwarf/dwarf_form.c -o dwarf_form.o
--- all_subdir_lib/libelftc ---
--- elftc_version.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/contrib/elftoolchain/libe=
lftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD  -MF.depend.el=
ftc_version.o -MTelftc_version.o -std=3Dgnu99 -Wno-format-zero-length -fsta=
ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-=
unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-=
qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wch=
ar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wd=
ate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattrib=
utes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobber=
ed -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-erro=
r=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing=
 -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunuse=
d-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-error=3Doverflow -Wno-return-type       -c /=
workspace/src/lib/libelftc/elftc_version.c -o elftc_version.o
--- all_subdir_lib/libdevdctl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__algorithm/partial_sort_copy.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/algorithm:1773,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/string_view:1025,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/string:576,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/bitset:131,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/ostream:170:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/make_=
projected.h:77:46: warning: 'visibility' attribute ignored [-Wattributes]
   77 | __make_projected(_Pred& __pred, _Proj& __proj) {
      |                                              ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/make_=
projected.h:90:39: warning: 'visibility' attribute ignored [-Wattributes]
   90 | __make_projected(_Pred& __pred, _Proj&) {
      |                                       ^
--- kerberos5/lib__L ---
--- libsl.a ---
building static sl library
ar -crsD libsl.a sl.o =20
--- all_subdir_kerberos5/lib/libvers ---
=3D=3D=3D> kerberos5/lib/libvers (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib=
/libvers...]
--- roken.h ---
make-roken > roken.h
--- lib__L ---
--- all_subdir_lib/libelftc ---
--- libelftc_bfdtarget.o ---
--- kerberos5/lib__L ---
--- print_version.o ---
--- lib__L ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/contrib/elftoolchain/libe=
lftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD  -MF.depend.li=
belftc_bfdtarget.o -MTlibelftc_bfdtarget.o -std=3Dgnu99 -Wno-format-zero-le=
ngth -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2=
k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-ty=
pe -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-=
align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointe=
r-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-erro=
r=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-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err=
or=3Dunused-value -Wno-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=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-error=3Doverflow -Wno-return-type=
       -c /workspace/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c=
 -o libelftc_bfdtarget.o
--- kerberos5/lib__L ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common -I. -I/workspace/src/crypto/heimdal/lib/rok=
en  -DHAVE_CONFIG_H -I/workspace/src/kerberos5/include -g -MD  -MF.depend.p=
rint_version.o -MTprint_version.o -std=3Dgnu99 -Wno-format-zero-length -fst=
ack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value =
-Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnu=
ll-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-comp=
are -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-err=
or=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overf=
low -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-e=
rror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexce=
pt-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstri=
ngop-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=3Dstr=
ingop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno-address-of-pac=
ked-member      -c /workspace/src/crypto/heimdal/lib/vers/print_version.c -=
o print_version.o
--- lib__L ---
--- all_subdir_lib/libdevdctl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/memory:903,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/algorithm:1921:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uses_all=
ocator_construction.h: In function 'constexpr auto std::__1::__uses_allocat=
or_construction_args(const _Alloc&, _Type&&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uses_all=
ocator_construction.h:161:85: warning: 'visibility' attribute ignored [-Wat=
tributes]
  161 |     _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(const _Pair=
Mutable& __pair) const {
      |                                                                    =
                 ^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uses_all=
ocator_construction.h:165:80: warning: 'visibility' attribute ignored [-Wat=
tributes]
  165 |     _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(_PairMutabl=
e&& __pair) const {
      |                                                                    =
            ^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uses_all=
ocator_construction.h:172:61: warning: 'visibility' attribute ignored [-Wat=
tributes]
  172 |     _LIBCPP_HIDE_FROM_ABI constexpr operator _PairMutable() const {
      |                                                             ^~~~~
--- all_subdir_lib/libelftc ---
--- libelftc_dem_arm.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/contrib/elftoolchain/libe=
lftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD  -MF.depend.li=
belftc_dem_arm.o -MTlibelftc_dem_arm.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 -Wcast-alig=
n -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-si=
gn -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dc=
lobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wn=
o-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al=
iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=
=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -W=
no-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dt=
autological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-op=
eration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-erro=
r=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fa=
llthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -=
Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -W=
no-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultist=
atement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess =
-Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type    =
   -c /workspace/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o li=
belftc_dem_arm.o
--- sbin/ipf/libipf__L ---
--- printtcpflags.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printtcpflags.o -MTprinttcpflags.o -std=3Dg=
nu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wer=
ror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time =
-Wno-format -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt=
ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob=
bered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-e=
rror=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alias=
ing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dun=
used-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-er=
ror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautol=
ogical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operati=
on -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Df=
ormat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthr=
ough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-err=
or=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-e=
rror=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-er=
ror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistateme=
nt-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-=
error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno-add=
ress-of-packed-member      -c /workspace/src/sbin/ipf/libipf/printtcpflags.=
c -o printtcpflags.o
--- kerberos5/lib__L ---
--- libvers.a ---
building static vers library
ar -crsD libvers.a print_version.o =20
--- all_subdir_kerberos5/lib/libkdc ---
=3D=3D=3D> kerberos5/lib/libkdc (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib=
/libkdc...]
--- .depend ---
echo libkdc.so.11.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32/li=
broken.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32/libhdb.a /tmp/obj=
/workspace/src/amd64.amd64/tmp/usr/lib32/libhx509.a /tmp/obj/workspace/src/=
amd64.amd64/tmp/usr/lib32/libkrb5.a /tmp/obj/workspace/src/amd64.amd64/tmp/=
usr/lib32/libheimntlm.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32/li=
basn1.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32/libcrypto.a >> .de=
pend
--- default_config.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken  =
-I/workspace/src/crypto/heimdal/lib/krb5  -I/workspace/src/crypto/heimdal/l=
ib/hdb  -I/workspace/src/crypto/heimdal/kdc  -I/workspace/src/contrib/com_e=
rr -DOPENSSL_API_COMPAT=3D0x10100000L  -DHAVE_CONFIG_H -I/workspace/src/ker=
beros5/include -g -MD  -MF.depend.default_config.o -MTdefault_config.o -std=
=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers =
-Werror -Wno-pointer-sign -Wdate-time -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-error=3Doverflo=
w -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/cry=
pto/heimdal/kdc/default_config.c -o default_config.o
--- lib__L ---
--- all_subdir_lib/libdwarf ---
--- dwarf_frame.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_frame.o -MTdwarf_frame.o -=
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-er=
ror=3Doverflow -Wno-return-type       -c /workspace/src/contrib/elftoolchai=
n/libdwarf/dwarf_frame.c -o dwarf_frame.o
--- sbin/ipf/libipf__L ---
--- printtqtable.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printtqtable.o -MTprinttqtable.o -std=3Dgnu=
99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -W=
no-format -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri=
butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe=
red -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-err=
or=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasin=
g -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunus=
ed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-erro=
r=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolog=
ical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation=
 -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfor=
mat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrou=
gh -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-error=3Doverflow -Wno-return-type -Wno-addre=
ss-of-packed-member      -c /workspace/src/sbin/ipf/libipf/printtqtable.c -=
o printtqtable.o
--- cddl/lib__L ---
--- all_subdir_cddl/lib/libzpool ---
--- dmu_object.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common -DHAVE_SSE2 =09-DHAVE_SSE3 -DIN_BASE  -I/wo=
rkspace/src/sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openz=
fs/lib/libspl/include  -I/workspace/src/sys/contrib/openzfs/lib/libspl/incl=
ude/os/freebsd  -I/workspace/src/sys  -I/workspace/src/sys/contrib/openzfs/=
include/os/freebsd/zfs  -I/workspace/src/cddl/compat/opensolaris/include  -=
I/workspace/src/sys/contrib/openzfs/module/icp/include  -include /workspace=
/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h  -DHAVE_ISSE=
TUGID  -include /workspace/src/sys/modules/zfs/zfs_config.h  -I/workspace/s=
rc/sys/modules/zfs  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd=
/zfs  -DLIB_ZPOOL_BUILD -DZFS_DEBUG -DWANTS_MUTEX_OWNED -I/workspace/src/li=
b/libpthread/thread -I/workspace/src/lib/libpthread/sys -I/workspace/src/li=
b/libthr/arch/i386/include -g -DDEBUG=3D1  -DNEED_SOLARIS_BOOLEAN -g -MD  -=
MF.depend.dmu_object.o -MTdmu_object.o -std=3Diso9899:1999 -Wno-format-zero=
-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format=
-y2k -Wno-uninitialized -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-dec=
larations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical=
-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W=
no-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-bod=
y -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=
=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-=
error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dform=
at-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-co=
ntext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3D=
nonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-er=
ror=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-er=
ror=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict =
-Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno=
-error=3Doverflow -Wno-return-type -Wno-unknown-pragmas -Wno-address-of-pac=
ked-member  -fms-extensions    -c /workspace/src/sys/contrib/openzfs/module=
/zfs/dmu_object.c -o dmu_object.o
--- sbin/ipf/libipf__L ---
--- printtunable.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printtunable.o -MTprinttunable.o -std=3Dgnu=
99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -W=
no-format -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri=
butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe=
red -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-err=
or=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasin=
g -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunus=
ed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-erro=
r=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolog=
ical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation=
 -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfor=
mat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrou=
gh -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-error=3Doverflow -Wno-return-type -Wno-addre=
ss-of-packed-member      -c /workspace/src/sbin/ipf/libipf/printtunable.c -=
o printtunable.o
--- lib__L ---
--- all_subdir_lib/libdevdctl ---
--- guid.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-g++12  -march=3Di686 -mmmx -msse =
-msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCO=
MPAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/loca=
l/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/=
usr/lib32  -O2 -pipe -fno-common -g -MD -MF.depend.guid.o -MTguid.o -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -=
Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattr=
ibutes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobb=
ered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-er=
ror=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasi=
ng -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunu=
sed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-err=
or=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolo=
gical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operatio=
n -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfo=
rmat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthro=
ugh -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-er=
ror=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-err=
or=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatemen=
t-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-e=
rror=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno-addr=
ess-of-packed-member  -g -Wno-deprecated-declarations -Wno-literal-suffix -=
Wno-error=3Dunknown-pragmas      -c /workspace/src/lib/libdevdctl/guid.cc -=
o guid.o
--- kerberos5/lib__L ---
--- set_dbinfo.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken  =
-I/workspace/src/crypto/heimdal/lib/krb5  -I/workspace/src/crypto/heimdal/l=
ib/hdb  -I/workspace/src/crypto/heimdal/kdc  -I/workspace/src/contrib/com_e=
rr -DOPENSSL_API_COMPAT=3D0x10100000L  -DHAVE_CONFIG_H -I/workspace/src/ker=
beros5/include -g -MD  -MF.depend.set_dbinfo.o -MTset_dbinfo.o -std=3Dgnu99=
 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror =
-Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align=
 -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3De=
num-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-er=
ror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functi=
on -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uni=
nitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -=
Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-er=
ror=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defi=
ned -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-error=3Doverflow -Wno-r=
eturn-type -Wno-address-of-packed-member      -c /workspace/src/crypto/heim=
dal/kdc/set_dbinfo.c -o set_dbinfo.o
--- sbin/ipf/libipf__L ---
--- printunit.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.printunit.o -MTprintunit.o -std=3Dgnu99 -Wn=
o-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wal=
l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-for=
mat -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes =
-Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W=
no-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3De=
xtra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno=
-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-val=
ue -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dno=
nnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-c=
ompare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-=
error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-ov=
erflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wn=
o-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoe=
xcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Ds=
tringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dca=
st-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macro=
s -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3D=
stringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno-address-of-=
packed-member      -c /workspace/src/sbin/ipf/libipf/printunit.c -o printun=
it.o
--- lib__L ---
--- all_subdir_lib/libdwarf ---
--- dwarf_funcs.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_funcs.o -MTdwarf_funcs.o -=
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-er=
ror=3Doverflow -Wno-return-type       -c dwarf_funcs.c -o dwarf_funcs.o
--- sbin/ipf/libipf__L ---
--- remove_hash.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.remove_hash.o -MTremove_hash.o -std=3Dgnu99=
 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror =
-Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno=
-format -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-error=3Doverflow -Wno-return-type -Wno-addre=
ss-of-packed-member      -c /workspace/src/sbin/ipf/libipf/remove_hash.c -o=
 remove_hash.o
--- lib__L ---
--- dwarf_init.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_init.o -MTdwarf_init.o -st=
d=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers=
 -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototype=
s -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshad=
ow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold=
-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-e=
rror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-=
error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarati=
ons -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-p=
arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err=
or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshif=
t-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-cons=
t-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-er=
ror=3Doverflow -Wno-return-type       -c /workspace/src/contrib/elftoolchai=
n/libdwarf/dwarf_init.c -o dwarf_init.o
--- sbin/ipf/libipf__L ---
--- remove_hashnode.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.remove_hashnode.o -MTremove_hashnode.o -std=
=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-t=
ime -Wno-format -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=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err=
or=3Dunused-value -Wno-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=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-error=3Doverflow -Wno-return-type=
 -Wno-address-of-packed-member      -c /workspace/src/sbin/ipf/libipf/remov=
e_hashnode.c -o remove_hashnode.o
--- lib__L ---
--- all_subdir_lib/libdevdctl ---
--- exception.o ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/ostream:172:
/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:2691:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2691 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<char, false>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2692:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2692 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<char, true>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2697:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2697 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<wchar_t, false>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2698:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2698 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<wchar_t, true>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~~~
--- kerberos5/lib__L ---
--- digest.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken  =
-I/workspace/src/crypto/heimdal/lib/krb5  -I/workspace/src/crypto/heimdal/l=
ib/hdb  -I/workspace/src/crypto/heimdal/kdc  -I/workspace/src/contrib/com_e=
rr -DOPENSSL_API_COMPAT=3D0x10100000L  -DHAVE_CONFIG_H -I/workspace/src/ker=
beros5/include -g -MD  -MF.depend.digest.o -MTdigest.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wno-poi=
nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e=
rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er=
ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp=
are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst=
rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-=
error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ=
ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro=
r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo=
ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno=
-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic=
it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz=
e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp=
are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio=
ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu=
ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac=
cess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-typ=
e -Wno-address-of-packed-member      -c /workspace/src/crypto/heimdal/kdc/d=
igest.c -o digest.o
--- sbin/ipf/libipf__L ---
/workspace/src/sbin/ipf/libipf/remove_hashnode.c: In function 'remove_hashn=
ode':
/workspace/src/sbin/ipf/libipf/remove_hashnode.c:31:9: warning: 'strncpy' s=
pecified bound 16 equals destination size [-Wstringop-truncation]
   31 |         strncpy(op.iplo_name, name, sizeof(op.iplo_name));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- lib__L ---
--- all_subdir_lib/libdwarf ---
--- dwarf_lineno.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I. -I/workspace/src/contrib/elftoolchain/=
libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/cont=
rib/elftoolchain/libelf -g -MD  -MF.depend.dwarf_lineno.o -MTdwarf_lineno.o=
 -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-hea=
ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-proto=
types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W=
shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -=
Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -=
Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla=
rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n=
ot-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=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -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-er=
ror=3Doverflow -Wno-return-type       -c /workspace/src/contrib/elftoolchai=
n/libdwarf/dwarf_lineno.c -o dwarf_lineno.o
--- sbin/ipf/libipf__L ---
--- remove_pool.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/sys -I/workspace/src/sys/=
netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE=
 -DUSE_INET6 -g -MD  -MF.depend.remove_pool.o -MTremove_pool.o -std=3Dgnu99=
 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror =
-Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno=
-format -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-error=3Doverflow -Wno-return-type -Wno-addre=
ss-of-packed-member      -c /workspace/src/sbin/ipf/libipf/remove_pool.c -o=
 remove_pool.o
--- cddl/lib__L ---
--- dbuf.o ---
cc1: all warnings being treated as errors
--- lib__L ---
--- all_subdir_lib/libdevdctl ---
--- guid.o ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/shared_ptr.h:31,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/mutex:191,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__locale:18,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/ios:221,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/iostream:43,
                 from /workspace/src/lib/libdevdctl/guid.cc:44:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:721:50: warning: type attributes ignored after type is already defined=
 [-Wattributes]
  721 | template <class _Tp> struct _LIBCPP_TEMPLATE_VIS hash;
      |                                                  ^~~~
--- all_subdir_lib/libelftc ---
--- libelftc_dem_gnu2.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 -march=3Di686 -mmmx -msse -=
msse2 -m32  -DCOMPAT_LIBCOMPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOM=
PAT_LIB32  --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local=
/x86_64-unknown-freebsd13.2/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/u=
sr/lib32  -O2 -pipe -fno-common  -I/workspace/src/contrib/elftoolchain/libe=
lftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD  -MF.depend.li=
belftc_dem_gnu2.o -MTlibelftc_dem_gnu2.o -std=3Dgnu99 -Wno-format-zero-leng=
th -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k =
-W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type=
 -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-al=
ign -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=3Denum-compare=
 -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err=
or=3Dunused-value -Wno-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=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-error=3Doverflow -Wno-return-type=
       -c /workspace/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c =
-o libelftc_dem_gnu2.o
--- cddl/lib__L ---
*** [dbuf.o] Error code 1

make[5]: stopped in /workspace/src/cddl/lib/libzpool
--- kerberos5/lib__L ---

make[4]: stopped in /workspace/src/kerberos5/lib
--- sbin/ipf/libipf__L ---

make[3]: stopped in /workspace/src
--- cddl/lib__L ---
--- all_subdir_cddl/lib/libdtrace ---

make[4]: stopped in /workspace/src/cddl/lib
--- kerberos5/lib__L ---

make[3]: stopped in /workspace/src
--- lib__L ---

make[3]: stopped in /workspace/src
--- cddl/lib__L ---
--- all_subdir_cddl/lib/libzpool ---
1 error

make[5]: stopped in /workspace/src/cddl/lib/libzpool

make[4]: stopped in /workspace/src/cddl/lib

make[3]: stopped in /workspace/src

make[2]: stopped in /workspace/src
      205.64 real      2091.63 user       245.53 sys
*** [build32] Error code 2

make[1]: stopped in /workspace/src
1 error

make[1]: stopped in /workspace/src

make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins1838525163947563=
840.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address
------=_Part_3129_1460768946.1693495406711--



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