Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 12:11:19 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        andrew@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #994 - Still Failing
Message-ID:  <366135125.16913.1717675881589@jenkins.ci.freebsd.org>
In-Reply-To: <1329024539.16909.1717671897762@jenkins.ci.freebsd.org>
References:  <1329024539.16909.1717671897762@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #994 (ec69d230933f82c7c142b053882255=
aa57475463) - Still Failing

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

ec69d230933f82c7c142b053882255aa57475463 by andrew:
linux: Allows writing to the vdso from the kernel



The end of the build log:

[...truncated 103.43 MiB...]
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -include paths.h -DRUNSTATEDIR=3D"_PATH_VARRUN"   -fPIE -g=
 -MD  -MF.depend.curve25519.o -MTcurve25519.o -std=3Dgnu99 -Wno-format-zero=
-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format=
-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn=
-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wca=
st-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-poi=
nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e=
rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er=
ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp=
are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst=
rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-=
error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ=
ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro=
r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo=
ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno=
-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic=
it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz=
e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp=
are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio=
ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu=
ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac=
cess -Wno-error=3Dstringop-truncation -Wno-return-type  -Wno-shadow      -c=
 /workspace/src/contrib/wireguard-tools/curve25519.c -o curve25519.o
In file included from /workspace/src/contrib/wireguard-tools/curve25519.c:8=
3:
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:743:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  743 | static __always_inline void format_scalar_of_point(u8 *scalar, u64 =
*point)
      |                             ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:735:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  735 | static __always_inline void format_fcontract(u8 *output, u64 *input=
)
      |                             ^~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:714:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  714 | static __always_inline void format_fcontract_store(u8 *output, u64 =
*input)
      |                             ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:689:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  689 | static __always_inline void format_fcontract_trim(u64 *input)
      |                             ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:673:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  673 | static __always_inline void format_fcontract_second_carry_full(u64 =
*input)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:651:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  651 | static __always_inline void format_fcontract_second_carry_pass(u64 =
*input)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:645:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  645 | static __always_inline void format_fcontract_first_carry_full(u64 *=
input)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:623:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  623 | static __always_inline void format_fcontract_first_carry_pass(u64 *=
input)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:599:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  599 | static __always_inline void format_fexpand(u64 *output, const u8 *i=
nput)
      |                             ^~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:574:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  574 | static __always_inline void ladder_bigloop_cmult_big_loop(u8 *n1, u=
64 *nq,
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:564:1: warning: =
'always_inline' function might not be inlinable [-Wattributes]
  564 | ladder_smallloop_cmult_small_loop(u64 *nq, u64 *nqpq, u64 *nq2, u64=
 *nqpq2,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:554:1: warning: =
'always_inline' function might not be inlinable [-Wattributes]
  554 | ladder_smallloop_cmult_small_loop_double_step(u64 *nq, u64 *nqpq, u=
64 *nq2,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:542:1: warning: =
'always_inline' function might not be inlinable [-Wattributes]
  542 | ladder_smallloop_cmult_small_loop_step(u64 *nq, u64 *nqpq, u64 *nq2=
, u64 *nqpq2,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:475:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  475 | static __always_inline void addanddouble_fmonty(u64 *pp, u64 *ppq, =
u64 *p,
      |                             ^~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:469:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  469 | static __always_inline void point_copy(u64 *output, u64 *input)
      |                             ^~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:462:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  462 | static __always_inline void point_swap_conditional(u64 *a, u64 *b, =
u64 iswap)
      |                             ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:453:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  453 | static __always_inline void point_swap_conditional5(u64 *a, u64 *b,=
 u64 swap1)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:440:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  440 | static __always_inline void point_swap_conditional_step(u64 *a, u64=
 *b,
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:435:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  435 | static __always_inline void crecip(u64 *output, u64 *input)
      |                             ^~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:430:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  430 | static __always_inline void fmul(u64 *output, u64 *a, u64 *b)
      |                             ^~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:393:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  393 | static __always_inline void fscalar(u64 *output, u64 *b, u64 s)
      |                             ^~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:347:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  347 | static __always_inline void fdifference(u64 *a, u64 *b)
      |                             ^~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:338:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  338 | static __always_inline void fsum(u64 *a, u64 *b)
      |                             ^~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:294:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  294 | static __always_inline void crecip_crecip(u64 *out, u64 *z)
      |                             ^~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:287:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  287 | static __always_inline void fsquare_fsquare_times_inplace(u64 *outp=
ut,
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:279:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  279 | static __always_inline void fsquare_fsquare_times(u64 *output, u64 =
*input,
      |                             ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:270:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  270 | static __always_inline void fsquare_fsquare_times_(u64 *output, u12=
8 *tmp,
      |                             ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:243:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  243 | static __always_inline void fsquare_fsquare_(u128 *tmp, u64 *output=
)
      |                             ^~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:214:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  214 | static __always_inline void fsquare_fsquare__(u128 *tmp, u64 *outpu=
t)
      |                             ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:183:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  183 | static __always_inline void fmul_fmul(u64 *output, u64 *input, u64 =
*input21)
      |                             ^~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:153:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  153 | static __always_inline void fmul_mul_shift_reduce_(u128 *output, u6=
4 *input,
      |                             ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:124:29: warning:=
 'always_inline' function might not be inlinable [-Wattributes]
  124 | static __always_inline void fmul_shift_reduce(u64 *output)
      |                             ^~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:83:29: warning: =
'always_inline' function might not be inlinable [-Wattributes]
   83 | static __always_inline void fproduct_carry_wide_(u128 *tmp)
      |                             ^~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:74:1: warning: '=
always_inline' function might not be inlinable [-Wattributes]
   74 | fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s=
)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:49:29: warning: =
'always_inline' function might not be inlinable [-Wattributes]
   49 | static __always_inline void fproduct_copy_from_wide_(u64 *output, u=
128 *input)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:39:29: warning: =
'always_inline' function might not be inlinable [-Wattributes]
   39 | static __always_inline void modulo_carry_top(u64 *b)
      |                             ^~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:25:28: warning: =
'always_inline' function might not be inlinable [-Wattributes]
   25 | static __always_inline u64 u64_gte_mask(u64 a, u64 b)
      |                            ^~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519-hacl64.h:15:28: warning: =
'always_inline' function might not be inlinable [-Wattributes]
   15 | static __always_inline u64 u64_eq_mask(u64 a, u64 b)
      |                            ^~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519.c:70:38: warning: 'always=
_inline' function might not be inlinable [-Wattributes]
   70 | static __always_inline __unused void put_unaligned_le64(u64 s, u8 *=
d)
      |                                      ^~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519.c:64:40: warning: 'always=
_inline' function might not be inlinable [-Wattributes]
   64 | static __always_inline __unused __le64 get_unaligned_le64(const u8 =
*a)
      |                                        ^~~~~~~~~~~~~~~~~~
/workspace/src/contrib/wireguard-tools/curve25519.c:58:40: warning: 'always=
_inline' function might not be inlinable [-Wattributes]
   58 | static __always_inline __unused __le32 get_unaligned_le32(const u8 =
*a)
      |                                        ^~~~~~~~~~~~~~~~~~
--- all_subdir_usr.sbin ---
--- rsxface.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.rsxface.o -MTrsxface.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-function -Wno-error=3Dunused-value -Wno-error=3Dempt=
y-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-e=
rror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3D=
unused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -=
Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3D=
format-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-boo=
l-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-erro=
r=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wn=
o-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestr=
ict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation =
-Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/=
contrib/dev/acpica/components/resources/rsxface.c -o rsxface.o
--- tbdata.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbdata.o -MTtbdata.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-function -Wno-error=3Dunused-value -Wno-error=3Dempty-=
body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-err=
or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn=
o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo=
rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-=
context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/c=
ontrib/dev/acpica/components/tables/tbdata.c -o tbdata.o
--- tbfadt.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbfadt.o -MTtbfadt.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-function -Wno-error=3Dunused-value -Wno-error=3Dempty-=
body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-err=
or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn=
o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo=
rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-=
context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/c=
ontrib/dev/acpica/components/tables/tbfadt.c -o tbfadt.o
--- all_subdir_usr.sbin/bhyve ---
--- gdb.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -DBHYVE_GDB -I/workspace/src/usr.sbin/bhyve=09=09 -I/wor=
kspace/src/usr.sbin/bhyve/../../contrib/lib9p  -I/workspace/src/sys -DINET =
-DINET6 -DOPENSSL_API_COMPAT=3D0x10100000L -I/workspace/src/sys/dev/e1000 -=
I/workspace/src/sys/dev/mii -I/workspace/src/sys/dev/usb/controller -fPIE -=
g -MD  -MF.depend.gdb.o -MTgdb.o -std=3Dgnu99 -Wno-format-zero-length -fsta=
ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-=
unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-=
qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts=
 -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno=
-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=
=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn=
o-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-=
compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type        -c /workspace/src/usr.sbin/bhyve/gdb=
.c -o gdb.o
/workspace/src/usr.sbin/bhyve/gdb.c:172:1: error: 'static' is not at beginn=
ing of declaration [-Werror=3Dold-style-declaration]
  172 | static const gdb_regset[] =3D {
      | ^~~~~~
/workspace/src/usr.sbin/bhyve/gdb.c: In function 'report_stop':
/workspace/src/usr.sbin/bhyve/gdb.c:786:72: warning: suggest braces around =
empty body in an 'else' statement [-Wempty-body]
  786 |                         debug("$vCPU %d reporting ???\n", stopped_v=
cpu);
      |                                                                    =
    ^
/workspace/src/usr.sbin/bhyve/gdb.c: In function 'check_command':
/workspace/src/usr.sbin/bhyve/gdb.c:2004:48: warning: suggest braces around=
 empty body in an 'if' statement [-Wempty-body]
 2004 |                                 debug("-> +\n");
      |                                                ^
--- all_subdir_usr.sbin/acpi ---
--- tbfind.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbfind.o -MTtbfind.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-function -Wno-error=3Dunused-value -Wno-error=3Dempty-=
body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-err=
or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn=
o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo=
rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-=
context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/c=
ontrib/dev/acpica/components/tables/tbfind.c -o tbfind.o
--- tbinstal.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbinstal.o -MTtbinstal.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-function -Wno-error=3Dunused-value -Wno-error=3Dem=
pty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno=
-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecate=
d -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=
=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-=
bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-e=
rror=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow =
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type =
-Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Dre=
strict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncati=
on -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/s=
ys/contrib/dev/acpica/components/tables/tbinstal.c -o tbinstal.o
--- all_subdir_lib ---
--- all_subdir_lib/googletest/tests/gmock_main ---
--- gmock-actions_test ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:529:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/func=
tion.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTyp=
es ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp =3D std::__1::functi=
on<bool(int)>; _Alloc =3D std::__1::allocator<std::__1::function<bool(int)>=
 >; _Rp =3D int; _ArgTypes =3D {char}]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/func=
tion.h:370:113:   required from 'std::__1::__function::__value_func<_Rp(_Ar=
gTypes ...)>::__value_func(_Fp&&) [with _Fp =3D std::__1::function<bool(int=
)>; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::de=
cay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::v=
alue), int>::type <anonymous> =3D 0; _Rp =3D int; _ArgTypes =3D {char}]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/func=
tion.h:938:50:   required from 'std::__1::function<_Rp(_ArgTypes ...)>::fun=
ction(_Fp) [with _Fp =3D std::__1::function<bool(int)>; <template-parameter=
-2-2> =3D void; _Rp =3D int; _ArgTypes =3D {char}]'
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-acti=
ons.h:775:9:   required from 'testing::Action<R(Args ...)>::Action(const te=
sting::Action<Func>&) [with Func =3D bool(int); R =3D int; Args =3D {char}]=
'
/workspace/src/contrib/googletest/googlemock/test/gmock-actions_test.cc:590=
:52:   required from here
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/func=
tion.h:359:23: warning: placement new constructing an object of type '_Fun'=
 and size '64' in a region of type 'std::__1::aligned_storage<24>::type' an=
d size '32' [-Wplacement-new=3D]
  359 |         __f_ =3D ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc=
(__af));
      |                       ^~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/func=
tion.h:338:53: note: 'std::__1::__function::__value_func<int(char)>::__buf_=
' declared here
  338 |   typename aligned_storage<3 * sizeof(void*)>::type __buf_;
      |                                                     ^~~~~~
--- all_subdir_usr.sbin ---
--- tbprint.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbprint.o -MTtbprint.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-function -Wno-error=3Dunused-value -Wno-error=3Dempt=
y-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-e=
rror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3D=
unused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -=
Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3D=
format-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-boo=
l-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-erro=
r=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wn=
o-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestr=
ict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation =
-Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/=
contrib/dev/acpica/components/tables/tbprint.c -o tbprint.o
--- tbutils.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbutils.o -MTtbutils.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-function -Wno-error=3Dunused-value -Wno-error=3Dempt=
y-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-e=
rror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3D=
unused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -=
Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3D=
format-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-boo=
l-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-erro=
r=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wn=
o-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestr=
ict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation =
-Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/=
contrib/dev/acpica/components/tables/tbutils.c -o tbutils.o
--- tbxface.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbxface.o -MTtbxface.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-function -Wno-error=3Dunused-value -Wno-error=3Dempt=
y-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-e=
rror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3D=
unused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -=
Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3D=
format-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-boo=
l-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-erro=
r=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wn=
o-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestr=
ict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation =
-Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/=
contrib/dev/acpica/components/tables/tbxface.c -o tbxface.o
--- all_subdir_lib ---
--- all_subdir_lib/libnv ---
In function 'constexpr size_t std::__1::__constexpr_strlen(const char*)',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::leng=
th(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include=
/c++/v1/__string/char_traits.h:227:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operato=
r<<(basic_ostream<char, _Traits>&, const char*) [with _Traits =3D char_trai=
ts<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ost=
ream:787:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_number::bo=
dy() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:612:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: warning: argument 1 null where non-null expected [-W=
nonnull]
   49 |   return __builtin_strlen(__str);
      |          ~~~~~~~~~~~~~~~~^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: note: in a call to built-in function 'long unsigned =
int __builtin_strlen(const char*)'
In function 'constexpr size_t std::__1::__constexpr_strlen(const char*)',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::leng=
th(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include=
/c++/v1/__string/char_traits.h:227:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operato=
r<<(basic_ostream<char, _Traits>&, const char*) [with _Traits =3D char_trai=
ts<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ost=
ream:787:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_number::bo=
dy() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:624:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: warning: argument 1 null where non-null expected [-W=
nonnull]
   49 |   return __builtin_strlen(__str);
      |          ~~~~~~~~~~~~~~~~^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: note: in a call to built-in function 'long unsigned =
int __builtin_strlen(const char*)'
--- all_subdir_lib/googletest ---
--- gmock-cardinalities_test ---
--- gmock-cardinalities_test ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -fPIE -Wno-format-zero-length -fstack-protector-strong -Wsy=
stem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith=
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param=
eter -Wcast-align -Wchar-subscripts -Wdate-time -Wno-error=3Daddress -Wno-e=
rror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-=
error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarati=
ons -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-p=
arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err=
or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshif=
t-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-cons=
t-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -I/w=
orkspace/src/contrib/googletest/googlemock/include -I/workspace/src/contrib=
/googletest/googlemock -I/workspace/src/contrib/googletest/googletest/inclu=
de -I/workspace/src/contrib/googletest/googletest -I/tmp/obj/workspace/src/=
amd64.amd64/tmp/usr/include/private -DGTEST_HAS_POSIX_RE=3D1 -DGTEST_HAS_PT=
HREAD=3D1 -DGTEST_HAS_STREAM_REDIRECTION=3D1 -frtti -DGTEST_HAS_POSIX_RE=3D=
1 -DGTEST_HAS_PTHREAD=3D1 -DGTEST_HAS_STREAM_REDIRECTION=3D1 -frtti -fPIE -=
std=3Dc++14 -Wno-deprecated-copy -Wno-literal-suffix -Wno-error=3Dunknown-p=
ragmas -Wno-dangling-reference  -Wl,-zrelro -pie -Wl,-znoexecstack  -o gmoc=
k-cardinalities_test  gmock-cardinalities_test.o -lprivategmock_main -lpriv=
ategmock -lprivategtest
--- all_subdir_usr.sbin ---
--- tbxfload.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.tbxfload.o -MTtbxfload.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-function -Wno-error=3Dunused-value -Wno-error=3Dem=
pty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno=
-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecate=
d -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=
=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-=
bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-e=
rror=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow =
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type =
-Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Dre=
strict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncati=
on -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/s=
ys/contrib/dev/acpica/components/tables/tbxfload.c -o tbxfload.o
--- all_subdir_usr.sbin/sa ---
=3D=3D=3D> usr.sbin/sa (all)
--- .depend ---
echo sa.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .de=
pend
--- main.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.main.o -MTmain.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 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused=
-parameter -Wcast-align -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=
-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dma=
ybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-=
value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable =
-Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-=
to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno=
-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
    -c /workspace/src/usr.sbin/sa/main.c -o main.o
--- all_subdir_usr.sbin/acpi ---
--- utaddress.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.utaddress.o -MTutaddress.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-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type -Wno-address-of-packed-member       -c /workspace/=
src/sys/contrib/dev/acpica/components/utilities/utaddress.c -o utaddress.o
--- all_subdir_usr.sbin/sa ---
--- db.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.db.o -MTdb.o -std=3Dgnu99 -Wno-=
format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall =
-Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-ari=
th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par=
ameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definiti=
on -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-al=
ign -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=
=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn=
o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-fu=
nction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe=
-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-val=
ue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wn=
o-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-=
defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-er=
ror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dme=
mset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3D=
pointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop=
-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wn=
o-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-p=
ointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type        -=
c /workspace/src/usr.sbin/sa/db.c -o db.o
--- all_subdir_usr.sbin/bhyve ---
cc1: all warnings being treated as errors
*** [gdb.o] Error code 1

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

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

make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---

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

make[5]: stopped in /workspace/src/tests/sys/fs

make[4]: stopped in /workspace/src/tests/sys

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

make[2]: stopped in /workspace/src
      234.04 real      2070.06 user       192.37 sys

make[1]: stopped in /workspace/src

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



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