Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 01:25:00 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #839 - Still Failing
Message-ID:  <589396266.681.1722734701877@jenkins.ci.freebsd.org>
In-Reply-To: <1030224675.675.1722732950619@jenkins.ci.freebsd.org>
References:  <1030224675.675.1722732950619@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #839 (4401d7b362b18d867b50eefe1=
b6258760c8c9870) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12=
_build/839/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_b=
uild/839/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_bu=
ild/839/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)

No changes


The end of the build log:

[...truncated 28.91 MiB...]
 3929 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, _=
CharT __rhs) {
      | ^~~~~~~~
/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/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/__memory/shared_p=
tr.h:830:39: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
  830 | _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> make_shared(_Args&&... __args=
) {
      |                                       ^~~~~~~~~~~
/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]
/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_lib/libmagic ---
--- libmagic.so.4.full ---
building shared library libmagic.so.4
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -Wl,-=
zrelro -Wl,-znoexecstack  -fstack-protector-strong -shared -Wl,-x -Wl,--fat=
al-warnings -Wl,--warn-shared-textrel  -o libmagic.so.4.full -Wl,-soname,li=
bmagic.so.4 apprentice.pico apptype.pico ascmagic.pico buffer.pico cdf.pico=
 cdf_time.pico compress.pico der.pico encoding.pico fsmagic.pico funcs.pico=
 is_json.pico is_csv.pico is_simh.pico is_tar.pico magic.pico print.pico re=
adcdf.pico readelf.pico seccomp.pico softmagic.pico  -lz=20
--- all_subdir_lib/libipt ---
--- pt_image_section_cache.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_image_section_cache.o -MTpt_image_section_cache.o -std=3D=
gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -We=
rror -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-erro=
r=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -W=
no-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-f=
unction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmayb=
e-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-va=
lue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -W=
no-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to=
-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-e=
rror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=
=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-l=
oop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value =
-Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeo=
f-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-=
address-of-packed-member      -c /workspace/src/contrib/processor-trace/lib=
ipt/src/pt_image_section_cache.c -o pt_image_section_cache.o
--- all_subdir_lib/libmagic ---
--- libmagic.so.4.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug libmagi=
c.so.4.full libmagic.so.4.debug
--- libmagic.so.4 ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dlibmagic.so.4.debug  libmagic.so.4.full libmagic.so.4
--- all_subdir_lib/libomp ---
=3D=3D=3D> lib/libomp (all)
--- .depend ---
echo libomp.so.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libpthr=
ead.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a >> .depend
--- ittnotify_static.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++12  --sysroot=3D/tmp/obj/works=
pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic=
 -DPIC  -O2 -pipe -fno-common -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACR=
OS -D__STDC_LIMIT_MACROS -I/workspace/src/lib/libomp -I/workspace/src/contr=
ib/llvm-project/openmp/runtime/src -I/workspace/src/contrib/llvm-project/op=
enmp/runtime/src/thirdparty/ittnotify -ffunction-sections -fdata-sections -=
g -MD -MF.depend.ittnotify_static.pico -MTittnotify_static.pico -Wno-format=
-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wdate-time =
-Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno=
-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e=
rror=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra=
 -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-err=
or=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -=
Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnul=
l-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compa=
re -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-erro=
r=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overfl=
ow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-er=
ror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcep=
t-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstrin=
gop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-f=
unction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -W=
no-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstri=
ngop-truncation -Wno-return-type -Wno-address-of-packed-member  -fvisibilit=
y-inlines-hidden -fno-exceptions -fno-rtti -g -std=3Dc++17 -Wno-literal-suf=
fix -Wno-error=3Dunknown-pragmas      -c /workspace/src/contrib/llvm-projec=
t/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp -o ittnotify=
_static.pico
--- all_subdir_lib/libipt ---
--- pt_image.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_image.o -MTpt_image.o -std=3Dgnu99 -Wno-format-zero-lengt=
h -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -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-address-of-packed-member   =
   -c /workspace/src/contrib/processor-trace/libipt/src/pt_image.c -o pt_im=
age.o
--- pt_insn_decoder.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_insn_decoder.o -MTpt_insn_decoder.o -std=3Dgnu99 -Wno-for=
mat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -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 -Wno-address-of-packe=
d-member      -c /workspace/src/contrib/processor-trace/libipt/src/pt_insn_=
decoder.c -o pt_insn_decoder.o
--- all_subdir_lib/clang ---
--- llvm/IR/IntrinsicsX86.h ---
llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=3Dx86  -I /workspace/src=
/contrib/llvm-project/llvm/include -d llvm/IR/IntrinsicsX86.h.d -o llvm/IR/=
IntrinsicsX86.h  /workspace/src/contrib/llvm-project/llvm/include/llvm/IR/I=
ntrinsics.td
--- all_subdir_lib/libipt ---
--- pt_insn.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_insn.o -MTpt_insn.o -std=3Dgnu99 -Wno-format-zero-length =
-fstack-protector-strong -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      =
-c /workspace/src/contrib/processor-trace/libipt/src/pt_insn.c -o pt_insn.o
--- pt_last_ip.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_last_ip.o -MTpt_last_ip.o -std=3Dgnu99 -Wno-format-zero-l=
ength -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -=
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-return-type -Wno-address-of-packed-member  =
    -c /workspace/src/contrib/processor-trace/libipt/src/pt_last_ip.c -o pt=
_last_ip.o
--- all_subdir_lib/libvmmapi ---
--- vmmapi_freebsd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/libvmmapi   -g -MD  -MF.depend.vmmapi=
_freebsd.o -MTvmmapi_freebsd.o -std=3Dgnu99 -Wno-format-zero-length -fstack=
-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-un=
used-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qu=
al -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar=
-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -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       -c /workspace/src/lib/libv=
mmapi/vmmapi_freebsd.c -o vmmapi_freebsd.o
--- all_subdir_lib/libstats ---
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c: In function 'stats=
_v1_voi_update_hist':
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2901:32: warning: '=
cnt32' may be used uninitialized [-Wmaybe-uninitialized]
 2901 |                         *cnt32 +=3D 1;
      |                         ~~~~~~~^~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2726:27: note: 'cnt=
32' was declared here
 2726 |         uint32_t *oob32, *cnt32;
      |                           ^~~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2903:32: warning: '=
cnt64' may be used uninitialized [-Wmaybe-uninitialized]
 2903 |                         *cnt64 +=3D 1;
      |                         ~~~~~~~^~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2725:27: note: 'cnt=
64' was declared here
 2725 |         uint64_t *oob64, *cnt64;
      |                           ^~~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2891:48: warning: '=
bkt_ub' may be used uninitialized [-Wmaybe-uninitialized]
 2891 |                                     bkt_ub->q64.uq64))))
      |                                                ^
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2724:46: note: 'bkt=
_ub' was declared here
 2724 |         struct voistatdata_numeric *bkt_lb, *bkt_ub;
      |                                              ^~~~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2906:32: warning: '=
oob32' may be used uninitialized [-Wmaybe-uninitialized]
 2906 |                         *oob32 +=3D 1;
      |                         ~~~~~~~^~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2726:19: note: 'oob=
32' was declared here
 2726 |         uint32_t *oob32, *cnt32;
      |                   ^~~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2908:32: warning: '=
oob64' may be used uninitialized [-Wmaybe-uninitialized]
 2908 |                         *oob64 +=3D 1;
      |                         ~~~~~~~^~~~
/workspace/src/lib/libstats/../../sys/kern/subr_stats.c:2725:19: note: 'oob=
64' was declared here
 2725 |         uint64_t *oob64, *cnt64;
      |                   ^~~~~
--- all_subdir_lib/libipt ---
--- pt_msec_cache.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_msec_cache.o -MTpt_msec_cache.o -std=3Dgnu99 -Wno-format-=
zero-length -fstack-protector-strong -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=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-return-type -Wno-address-of-packe=
d-member      -c /workspace/src/contrib/processor-trace/libipt/src/pt_msec_=
cache.c -o pt_msec_cache.o
--- all_subdir_lib/libvmmapi ---
--- vmmapi.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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 -I/workspace/src/lib/libvmmapi   -g -MD  -MF.d=
epend.vmmapi.pico -MTvmmapi.pico -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-return-type       -c /workspace/src/lib/libv=
mmapi/vmmapi.c -o vmmapi.pico
--- all_subdir_lib/libipt ---
--- pt_packet_decoder.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_packet_decoder.o -MTpt_packet_decoder.o -std=3Dgnu99 -Wno=
-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wno-=
pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno=
-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-c=
ompare -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-uninit=
ialized -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=3Di=
mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer=
-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi=
zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=
=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-=
memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of=
-packed-member      -c /workspace/src/contrib/processor-trace/libipt/src/pt=
_packet_decoder.c -o pt_packet_decoder.o
--- pt_packet.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_packet.o -MTpt_packet.o -std=3Dgnu99 -Wno-format-zero-len=
gth -fstack-protector-strong -Wsystem-headers -Werror -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-return-type -Wno-address-of-packed-member   =
   -c /workspace/src/contrib/processor-trace/libipt/src/pt_packet.c -o pt_p=
acket.o
--- cddl/lib__L ---
--- zthr.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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 -DHAVE_SSE2 =09-DHAVE_SSE3 -DHAVE_AVX2 -DHAVE_=
AVX -D__x86_64 -DHAVE_AVX512F  -DHAVE_AVX512BW -DIN_BASE  -I/workspace/src/=
sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openzfs/lib/libsp=
l/include  -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/freeb=
sd  -I/workspace/src/sys  -I/workspace/src/sys/contrib/openzfs/include/os/f=
reebsd/zfs  -I/workspace/src/cddl/compat/opensolaris/include  -I/workspace/=
src/sys/contrib/openzfs/module/icp/include  -include /workspace/src/sys/con=
trib/openzfs/include/os/freebsd/spl/sys/ccompile.h  -DHAVE_ISSETUGID  -incl=
ude /workspace/src/sys/modules/zfs/zfs_config.h  -I/workspace/src/sys/modul=
es/zfs  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs  -DLIB_=
ZPOOL_BUILD -DZFS_DEBUG -DWANTS_MUTEX_OWNED -I/workspace/src/lib/libpthread=
/thread -I/workspace/src/lib/libpthread/sys -I/workspace/src/lib/libthr/arc=
h/amd64/include -g -DDEBUG=3D1   -DNEED_SOLARIS_BOOLEAN -g -MD  -MF.depend.=
zthr.pico -MTzthr.pico -std=3Diso9899:1999 -Wno-format-zero-length -fstack-=
protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninit=
ialized -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-return-type -Wn=
o-unknown-pragmas -Wno-address-of-packed-member  -fms-extensions    -c /wor=
kspace/src/sys/contrib/openzfs/module/zfs/zthr.c -o zthr.pico
--- lib__L ---
--- all_subdir_lib/clang ---
--- llvm/IR/IntrinsicsXCore.h ---
llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=3Dxcore  -I /workspace/s=
rc/contrib/llvm-project/llvm/include -d llvm/IR/IntrinsicsXCore.h.d -o llvm=
/IR/IntrinsicsXCore.h  /workspace/src/contrib/llvm-project/llvm/include/llv=
m/IR/Intrinsics.td
--- cddl/lib__L ---
--- lapi.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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 -DHAVE_SSE2 =09-DHAVE_SSE3 -DHAVE_AVX2 -DHAVE_=
AVX -D__x86_64 -DHAVE_AVX512F  -DHAVE_AVX512BW -DIN_BASE  -I/workspace/src/=
sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openzfs/lib/libsp=
l/include  -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/freeb=
sd  -I/workspace/src/sys  -I/workspace/src/sys/contrib/openzfs/include/os/f=
reebsd/zfs  -I/workspace/src/cddl/compat/opensolaris/include  -I/workspace/=
src/sys/contrib/openzfs/module/icp/include  -include /workspace/src/sys/con=
trib/openzfs/include/os/freebsd/spl/sys/ccompile.h  -DHAVE_ISSETUGID  -incl=
ude /workspace/src/sys/modules/zfs/zfs_config.h  -I/workspace/src/sys/modul=
es/zfs  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs  -DLIB_=
ZPOOL_BUILD -DZFS_DEBUG -DWANTS_MUTEX_OWNED -I/workspace/src/lib/libpthread=
/thread -I/workspace/src/lib/libpthread/sys -I/workspace/src/lib/libthr/arc=
h/amd64/include -g -DDEBUG=3D1   -DNEED_SOLARIS_BOOLEAN -g -MD  -MF.depend.=
lapi.pico -MTlapi.pico -std=3Diso9899:1999 -Wno-format-zero-length -fstack-=
protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninit=
ialized -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-return-type -Wn=
o-unknown-pragmas -Wno-address-of-packed-member  -fms-extensions    -c /wor=
kspace/src/sys/contrib/openzfs/module/lua/lapi.c -o lapi.pico
--- lib__L ---
--- all_subdir_lib/libipt ---
--- pt_query_decoder.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_query_decoder.o -MTpt_query_decoder.o -std=3Dgnu99 -Wno-f=
ormat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -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 -Wno-address-of-pac=
ked-member      -c /workspace/src/contrib/processor-trace/libipt/src/pt_que=
ry_decoder.c -o pt_query_decoder.o
--- pt_retstack.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_retstack.o -MTpt_retstack.o -std=3Dgnu99 -Wno-format-zero=
-length -fstack-protector-strong -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=
      -c /workspace/src/contrib/processor-trace/libipt/src/pt_retstack.c -o=
 pt_retstack.o
--- pt_section_file.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_section_file.o -MTpt_section_file.o -std=3Dgnu99 -Wno-for=
mat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -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 -Wno-address-of-packe=
d-member      -c /workspace/src/contrib/processor-trace/libipt/src/pt_secti=
on_file.c -o pt_section_file.o
--- pt_section_posix.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_section_posix.o -MTpt_section_posix.o -std=3Dgnu99 -Wno-f=
ormat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -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 -Wno-address-of-pac=
ked-member      -c /workspace/src/contrib/processor-trace/libipt/src/posix/=
pt_section_posix.c -o pt_section_posix.o
--- pt_section.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_section.o -MTpt_section.o -std=3Dgnu99 -Wno-format-zero-l=
ength -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -=
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-return-type -Wno-address-of-packed-member  =
    -c /workspace/src/contrib/processor-trace/libipt/src/pt_section.c -o pt=
_section.o
--- all_subdir_lib/clang ---
--- AArch64GenAsmWriter.inc ---
llvm-tblgen -gen-asm-writer  -I /workspace/src/contrib/llvm-project/llvm/in=
clude -I /workspace/src/contrib/llvm-project/llvm/lib/Target/AArch64  -d AA=
rch64GenAsmWriter.inc.d -o AArch64GenAsmWriter.inc  /workspace/src/contrib/=
llvm-project/llvm/lib/Target/AArch64/AArch64.td
--- all_subdir_lib/libipt ---
--- pt_sync.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_sync.o -MTpt_sync.o -std=3Dgnu99 -Wno-format-zero-length =
-fstack-protector-strong -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      =
-c /workspace/src/contrib/processor-trace/libipt/src/pt_sync.c -o pt_sync.o
--- all_subdir_lib/libomp ---
--- kmp_affinity.pico ---
--- all_subdir_lib/libvmmapi ---
--- vmmapi_freebsd.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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 -I/workspace/src/lib/libvmmapi   -g -MD  -MF.d=
epend.vmmapi_freebsd.pico -MTvmmapi_freebsd.pico -std=3Dgnu99 -Wno-format-z=
ero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-for=
mat-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wret=
urn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -=
Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-=
pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno=
-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-c=
ompare -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-uninit=
ialized -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=3Di=
mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer=
-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi=
zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=
=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-=
memaccess -Wno-error=3Dstringop-truncation -Wno-return-type       -c /works=
pace/src/lib/libvmmapi/vmmapi_freebsd.c -o vmmapi_freebsd.pico
--- all_subdir_lib/libomp ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++12  --sysroot=3D/tmp/obj/works=
pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic=
 -DPIC  -O2 -pipe -fno-common -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACR=
OS -D__STDC_LIMIT_MACROS -I/workspace/src/lib/libomp -I/workspace/src/contr=
ib/llvm-project/openmp/runtime/src -I/workspace/src/contrib/llvm-project/op=
enmp/runtime/src/thirdparty/ittnotify -ffunction-sections -fdata-sections -=
g -MD -MF.depend.kmp_affinity.pico -MTkmp_affinity.pico -Wno-format-zero-le=
ngth -fstack-protector-strong -Wsystem-headers -Werror -Wdate-time -Wno-err=
or=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 -Wn=
o-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  -fvisibility=
-inlines-hidden -fno-exceptions -fno-rtti -g -std=3Dc++17 -Wno-literal-suff=
ix -Wno-error=3Dunknown-pragmas      -c /workspace/src/contrib/llvm-project=
/openmp/runtime/src/kmp_affinity.cpp -o kmp_affinity.pico
--- all_subdir_lib/libipt ---
--- pt_time.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_time.o -MTpt_time.o -std=3Dgnu99 -Wno-format-zero-length =
-fstack-protector-strong -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      =
-c /workspace/src/contrib/processor-trace/libipt/src/pt_time.c -o pt_time.o
--- all_subdir_lib/libvmmapi ---
--- libvmmapi.a ---
building static vmmapi library
/usr/local/x86_64-unknown-freebsd14.0/bin/ar -crsD libvmmapi.a vmmapi.o vmm=
api_freebsd.o =20
--- libvmmapi.so.6.full ---
building shared library libvmmapi.so.6
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -Wl,-=
zrelro -Wl,-znoexecstack  -fstack-protector-strong -shared -Wl,-x -Wl,--fat=
al-warnings -Wl,--warn-shared-textrel  -o libvmmapi.so.6.full -Wl,-soname,l=
ibvmmapi.so.6 vmmapi.pico vmmapi_freebsd.pico  -lutil=20
--- libvmmapi.so.6.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug libvmma=
pi.so.6.full libvmmapi.so.6.debug
--- libvmmapi.so.6 ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dlibvmmapi.so.6.debug  libvmmapi.so.6.full libvmmapi.so.6
--- all_subdir_lib/libomp ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/type_traits:532,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/limits:819,
                 from /workspace/src/contrib/llvm-project/openmp/runtime/sr=
c/kmp.h:80,
                 from /workspace/src/contrib/llvm-project/openmp/runtime/sr=
c/kmp_affinity.cpp:13:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__type_traits/res=
ult_of.h:28:28: warning: 'template<class _Callable> class std::__1::result_=
of' is deprecated [-Wdeprecated-declarations]
   28 | class _LIBCPP_TEMPLATE_VIS result_of<_Fp(_Args...)> : public __invo=
ke_of<_Fp, _Args...> {};
      |                            ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__type_traits/res=
ult_of.h:25:35: note: declared here
   25 | class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
      |                                   ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__type_traits/res=
ult_of.h:32:58: warning: 'template<class _Callable> class std::__1::result_=
of' is deprecated [-Wdeprecated-declarations]
   32 | using result_of_t _LIBCPP_DEPRECATED_IN_CXX17 =3D typename result_o=
f<_Tp>::type;
      |                                                          ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__type_traits/res=
ult_of.h:25:35: note: declared here
   25 | class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
      |                                   ^~~~~~~~~
--- all_subdir_lib/libcbor ---
=3D=3D=3D> lib/libcbor (all)
--- allocators.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/libcbor/src -I/workspace/src/lib/=
libcbor   -g -MD  -MF.depend.allocators.o -MTallocators.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-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      -c /workspace/s=
rc/contrib/libcbor/src/allocators.c -o allocators.o
--- cbor.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/libcbor/src -I/workspace/src/lib/=
libcbor   -g -MD  -MF.depend.cbor.o -MTcbor.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-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=
-return-type -Wno-address-of-packed-member      -c /workspace/src/contrib/l=
ibcbor/src/cbor.c -o cbor.o
--- all_subdir_lib/libipt ---
--- pt_tnt_cache.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_tnt_cache.o -MTpt_tnt_cache.o -std=3Dgnu99 -Wno-format-ze=
ro-length -fstack-protector-strong -Wsystem-headers -Werror -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-return-type -Wno-address-of-packed-me=
mber      -c /workspace/src/contrib/processor-trace/libipt/src/pt_tnt_cache=
.c -o pt_tnt_cache.o
--- all_subdir_lib/libcbor ---
/workspace/src/contrib/libcbor/src/cbor.c:12: error: ignoring '#pragma clan=
g diagnostic' [-Werror=3Dunknown-pragmas]
   12 | #pragma clang diagnostic push
      |=20
--- all_subdir_lib/libipt ---
--- pt_version.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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/contrib/processor-trace/libipt/internal=
/include/posix=09 -I/workspace/src/contrib/processor-trace/libipt/internal/=
include=09=09 -I/workspace/src/contrib/processor-trace/libipt/include=09=09=
=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=09 -I/workspa=
ce/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=3D\"\"=09 -DPT=
_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION_PATCH=3D0 -g -=
MD  -MF.depend.pt_version.o -MTpt_version.o -std=3Dgnu99 -Wno-format-zero-l=
ength -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-sign -=
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-return-type -Wno-address-of-packed-member  =
    -c /workspace/src/contrib/processor-trace/libipt/src/pt_version.c -o pt=
_version.o
--- cddl/lib__L ---
--- lauxlib.pico ---
--- lib__L ---
--- all_subdir_lib/clang ---
--- AArch64GenAsmWriter1.inc ---
--- cddl/lib__L ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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 -DHAVE_SSE2 =09-DHAVE_SSE3 -DHAVE_AVX2 -DHAVE_=
AVX -D__x86_64 -DHAVE_AVX512F  -DHAVE_AVX512BW -DIN_BASE  -I/workspace/src/=
sys/contrib/openzfs/include  -I/workspace/src/sys/contrib/openzfs/lib/libsp=
l/include  -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/freeb=
sd  -I/workspace/src/sys  -I/workspace/src/sys/contrib/openzfs/include/os/f=
reebsd/zfs  -I/workspace/src/cddl/compat/opensolaris/include  -I/workspace/=
src/sys/contrib/openzfs/module/icp/include  -include /workspace/src/sys/con=
trib/openzfs/include/os/freebsd/spl/sys/ccompile.h  -DHAVE_ISSETUGID  -incl=
ude /workspace/src/sys/modules/zfs/zfs_config.h  -I/workspace/src/sys/modul=
es/zfs  -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs  -DLIB_=
ZPOOL_BUILD -DZFS_DEBUG -DWANTS_MUTEX_OWNED -I/workspace/src/lib/libpthread=
/thread -I/workspace/src/lib/libpthread/sys -I/workspace/src/lib/libthr/arc=
h/amd64/include -g -DDEBUG=3D1   -DNEED_SOLARIS_BOOLEAN -g -MD  -MF.depend.=
lauxlib.pico -MTlauxlib.pico -std=3Diso9899:1999 -Wno-format-zero-length -f=
stack-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-erro=
r=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations =
-Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-paren=
theses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-=
negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-=
variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype -Wno-unknown-pragmas -Wno-address-of-packed-member  -fms-extensions    =
-c /workspace/src/sys/contrib/openzfs/module/lua/lauxlib.c -o lauxlib.pico
--- lib__L ---
llvm-tblgen -gen-asm-writer -asmwriternum=3D1  -I /workspace/src/contrib/ll=
vm-project/llvm/include -I /workspace/src/contrib/llvm-project/llvm/lib/Tar=
get/AArch64  -d AArch64GenAsmWriter1.inc.d -o AArch64GenAsmWriter1.inc  /wo=
rkspace/src/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64.td
--- all_subdir_lib/libipt ---
--- pt_asid.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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   -I/workspace/src/contrib/processor-trace/lib=
ipt/internal/include/posix=09 -I/workspace/src/contrib/processor-trace/libi=
pt/internal/include=09=09 -I/workspace/src/contrib/processor-trace/libipt/i=
nclude=09=09=09 -I/workspace/src/contrib/processor-trace/include=09=09=09=
=09 -I/workspace/src/lib/libipt -DPT_VERSION_BUILD=3D0=09 -DPT_VERSION_EXT=
=3D\"\"=09 -DPT_VERSION_MAJOR=3D1=09 -DPT_VERSION_MINOR=3D6=09 -DPT_VERSION=
_PATCH=3D0 -g -MD  -MF.depend.pt_asid.pico -MTpt_asid.pico -std=3Dgnu99 -Wn=
o-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wno=
-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn=
o-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-uninit=
ialized -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=3Di=
mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer=
-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi=
zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=
=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-=
memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of=
-packed-member      -c /workspace/src/contrib/processor-trace/libipt/src/pt=
_asid.c -o pt_asid.pico
--- all_subdir_lib/libcbor ---
cc1: all warnings being treated as errors
*** [cbor.o] Error code 1

make[5]: stopped in /workspace/src/lib/libcbor
1 error

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

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

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

make[3]: stopped in /workspace/src

make[2]: stopped in /workspace/src
      172.28 real      1734.76 user       229.29 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-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins27147622687=
89665069.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-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_680_438751628.1722734701090--



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