Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2024 01:44:53 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kevans@FreeBSD.org, jhb@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #3981 - Still Failing
Message-ID:  <1176336900.16201.1727919896150@jenkins.ci.freebsd.org>
In-Reply-To: <1797582430.16167.1727910466003@jenkins.ci.freebsd.org>
References:  <1797582430.16167.1727910466003@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #3981 (ad152571b8fd69d93ca0e44d80c9b=
49308b36eae) - Still Failing

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

c08e016f000ce417a6fb413025ab81ad66cbdfff by jhb:
unix: Use a dedicated mtx pool for vnode name locks

519981e3c09c2875b136635459c87ab24d3104e2 by jhb:
tcp_output: Clear FIN if tcp_m_copym truncates output length

e3953c036f9d66c85b8e19f99f0710b3288ce5fb by kevans:
sys: Chase libmd version bump with a __FreeBSD_version bump

ad152571b8fd69d93ca0e44d80c9b49308b36eae by jhb:
bhyve uart: Fix errors from GCC



The end of the build log:

[...truncated 88.32 MiB...]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1213:1: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1213 | list<_Tp, _Alloc>::__insert_with_sentinel(const_iterator __p, _Iter=
ator __f, _Sentinel __l) {
      | ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1368:38: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
 1368 | typename list<_Tp, _Alloc>::iterator list<_Tp, _Alloc>::erase(const=
_iterator __f, const_iterator __l) {
      |                                      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1170:1: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1170 | list<_Tp, _Alloc>::insert(const_iterator __p, size_type __n, const =
value_type& __x) {
      | ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:626:6: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  626 | void __list_imp<_Tp, _Alloc>::clear() _NOEXCEPT {
      |      ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:66:54: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
   66 | _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI bool __cxx_atomic_w=
ait(_Atp* __a, _Fn&& __test_fn) {
      |                                                      ^~~~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:66:54: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/construct_at.h:23:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:278:28: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  278 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args=
) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1205:38: war=
ning: 'always_inline' function might not be inlinable [-Wattributes]
 1205 | typename list<_Tp, _Alloc>::iterator list<_Tp, _Alloc>::insert(
      |                                      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1339:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1339 | void list<_Tp, _Alloc>::pop_front() {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1255:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1255 | void list<_Tp, _Alloc>::push_back(const value_type& __x) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:1144:6: warn=
ing: 'always_inline' function might not be inlinable [-Wattributes]
 1144 | void list<_Tp, _Alloc>::assign(size_type __n, const value_type& __x=
) {
      |      ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  621 | __list_imp<_Tp, _Alloc>::~__list_imp() {
      | ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/list:621:1: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:101:1: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
  101 | __cxx_atomic_wait(_Atp* __a, _Tp const __val, memory_order __order)=
 {
      | ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_s=
ync.h:101:1: warning: 'always_inline' function might not be inlinable [-Wat=
tributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__atomic/contention_t.h:12,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__atomic/atomic_sync.h:12:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:115:28: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  115 | _LIBCPP_HIDE_FROM_ABI void __cxx_atomic_store(__cxx_atomic_base_imp=
l<_Tp>* __a, _Tp __val, memory_order __order) {
      |                            ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:110:1: warning: 'always_inline' function might not be inlinable [=
-Wattributes]
  110 | __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp _=
_val, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:155:27: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  155 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_exchange(__cxx_atomic_base_i=
mpl<_Tp>* __a, _Tp __value, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:147:1: warning: 'always_inline' function might not be inlinable [=
-Wattributes]
  147 | __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, _T=
p __value, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:139:27: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  139 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const __cxx_atomic_base=
_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/cxx_atom=
ic_impl.h:120:27: warning: 'always_inline' function might not be inlinable =
[-Wattributes]
  120 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_at=
omic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:278:28: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  278 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args=
) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:299:28: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  299 | _LIBCPP_HIDE_FROM_ABI void __do_deallocate_handle_size(void* __ptr,=
 size_t __size, _Args... __args) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:269:29: warni=
ng: 'always_inline' function might not be inlinable [-Wattributes]
  269 | _LIBCPP_HIDE_FROM_ABI void* __libcpp_operator_new(_Args... __args) =
{
      |                             ^~~~~~~~~~~~~~~~~~~~~
--- all_subdir_libexec ---
--- opendir.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -march=3Di686 -mmmx -msse -msse2 -m32     -DCOMPAT_LIBCO=
MPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tm=
p/obj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/=
tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo=
n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf =
-fpic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse =
 -msoft-float -fvisibility=3Dhidden -g -MD  -MF.depend.opendir.o -MTopendir=
.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno=
-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -=
Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet=
er -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-s=
ign -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -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-function -Wno-error=3Dunused-value -Wno-error=3Demp=
ty-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-error=3Doverflow -Wno-return-type        -Wno-redundant-decls -c /w=
orkspace/src/lib/libc/gen/opendir.c -o opendir.o
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/comm/tests ---
=3D=3D=3D> usr.bin/comm/tests (all)
--- all_subdir_lib ---
--- openat_test.full ---
--- all_subdir_stand ---
--- lhash.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Dd=
ouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections=
 -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -D=
LOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse  -msoft-float -ma=
rch=3Di386 -I. -Iinclude -I/workspace/src/contrib/lua/src -I/workspace/src/=
stand/common -I/workspace/src/stand/liblua -DLUA_PATH=3D\"/boot/lua\" -DLUA=
_PATH_DEFAULT=3D\"/boot/lua/\?.lua\" -ffreestanding -nostdlib -DLUA_USE_POS=
IX -fno-stack-protector -D__BSD_VISIBLE -I/workspace/src/stand/include -I/w=
orkspace/src/stand/liblua -I/workspace/src/contrib/lua/src -I/workspace/src=
/stand/common -g -MD  -MF.depend.lhash.o -MTlhash.o -std=3Dgnu99 -Wno-forma=
t-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-e=
rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=
=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=
=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn=
o-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-=
compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os -mprefer=
red-stack-boundary=3D2 -I/workspace/src/libexec/flua/libhash -I/workspace/s=
rc/sys/crypto/sha2    -c /workspace/src/libexec/flua/libhash/lhash.c -o lha=
sh.o
--- all_subdir_usr.bin ---
--- legacy_test ---
cat /workspace/src/usr.bin/comm/tests/legacy_test.sh >legacy_test.tmp
chmod +x legacy_test.tmp
mv legacy_test.tmp legacy_test
--- all_subdir_lib ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -D_INCOMPLETE_XOPEN_C063 -I/workspace/src/lib/libnetbsd -I/=
workspace/src/contrib/netbsd-tests -fPIE -g -std=3Dgnu99 -Wno-format-zero-l=
ength -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y=
2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -=
Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla=
rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n=
ot-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno=
-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -Wno-address-of-packed-member  -L/tmp/obj/workspace/src/amd64.amd=
64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack  -o openat_test.full t_=
openat.o  -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd=
 -lnetbsd_pie
--- openat_test.debug ---
--- all_subdir_usr.bin ---
--- Kyuafile ---
--- comm.full ---
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug openat_=
test.full openat_test.debug
--- openat_test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dopenat_test.debug  openat_test.full openat_test
--- readlinkat_test ---
(cd /workspace/src/lib/libc/tests/c063 &&  DEPENDFILE=3D.depend.readlinkat_=
test  NO_SUBDIR=3D1 make -f /workspace/src/lib/libc/tests/c063/Makefile _RE=
CURSING_PROGS=3Dt  PROG=3Dreadlinkat_test )
--- .depend.readlinkat_test ---
echo readlinkat_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/l=
ibc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp=
/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.rea=
dlinkat_test
--- t_readlinkat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -D_INCOMPLETE_XOPEN_C063   -I/workspace/src/lib/libnetbsd =
-I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.readlinkat_t=
est.t_readlinkat.o -MTt_readlinkat.o -std=3Dgnu99 -Wno-format-zero-length -=
fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno=
-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-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-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-=
negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-=
variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype -Wno-address-of-packed-member     -c /workspace/src/contrib/netbsd-test=
s/lib/libc/c063/t_readlinkat.c -o t_readlinkat.o
--- all_subdir_usr.bin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -fPIE -g -std=3Dgnu99 -Wno-format-zero-length -fstack-prote=
ctor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p=
arameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww=
rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc=
ripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value =
-Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnu=
ll-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-comp=
are -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-err=
or=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overf=
low -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-e=
rror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexce=
pt-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstri=
ngop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-=
function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -=
Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstr=
ingop-truncation -Wno-return-type  -Wl,-zrelro -pie -Wl,-znoexecstack   -o =
comm.full comm.o =20
--- comm.1.gz ---
gzip -cn /workspace/src/usr.bin/comm/comm.1 > comm.1.gz
--- comm.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug comm.fu=
ll comm.debug
--- comm ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dcomm.debug  comm.full comm
--- all_subdir_usr.bin/compress ---
=3D=3D=3D> usr.bin/compress (all)
--- all_subdir_stand ---
--- liblua.a ---
--- all_subdir_usr.bin ---
--- .depend ---
--- all_subdir_stand ---
building static lua library
--- all_subdir_usr.bin ---
echo compress.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  =
>> .depend
--- compress.o ---
--- all_subdir_stand ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ar -crsD liblua.a lapi.o lcode.o =
lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopco=
des.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o la=
uxlib.o lbaselib.o lstrlib.o loadlib.o lerrno.o lpager.o lstd.o lutils.o gf=
x_utils.o lfs.o lhash.o =20
--- all_subdir_usr.bin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.compress.o -MTcompress.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 -Wcast-align -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-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-error=3Dunused-const=
-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3D=
expansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunc=
ation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -W=
no-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull =
-Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dca=
tch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-err=
or=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-=
type        -c /workspace/src/usr.bin/compress/compress.c -o compress.o
--- all_subdir_stand ---
--- all_subdir_stand/images ---
=3D=3D=3D> stand/images (all)
--- include/machine ---
include/machine -> /workspace/src/sys/amd64/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_libexec ---
--- closedir.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -march=3Di686 -mmmx -msse -msse2 -m32     -DCOMPAT_LIBCO=
MPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tm=
p/obj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/=
tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo=
n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf =
-fpic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse =
 -msoft-float -fvisibility=3Dhidden -g -MD  -MF.depend.closedir.o -MTclosed=
ir.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param=
eter -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer=
-sign -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wn--- all_su=
bdir_stand ---
--- all_subdir_stand/man ---
=3D=3D=3D> stand/man (all)
--- all_subdir_libexec ---
o-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-er=
ror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-erro=
r=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -W=
no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-=
compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-error=3Doverflow -Wno-return-type        -Wno-redundant=
-decls -c /workspace/src/lib/libc/gen/closedir.c -o closedir.o
--- all_subdir_stand ---
--- include/machine ---
include/machine -> /workspace/src/sys/amd64/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- boot1.efi.8.gz ---
gzip -cn /workspace/src/stand/man/boot1.efi.8 > boot1.efi.8.gz
--- loader.8.gz ---
gzip -cn /workspace/src/stand/man/loader.8 > loader.8.gz
--- loader.efi.8.gz ---
gzip -cn /workspace/src/stand/man/loader.efi.8 > loader.efi.8.gz
--- loader_4th.8.gz ---
gzip -cn /workspace/src/stand/man/loader_4th.8 > loader_4th.8.gz
--- all_subdir_sbin ---
--- getmntopts.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -I/workspace/src/sbin/mount   -fPIE -g -MD  -MF.depend.get=
mntopts.o -MTgetmntopts.o -std=3Dgnu99 -Wno-format-zero-length -fstack-prot=
ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-=
parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -W=
write-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subs=
cripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-tim=
e -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W=
no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno=
-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dext=
ra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e=
rror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value=
 -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonn=
ull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-com=
pare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-er=
ror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-over=
flow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-=
error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexc=
ept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstr=
ingop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast=
-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros =
-Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dst=
ringop-truncation -Wno-return-type        -c /workspace/src/sbin/mount/getm=
ntopts.c -o getmntopts.o
--- all_subdir_stand ---
--- loader_lua.8.gz ---
gzip -cn /workspace/src/stand/man/loader_lua.8 > loader_lua.8.gz
--- loader_simp.8.gz ---
gzip -cn /workspace/src/stand/man/loader_simp.8 > loader_simp.8.gz
--- all_subdir_libexec ---
--- readdir.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -march=3Di686 -mmmx -msse -msse2 -m32     -DCOMPAT_LIBCO=
MPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tm=
p/obj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/=
tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo=
n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf =
-fpic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse =
 -msoft-float -fvisibility=3Dhidden -g -MD  -MF.depend.readdir.o -MTreaddir=
.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno=
-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -=
Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet=
er -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-s=
ign -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -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-function -Wno-error=3Dunused-value -Wno-error=3Demp=
ty-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-error=3Doverflow -Wno-return-type        -Wno-redundant-decls -c /w=
orkspace/src/lib/libc/gen/readdir.c -o readdir.o
--- all_subdir_stand ---
--- all_subdir_stand/userboot ---
=3D=3D=3D> stand/userboot (all)
--- all_subdir_lib ---
--- readlinkat_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -D_INCOMPLETE_XOPEN_C063 -I/workspace/src/lib/libnetbsd -I/=
workspace/src/contrib/netbsd-tests -fPIE -g -std=3Dgnu99 -Wno-format-zero-l=
ength -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y=
2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -=
Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-decla=
rations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-n=
ot-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno=
-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3D=
shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-=
const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err=
or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-=
truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte=
xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon=
null -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -Wno-address-of-packed-member  -L/tmp/obj/workspace/src/amd64.amd=
64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack  -o readlinkat_test.ful=
l t_readlinkat.o  -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/l=
ibnetbsd -lnetbsd_pie
--- all_subdir_stand ---
--- include/machine ---
include/machine -> /workspace/src/sys/amd64/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/userboot/test ---
=3D=3D=3D> stand/userboot/test (all)
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_lib ---
--- readlinkat_test.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug readlin=
kat_test.full readlinkat_test.debug
--- readlinkat_test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dreadlinkat_test.debug  readlinkat_test.full readlinkat_test
--- renameat_test ---
--- all_subdir_stand ---
--- all_subdir_stand/userboot ---
--- include/machine ---
--- all_subdir_lib ---
(cd /workspace/src/lib/libc/tests/c063 &&  DEPENDFILE=3D.depend.renameat_te=
st  NO_SUBDIR=3D1 make -f /workspace/src/lib/libc/tests/c063/Makefile _RECU=
RSING_PROGS=3Dt  PROG=3Drenameat_test )
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/amd64/include
--- include/x86 ---
--- all_subdir_stand/i386 ---
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- all_subdir_stand/userboot ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_lib ---
--- .depend.renameat_test ---
--- all_subdir_libexec ---
--- telldir.o ---
--- all_subdir_lib ---
echo renameat_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/lib=
c.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/o=
bj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.renam=
eat_test
--- t_renameat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -D_INCOMPLETE_XOPEN_C063   -I/workspace/src/lib/libnetbsd =
-I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.renameat_tes=
t.t_renameat.o -MTt_renameat.o -std=3Dgnu99 -Wno-format-zero-length -fstack=
-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-unini=
tialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dc=
ast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-=
error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthese=
s -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunus=
ed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3D=
maybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negativ=
e-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variabl=
e -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansio=
n-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -W=
no-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wn=
o-address-of-packed-member     -c /workspace/src/contrib/netbsd-tests/lib/l=
ibc/c063/t_renameat.c -o t_renameat.o
--- all_subdir_libexec ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -march=3Di686 -mmmx -msse -msse2 -m32     -DCOMPAT_LIBCO=
MPAT=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tm=
p/obj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/=
tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo=
n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf =
-fpic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse =
 -msoft-float -fvisibility=3Dhidden -g -MD  -MF.depend.telldir.o -MTtelldir=
.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno=
-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -=
Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet=
er -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-s=
ign -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -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-function -Wno-error=3Dunused-value -Wno-error=3Demp=
ty-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-error=3Doverflow -Wno-return-type        -Wno-redundant-decls -c /w=
orkspace/src/lib/libc/gen/telldir.c -o telldir.o
--- all_subdir_stand ---
--- .depend ---
echo test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .=
depend
--- test.o ---
--- all_subdir_stand/i386 ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/i386/btx/btx ---
=3D=3D=3D> stand/i386/btx/btx (all)
--- all_subdir_stand/userboot ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -I/wo=
rkspace/src/stand/userboot -g -MD  -MF.depend.test.o -MTtest.o -std=3Dgnu99=
 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-=
time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -=
Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3D=
extra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn=
o-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-va=
lue -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dn=
onnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-=
compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno=
-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-o=
verflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -W=
no-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dno=
except-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3D=
stringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dc=
ast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macr=
os -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=
=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os =
    -c /workspace/src/stand/userboot/test/test.c -o test.o
--- all_subdir_stand/i386 ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/o=
bj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_=
STANDALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dflo=
aty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -=
I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding =
-mno-mmx -mno-sse  -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0=
x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=
=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign=
 -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo=
bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-=
error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia=
sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du=
nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto=
logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat=
ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D=
format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth=
rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er=
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
  -Os -mpreferred-stack-boundary=3D2        -c /workspace/src/stand/i386/bt=
x/btx/btx.S -o btx.o
--- all_subdir_usr.bin ---
--- zopen.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.zopen.o -MTzopen.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 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunus=
ed-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-de=
finition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dc=
ast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-=
error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthese=
s -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunus=
ed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3D=
maybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negativ=
e-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variabl=
e -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansio=
n-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -W=
no-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
    -c /workspace/src/usr.bin/compress/zopen.c -o zopen.o
--- all_subdir_stand ---
--- btx ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p=
ipe -fno-common -I/workspace/src/stand/i386/btx/lib -nostdinc -I/tmp/obj/wo=
rkspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STAND=
ALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-m=
cfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/wor=
kspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-=
mmx -mno-sse -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0x0 -I/=
workspace/src/stand/i386/common -std=3Dgnu99 -Wno-format-zero-length -Wsyst=
em-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-=
error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno=
-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarat=
ions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-=
parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-er=
ror=3Dunused       62.57 real       165.06 user        20.82 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/jenkins1787419662844024=
4052.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_16200_1034351567.1727919893442--



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