Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2023 11:27:54 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        corvink@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #976 - Still Failing
Message-ID:  <110190108.3883.1683890876424@jenkins.ci.freebsd.org>
In-Reply-To: <2107346157.3871.1683861224210@jenkins.ci.freebsd.org>
References:  <2107346157.3871.1683861224210@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #976 (b67f0d360b87d6e8a71ab5118a8acb=
350505c20a) - Still Failing

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

99aeb28b2f7e28c516dd6434db63a9bc1c1f3218 by corvink:
bhyve: don't panic if e820 finds no available memory

93cf93179c505cebbcdbeef196d523d36890ed4a by corvink:
bhyve: add helper for passthru specific mmio ranges

b67f0d360b87d6e8a71ab5118a8acb350505c20a by corvink:
bhyve: import OpRegion definitions



The end of the build log:

[...truncated 84.08 MB...]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/ranges_uninitialized_algorithms.h:22,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/memory:858:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitia=
lized_algorithms.h:504:1: warning: 'always_inline' function might not be in=
linable [-Wattributes]
  504 | __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) {
      | ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitia=
lized_algorithms.h:504:1: warning: 'always_inline' function might not be in=
linable [-Wattributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/shared_ptr.h:39:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:616:6: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  616 | bool __cxx_nonatomic_compare_equal(_Tp const& __lhs, _Tp const& __r=
hs) {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitia=
lized_algorithms.h:585:60: warning: 'always_inline' function might not be i=
nlinable [-Wattributes]
  585 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX17 _Iter2 __uninit=
ialized_allocator_move_if_noexcept(
      |                                                            ^~~~~~~~=
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitia=
lized_algorithms.h:585:60: warning: 'always_inline' function might not be i=
nlinable [-Wattributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/atomic:525:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__thread/poll_wit=
h_backoff.h:41:6: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
   41 | bool __libcpp_thread_poll_with_backoff(_Fn&& __f, _BFn&& __bf, chro=
no::nanoseconds __max_elapsed =3D chrono::nanoseconds::zero()) {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__thread/poll_wit=
h_backoff.h:41:6: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1485:32: w=
arning: 'always_inline' function might not be inlinable [-Wattributes]
 1485 | _LIBCPP_INLINE_VISIBILITY bool __cxx_atomic_wait(_Atp* __a, _Fn && =
__test_fn)
      |                                ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1485:32: w=
arning: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1523:32: w=
arning: 'always_inline' function might not be inlinable [-Wattributes]
 1523 | _LIBCPP_INLINE_VISIBILITY bool __cxx_atomic_wait(_Atp* __a, _Tp con=
st __val, memory_order __order)
      |                                ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1523:32: w=
arning: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:714:6: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  714 | void __cxx_atomic_store(__cxx_atomic_base_impl<_Tp>* __a,  _Tp __va=
l,
      |      ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:706:6: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  706 | void __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, =
 _Tp __val,
      |      ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:751:5: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  751 | _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __v=
alue,
      |     ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:741:5: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  741 | _Tp __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a=
,
      |     ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:732:5: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  732 | _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memor=
y_order __order) {
      |     ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:722:5: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
  722 | _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* _=
_a,
      |     ^~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/allocator.h:18,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/memory:848:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:254:6: warnin=
g: 'always_inline' function might not be inlinable [-Wattributes]
  254 | void __libcpp_operator_delete(_Args ...__args) {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:277:6: warnin=
g: 'always_inline' function might not be inlinable [-Wattributes]
  277 | void __do_deallocate_handle_size(void *__ptr, size_t __size, _Args =
...__args) {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:244:7: warnin=
g: 'always_inline' function might not be inlinable [-Wattributes]
  244 | void* __libcpp_operator_new(_Args ...__args) {
      |       ^~~~~~~~~~~~~~~~~~~~~
--- all_subdir_lib/googletest ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/pr=
ivate/gmock/gmock-actions.h:47,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/pr=
ivate/gmock/gmock-spec-builders.h:69:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/internal/g=
mock-internal-utils.h: In function 'T testing::internal::Invalid() [with T =
=3D {anonymous}::NonDefaultConstructible]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/internal/g=
mock-internal-utils.h:408:10: warning: infinite recursion detected [-Winfin=
ite-recursion]
  408 | inline T Invalid() {
      |          ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/internal/g=
mock-internal-utils.h:413:20: note: recursive call
  413 |   return Invalid<T>();
      |          ~~~~~~~~~~^~
--- all_subdir_usr.bin ---
--- test_option_j.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_j.o -MTtest_option_j.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -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-but-set-variable -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-return-type -Wno-address-of-packed-member =
   -c /workspace/src/contrib/libarchive/tar/test/test_option_j.c -o test_op=
tion_j.o
--- test_option_k.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_k.o -MTtest_option_k.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -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-but-set-variable -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-return-type -Wno-address-of-packed-member =
   -c /workspace/src/contrib/libarchive/tar/test/test_option_k.c -o test_op=
tion_k.o
--- all_subdir_usr.sbin ---
--- nsload.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsload.o -MTnsload.o -std=3Dgnu99 =
-Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -=
Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointe=
r-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre=
ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp=
are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-=
declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi=
cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized=
 -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespace=
/nsload.c -o nsload.o
--- all_subdir_usr.bin ---
--- test_option_keep_newer_files.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_keep_newer_files.o -MTtest_option_keep_newe=
r_files.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Ws=
ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmiss=
ing-prototypes -Wpointer-arith -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-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-but-set-variable -Wno-error=3Du=
nused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-nega=
tive-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-vari=
able -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpan=
sion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation=
 -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-er=
ror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-=
error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggress=
ive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-v=
alue -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3D=
sizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type =
-Wno-address-of-packed-member    -c /workspace/src/contrib/libarchive/tar/t=
est/test_option_keep_newer_files.c -o test_option_keep_newer_files.o
--- all_subdir_usr.sbin ---
--- nsnames.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsnames.o -MTnsnames.o -std=3Dgnu9=
9 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror=
 -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoin=
ter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespace=
/nsnames.c -o nsnames.o
--- all_subdir_usr.bin ---
--- test_option_lrzip.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_lrzip.o -MTtest_option_lrzip.o -std=3Dgnu99=
 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror =
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoint=
er-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddr=
ess -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-com=
pare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated=
-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlog=
ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize=
d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er=
ror=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/libarchive/tar/test/test_option_lrzip=
.c -o test_option_lrzip.o
--- test_option_lz4.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_lz4.o -MTtest_option_lz4.o -std=3Dgnu99 -Wn=
o-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wal=
l -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-a=
rith -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-but-set-variable -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/libarchive/tar/test/test_option_lz4.c -o =
test_option_lz4.o
--- test_option_lzma.o ---
--- all_subdir_usr.sbin ---
--- nsobject.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsobject.o -MTnsobject.o -std=3Dgn=
u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr=
or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo=
inter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespa=
ce/nsobject.c -o nsobject.o
--- all_subdir_usr.bin ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_lzma.o -MTtest_option_lzma.o -std=3Dgnu99 -=
Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -W=
all -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer=
-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddres=
s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compa=
re -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-d=
eclarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogic=
al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized =
-Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro=
r=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -=
Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3D=
tautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-o=
peration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-err=
or=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-f=
allthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -W=
no-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare =
-Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -=
Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultis=
tatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess=
 -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-m=
ember    -c /workspace/src/contrib/libarchive/tar/test/test_option_lzma.c -=
o test_option_lzma.o
--- test_option_lzop.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_lzop.o -MTtest_option_lzop.o -std=3Dgnu99 -=
Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -W=
all -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer=
-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddres=
s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compa=
re -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-d=
eclarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogic=
al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized =
-Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro=
r=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -=
Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3D=
tautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-o=
peration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-err=
or=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-f=
allthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -W=
no-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare =
-Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -=
Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultis=
tatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess=
 -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-m=
ember    -c /workspace/src/contrib/libarchive/tar/test/test_option_lzop.c -=
o test_option_lzop.o
--- test_option_n.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_n.o -MTtest_option_n.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -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-but-set-variable -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-return-type -Wno-address-of-packed-member =
   -c /workspace/src/contrib/libarchive/tar/test/test_option_n.c -o test_op=
tion_n.o
--- all_subdir_usr.sbin ---
--- nsparse.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsparse.o -MTnsparse.o -std=3Dgnu9=
9 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror=
 -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoin=
ter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespace=
/nsparse.c -o nsparse.o
--- all_subdir_usr.bin ---
--- test_option_newer_than.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_newer_than.o -MTtest_option_newer_than.o -s=
td=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-header=
s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototyp=
es -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-er=
ror=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-but-set-variable -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/libarchive/tar/test/t=
est_option_newer_than.c -o test_option_newer_than.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
--- pctestdev.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.pctestdev.o -MTpctestd=
ev.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem=
-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-p=
rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc=
h -Wshadow -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wold-styl=
e-definition -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-but-set-variable -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/usr.sbin=
/bhyve/pctestdev.c -o pctestdev.o
--- all_subdir_usr.bin ---
--- test_option_nodump.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_nodump.o -MTtest_option_nodump.o -std=3Dgnu=
99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoi=
nter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dad=
dress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-c=
ompare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecat=
ed-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dl=
ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali=
zed -Wno-error=3Dunused-but-set-variable -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-return-type -Wno-address-of-pack=
ed-member    -c /workspace/src/contrib/libarchive/tar/test/test_option_nodu=
mp.c -o test_option_nodump.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- nspredef.o ---
--- all_subdir_usr.bin ---
--- test_option_older_than.o ---
--- all_subdir_usr.sbin ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nspredef.o -MTnspredef.o -std=3Dgn=
u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr=
or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo=
inter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespa=
ce/nspredef.c -o nspredef.o
--- all_subdir_usr.sbin/bhyve ---
--- pm.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.pm.o -MTpm.o -std=3Dgn=
u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr=
or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo=
inter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wu=
nused-parameter -Wchar-subscripts -Wnested-externs -Wold-style-definition -=
Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds=
 -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align =
-Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Den=
um-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-err=
or=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set=
-variable -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       -c /workspace/src/usr.sbin/bhyve/pm.c -o pm.=
o
--- all_subdir_usr.bin ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_older_than.o -MTtest_option_older_than.o -s=
td=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-header=
s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototyp=
es -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-er=
ror=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-but-set-variable -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/libarchive/tar/test/t=
est_option_older_than.c -o test_option_older_than.o
--- all_subdir_lib ---
--- all_subdir_lib/atf ---
--- fs_test ---
--- fs_test.full ---
/usr/local/bin/x86_64-unknown-freebsd13.1-g++12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -p=
ipe -fno-common -DHAVE_CONFIG_H -DATF_C_TESTS_BASE=3D'"/usr/tests/lib/atf/l=
ibatf-c"' -DATF_INCLUDEDIR=3D'"/usr/include"' -I/workspace/src/contrib/atf =
-fPIE -g -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno=
-uninitialized -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -=
Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -W=
no-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-but-set-v=
ariable -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 -fPIE -std=3Dc++11 -=
Wno-deprecated-declarations -Wno-literal-suffix -Wno-error=3Dunknown-pragma=
s  -Wl,-zrelro -pie  -o fs_test.full  fs_test.o test_helpers.o -lprivateatf=
-c++ -lprivateatf-c -lprivateatf-c
--- fs_test.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug fs_test=
.full fs_test.debug
--- all_subdir_usr.bin ---
--- test_option_passphrase.o ---
--- all_subdir_lib ---
--- fs_test ---
--- all_subdir_usr.bin ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_passphrase.o -MTtest_option_passphrase.o -s=
td=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-header=
s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototyp=
es -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-er=
ror=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--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dfs_test.debug  fs_test.full fs_test
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- nsprepkg.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsprepkg.o -MTnsprepkg.o -std=3Dgn=
u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr=
or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo=
inter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespa=
ce/nsprepkg.c -o nsprepkg.o
--- all_subdir_usr.bin ---
-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D=
uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func=
tion -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-u=
ninitialized -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-de=
fined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-erro=
r=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmems=
et-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpo=
inter-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-o=
ptimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-=
error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-poi=
nter-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-addre=
ss-of-packed-member    -c /workspace/src/contrib/libarchive/tar/test/test_o=
ption_passphrase.c -o test_option_passphrase.o
--- test_option_q.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_q.o -MTtest_option_q.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -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-but-set-variable -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-return-type -Wno-address-of-packed-member =
   -c /workspace/src/contrib/libarchive/tar/test/test_option_q.c -o test_op=
tion_q.o
--- all_subdir_usr.sbin ---
--- nsrepair.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsrepair.o -MTnsrepair.o -std=3Dgn=
u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr=
or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo=
inter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespa=
ce/nsrepair.c -o nsrepair.o
--- all_subdir_usr.sbin/bhyve ---
--- post.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.post.o -MTpost.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 -Wshado=
w -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wold-style-definit=
ion -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-a=
lign -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=
=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn=
o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-bu=
t-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-=
error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-co=
mpare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -=
Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3D=
deprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -=
Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=
=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-t=
ype -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop=
-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-func=
tion-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-=
error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringo=
p-truncation -Wno-return-type       -c /workspace/src/usr.sbin/bhyve/post.c=
 -o post.o
--- all_subdir_usr.bin ---
--- test_option_r.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_r.o -MTtest_option_r.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -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-but-set-variable -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-return-type -Wno-address-of-packed-member =
   -c /workspace/src/contrib/libarchive/tar/test/test_option_r.c -o test_op=
tion_r.o
--- all_subdir_usr.sbin ---
--- ps2kbd.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.ps2kbd.o -MTps2kbd.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 -Wchar-subscripts -Wnested-externs -Wold-style-defi=
nition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darra=
y-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcas=
t-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-er=
ror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses =
-Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused=
-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -W=
no-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull=
-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compar=
e -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       -c /workspace/src/usr.sbin/bhyve/ps2k=
bd.c -o ps2kbd.o
--- all_subdir_usr.bin ---
--- test_option_s.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_s.o -MTtest_option_s.o -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wno-uninitialized -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-but-set-variable -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-return-type -Wno-address-of-packed-member =
   -c /workspace/src/contrib/libarchive/tar/test/test_option_s.c -o test_op=
tion_s.o
--- all_subdir_usr.sbin ---
--- ps2mouse.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.ps2mouse.o -MTps2mouse=
.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-h=
eaders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-pro=
totypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
-Wshadow -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wold-style-=
definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3D=
array-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=
=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -=
Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parent=
heses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3D=
unused-but-set-variable -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       -c /workspace/src/usr.sbin/bh=
yve/ps2mouse.c -o ps2mouse.o
--- all_subdir_usr.sbin/acpi ---
--- nsrepair2.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsrepair2.o -MTnsrepair2.o -std=3D=
gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -We=
rror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -W=
pointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=
=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db=
ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddep=
recated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-erro=
r=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunini=
tialized -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/nam=
espace/nsrepair2.c -o nsrepair2.o
--- all_subdir_usr.bin ---
--- bsdtar.full ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -p=
ipe -fno-common -DHAVE_ICONV=3D1 -DHAVE_ICONV_H=3D1 -DICONV_CONST=3Dconst -=
DBSDTAR_VERSION_STRING=3D\"3.6.2\" -DPLATFORM_CONFIG_H=3D\"/workspace/src/l=
ib/libarchive/config_freebsd.h\" -I/workspace/src/contrib/libarchive/tar -I=
/workspace/src/contrib/libarchive/libarchive -I/workspace/src/contrib/libar=
chive/libarchive_fe -fPIE -g -std=3Dgnu99 -Wno-format-zero-length -fstack-p=
rotector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unus=
ed-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual=
 -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-s=
ubscripts -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=3D=
extra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn=
o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du=
nused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-nega=
tive-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-vari=
able -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpan=
sion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation=
 -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-er=
ror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-=
error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggress=
ive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-v=
alue -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3D=
sizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type =
 -Wl,-zrelro -pie   -o bsdtar.full bsdtar.o cmdline.o creation_set.o read.o=
 subst.o util.o write.o err.o line_reader.o passphrase.o   -larchive=20
--- all_subdir_usr.bin/tar/tests ---
--- test_option_safe_writes.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_safe_writes.o -MTtest_option_safe_writes.o =
-std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-head=
ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-protot=
ypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-=
error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-erro=
r=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-but-set-variable -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/libarchive/tar/test/t=
est_option_safe_writes.c -o test_option_safe_writes.o
--- all_subdir_usr.sbin ---
--- nssearch.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nssearch.o -MTnssearch.o -std=3Dgn=
u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr=
or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo=
inter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespa=
ce/nssearch.c -o nssearch.o
--- all_subdir_usr.sbin/bhyve ---
--- qemu_fwcfg.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.qemu_fwcfg.o -MTqemu_f=
wcfg.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsyst=
em-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing=
-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswi=
tch -Wshadow -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wold-st=
yle-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-erro=
r=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-err=
or=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations=
 -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-pare=
ntheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-but-set-variable -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/usr.sbin=
/bhyve/qemu_fwcfg.c -o qemu_fwcfg.o
--- all_subdir_usr.bin ---
--- test_option_uid_uname.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_uid_uname.o -MTtest_option_uid_uname.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 -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-but-set-variable -Wno-error=3Dunused-function=
 -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unini=
tialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wn=
o-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-erro=
r=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-define=
d -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3D=
implicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-e=
lt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointe=
r-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optim=
izations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-erro=
r=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer=
-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-o=
f-packed-member    -c /workspace/src/contrib/libarchive/tar/test/test_optio=
n_uid_uname.c -o test_option_uid_uname.o
--- all_subdir_usr.sbin ---
--- qemu_loader.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/w=
orkspace/src/sys -DINET -DINET6 -DNETGRAPH -DOPENSSL_API_COMPAT=3D0x1010000=
0L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace=
/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.qemu_loader.o -MTqemu_=
loader.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsy=
stem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissi=
ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws=
witch -Wshadow -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wold-=
style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-er=
ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-e=
rror=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declaratio=
ns -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-pa=
rentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-erro=
r=3Dunused-but-set-variable -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/usr.sbin=
/bhyve/qemu_loader.c -o qemu_loader.o
--- qemu_fwcfg.o ---
/workspace/src/usr.sbin/bhyve/qemu_fwcfg.c: In function 'qemu_fwcfg_parse_c=
mdline_arg':
/workspace/src/usr.sbin/bhyve/qemu_fwcfg.c:597:47: error: comparison is alw=
ays false due to limited range of data type [-Werror=3Dtype-limits]
  597 |                 if ((ssize_t)fwcfg_file->size < 0) {
      |                                               ^
--- all_subdir_usr.bin ---
--- test_option_uuencode.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_uuencode.o -MTtest_option_uuencode.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 -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-but-set-variable -Wno-error=3Dunused-function=
 -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unini=
tialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wn=
o-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-erro=
r=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-define=
d -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3D=
implicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-e=
lt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointe=
r-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optim=
izations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-erro=
r=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer=
-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-o=
f-packed-member    -c /workspace/src/contrib/libarchive/tar/test/test_optio=
n_uuencode.c -o test_option_uuencode.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- nsutils.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nsutils.o -MTnsutils.o -std=3Dgnu9=
9 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror=
 -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoin=
ter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespace=
/nsutils.c -o nsutils.o
--- all_subdir_usr.bin ---
--- bsdtar.1.gz ---
gzip -cn /workspace/src/contrib/libarchive/tar/bsdtar.1 > bsdtar.1.gz
--- all_subdir_usr.sbin ---
--- nswalk.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.nswalk.o -MTnswalk.o -std=3Dgnu99 =
-Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -=
Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointe=
r-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre=
ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp=
are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-=
declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi=
cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized=
 -Wno-error=3Dunused-but-set-variable -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/sys/contrib/dev/acpica/components/namespace=
/nswalk.c -o nswalk.o
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/tar/tests ---
--- test_option_xattrs.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -=
pipe -fno-common -DPLATFORM_CONFIG_H=3D\"/workspace/src/lib/libarchive/conf=
ig_freebsd.h\" -I/workspace/src/lib/libarchive -I/tmp/obj/workspace/src/amd=
64.amd64/usr.bin/tar/tests -I/workspace/src/contrib/libarchive/libarchive -=
I/workspace/src/contrib/libarchive/tar -I/workspace/src/contrib/libarchive/=
tar/test -I/workspace/src/contrib/libarchive/test_utils   -fPIE -g -MD  -MF=
.depend.bsdtar_test.test_option_xattrs.o -MTtest_option_xattrs.o -std=3Dgnu=
99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoi=
nter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dad=
dress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-c=
ompare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecat=
ed-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dl=
ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali=
zed -Wno-error=3Dunused-but-set-variable -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-return-type -Wno-address-of-pack=
ed-member    -c /workspace/src/contrib/libarchive/tar/test/test_option_xatt=
rs.c -o test_option_xattrs.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
cc1: all warnings being treated as errors
*** [qemu_fwcfg.o] Error code 1

make[4]: stopped in /workspace/src/usr.sbin/bhyve
1 error

make[4]: stopped in /workspace/src/usr.sbin/bhyve
--- all_subdir_tests ---

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

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

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

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

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

make[3]: stopped in /workspace/src/tests

make[2]: stopped in /workspace/src
      163.72 real      1360.40 user       150.53 sys

make[1]: stopped in /workspace/src

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



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