Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2025 20:08:16 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        ziaee@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #2079 - Still Failing
Message-ID:  <1821134355.395.1762459698542@jenkins.ci.freebsd.org>
In-Reply-To: <500697158.345.1762421533490@jenkins.ci.freebsd.org>
References:  <500697158.345.1762421533490@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #2079 (fa168bb244eea0e436ae7c14=
cca513590e648889) - Still Failing

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

7c8717183536b99f455d6fefefb762f1d7e6f030 by ziaee:
dumpon(8): Add a SYSCTL VARIABLES section

fa168bb244eea0e436ae7c14cca513590e648889 by ziaee:
ciss.4: Add p440ar to HARDWARE



The end of the build log:

[...truncated 77.79 MiB...]
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/optional:1288,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__ranges/movable_box.h:21,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__algorithm/for_each.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/algorithm:1842:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_wait(const volatile atomic_f=
lag*, bool)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:149:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::me=
mory_order) const volatile' is deprecated: The C++20 synchronization librar=
y has been deprecated prior to C++20. Please update to using -std=3Dc++20 i=
f you need to use these facilities. [-Wdeprecated-declarations]
  149 |   __o->wait(__v);
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m =3D memory_order_seq_cst) const v=
olatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_wait(const atomic_flag*, boo=
l)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:154:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::me=
mory_order) const' is deprecated: The C++20 synchronization library has bee=
n deprecated prior to C++20. Please update to using -std=3Dc++20 if you nee=
d to use these facilities. [-Wdeprecated-declarations]
  154 |   __o->wait(__v);
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m =3D memory_order_seq_cst) const _=
NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_wait_explicit(const volatile=
 atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:159:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::me=
mory_order) const volatile' is deprecated: The C++20 synchronization librar=
y has been deprecated prior to C++20. Please update to using -std=3Dc++20 i=
f you need to use these facilities. [-Wdeprecated-declarations]
  159 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m =3D memory_order_seq_cst) const v=
olatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_wait_explicit(const atomic_f=
lag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:164:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::me=
mory_order) const' is deprecated: The C++20 synchronization library has bee=
n deprecated prior to C++20. Please update to using -std=3Dc++20 if you nee=
d to use these facilities. [-Wdeprecated-declarations]
  164 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m =3D memory_order_seq_cst) const _=
NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_notify_one(volatile atomic_f=
lag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:169:18: warning: 'void std::__1::atomic_flag::notify_one() volatile' =
is deprecated: The C++20 synchronization library has been deprecated prior =
to C++20. Please update to using -std=3Dc++20 if you need to use these faci=
lities. [-Wdeprecated-declarations]
  169 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:59:87: note: declared here
   59 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_=
HIDE_FROM_ABI void notify_one() volatile _NOEXCEPT {
      |                                                                    =
                   ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_notify_one(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:174:18: warning: 'void std::__1::atomic_flag::notify_one()' is deprec=
ated: The C++20 synchronization library has been deprecated prior to C++20.=
 Please update to using -std=3Dc++20 if you need to use these facilities. [=
-Wdeprecated-declarations]
  174 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:62:87: note: declared here
   62 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_=
HIDE_FROM_ABI void notify_one() _NOEXCEPT {
      |                                                                    =
                   ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h: In function 'void std::__1::atomic_flag_notify_all(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:184:18: warning: 'void std::__1::atomic_flag::notify_all()' is deprec=
ated: The C++20 synchronization library has been deprecated prior to C++20.=
 Please update to using -std=3Dc++20 if you need to use these facilities. [=
-Wdeprecated-declarations]
  184 |   __o->notify_all();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_f=
lag.h:68:87: note: declared here
   68 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_=
HIDE_FROM_ABI void notify_all() _NOEXCEPT {
      |                                                                    =
                   ^~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__iterator/ostreambuf_iterator.h:17,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/iterator:696,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/optional:1292:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd: At global=
 scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:127:28: wa=
rning: type attributes ignored after type is already defined [-Wattributes]
  127 | class _LIBCPP_TEMPLATE_VIS istreambuf_iterator;
      |                            ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/iterator:742:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant: In membe=
r function 'void std::__1::__variant_detail::__assignment<_Traits>::__assig=
n_alt(std::__1::__variant_detail::__alt<_Ip, _Tp>&, _Arg&&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:931:81: w=
arning: 'visibility' attribute ignored [-Wattributes]
  931 |         _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator(=
)(true_type) const {
      |                                                                    =
             ^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:934:82: w=
arning: 'visibility' attribute ignored [-Wattributes]
  934 |         _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator(=
)(false_type) const {
      |                                                                    =
              ^~~~~
--- all_subdir_stand ---
--- ether.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddou=
ble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -=
fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLO=
ADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno=
-red-zone -I. -Iinclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffil=
e-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.ether.o=
 -MTether.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=3Den=
um-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-err=
or=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functio=
n -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -W=
no-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-err=
or=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defin=
ed -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=
=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemse=
t-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpoi=
nter-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-op=
timizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-e=
rror=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-poin=
ter-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-addres=
s-of-packed-member  -Os    -c /workspace/src/stand/libsa/ether.c -o ether.o
--- all_subdir_bin ---
--- ls.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie =
-DPIC  -O2 -pipe -fno-common   -DCOLORLS -fPIE -ffile-prefix-map=3D/workspa=
ce/src=3D/usr/src -ffile-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g =
-MD  -MF.depend.ls.pieo -MTls.pieo -std=3Dgnu99 -Wno-format-zero-length -fs=
tack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wn=
o-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcas=
t-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -W=
char-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -=
Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattr=
ibutes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobb=
ered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-er=
ror=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasi=
ng -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunu=
sed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-err=
or=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolo=
gical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operatio=
n -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfo=
rmat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthro=
ugh -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-er=
ror=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-err=
or=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatemen=
t-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-e=
rror=3Dstringop-truncation -Wno-return-type       -c /workspace/src/bin/ls/=
ls.c -o ls.pieo
--- all_subdir_stand ---
--- all_subdir_stand/libsa32 ---
--- inflate.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffi=
le-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.inflat=
e.o -MTinflate.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Wer=
ror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-a=
lign -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=
=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn=
o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-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 -Wno-add=
ress-of-packed-member  -Os -mpreferred-stack-boundary=3D2 -DHAVE_MEMCPY -I/=
workspace/src/sys/contrib/zlib    -c /workspace/src/sys/contrib/zlib/inflat=
e.c -o inflate.o
--- all_subdir_stand/libsa ---
--- ip.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddou=
ble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -=
fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLO=
ADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno=
-red-zone -I. -Iinclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffil=
e-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.ip.o -M=
Tip.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-po=
inter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-=
error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-e=
rror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-com=
pare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Ds=
trict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno=
-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitiali=
zed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-err=
or=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Db=
ool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wn=
o-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpli=
cit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-si=
ze -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-com=
pare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizati=
ons -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dm=
ultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mema=
ccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pac=
ked-member  -Os    -c /workspace/src/stand/libsa/ip.c -o ip.o
--- all_subdir_bin ---
/workspace/src/bin/ls/ls.c:36:19: warning: 'copyright' defined but not used=
 [-Wunused-const-variable=3D]
   36 | static const char copyright[] =3D
      |                   ^~~~~~~~~
--- all_subdir_sbin ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/shared_ptr.h:32,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/inout_ptr.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/memory:944,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/optional:1294:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:669:29: warning: type attributes ignored after type is already defined=
 [-Wattributes]
  669 | struct _LIBCPP_TEMPLATE_VIS hash;
      |                             ^~~~
--- all_subdir_share ---
--- fi_FI.UTF-8.LC_COLLATE ---
localedef -l -D -U -i /workspace/src/share/colldef_unicode/fi_FI.UTF-8.src =
 -V "43.0"  -f /workspace/src/share/colldef_unicode/../../tools/tools/local=
e/etc/final-maps/map.UTF-8 /tmp/obj/workspace/src/amd64.amd64/share/colldef=
_unicode/fi_FI.UTF-8
--- all_subdir_sbin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:1568:29: warning: type attributes ignored after type is already define=
d [-Wattributes]
 1568 | struct _LIBCPP_TEMPLATE_VIS hash;
      |                             ^~~~
--- all_subdir_kerberos5 ---
--- all_subdir_kerberos5/libexec ---
--- mit_dump.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie =
-DPIC  -O2 -pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken -I/w=
orkspace/src/crypto/heimdal/lib/krb5 -I/workspace/src/crypto/heimdal/lib/as=
n1 -I/workspace/src/crypto/heimdal/lib/hx509 -I/workspace/src/crypto/heimda=
l/lib/ntlm -I/workspace/src/crypto/heimdal/kdc -I/workspace/src/contrib/com=
_err -I/tmp/obj/workspace/src/amd64.amd64/kerberos5/lib/libkrb5   -DHAVE_CO=
NFIG_H -I/workspace/src/kerberos5/include -fPIE -ffile-prefix-map=3D/worksp=
ace/src=3D/usr/src -ffile-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g=
 -MD  -MF.depend.mit_dump.pieo -MTmit_dump.pieo -std=3Dgnu99 -Wno-format-ze=
ro-length -fstack-protector-strong -Wsystem-headers -Werror -Wno-pointer-si=
gn -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dc=
lobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wn=
o-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al=
iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=
=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -W=
no-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dt=
autological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-op=
eration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-erro=
r=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fa=
llthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -=
Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -W=
no-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultist=
atement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess =
-Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-me=
mber      -c /workspace/src/crypto/heimdal/kdc/mit_dump.c -o mit_dump.pieo
--- all_subdir_rescue ---
--- date_make ---
(cd /workspace/src/rescue/rescue/../../bin/date &&  make MK_PIE=3Dno NO_SHA=
RED=3Dyes -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE CRUNCH_CFLAGS+=3D-I/tmp/obj/wor=
kspace/src/amd64.amd64/lib/libifconfig CRUNCH_CFLAGS+=3D-I/tmp/obj/workspac=
e/src/amd64.amd64/lib/libiscsiutil MK_AUTO_OBJ=3Dyes DIRPRFX=3Drescue/rescu=
e/date/ depend && make MK_PIE=3Dno NO_SHARED=3Dyes -DRESCUE CRUNCH_CFLAGS=
=3D-DRESCUE CRUNCH_CFLAGS+=3D-I/tmp/obj/workspace/src/amd64.amd64/lib/libif=
config CRUNCH_CFLAGS+=3D-I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiut=
il MK_AUTO_OBJ=3Dyes DIRPRFX=3Drescue/rescue/date/ date.o vary.o)
--- .depend ---
echo date.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .=
depend
--- date.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifc=
onfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-m=
ap=3D/workspace/src=3D/usr/src -ffile-prefix-map=3D/tmp/obj/workspace/src/a=
md64.amd64/rescue/rescue/workspace/src=3D/usr/obj -g -MD  -MF.depend.date.o=
 -MTdate.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -W=
system-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmis=
sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -=
Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested=
-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3D=
address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool=
-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec=
ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=
=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit=
ialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type       -c /workspace/src/bin/date/date.c -o date.o
--- all_subdir_lib ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__ostream/basic_ostream.h:25:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global=
 scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2326:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2326 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<char, false>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2327:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2327 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<char, true>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2334:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2334 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<wchar_t, false>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2335:56: w=
arning: type attributes ignored after type is already defined [-Wattributes=
]
 2335 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_b=
yname<wchar_t, true>;
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- inet_ntoa.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddou=
ble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -=
fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLO=
ADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno=
-red-zone -I. -Iinclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffil=
e-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.inet_nt=
oa.o -MTinet_ntoa.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -=
Werror -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 -Wn=
o-address-of-packed-member  -Os    -c /workspace/src/stand/libsa/inet_ntoa.=
c -o inet_ntoa.o
--- all_subdir_kerberos5 ---
--- all_subdir_kerberos5/tools ---
--- gen_encode.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken -I/workspace/src=
/crypto/heimdal/lib/asn1 -I.   -DHAVE_CONFIG_H -I/workspace/src/kerberos5/i=
nclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffile-prefix-map=3D/t=
mp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.gen_encode.o -MTgen_enco=
de.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem=
-headers -Werror -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 -Wno-address-of-packed-member      -c /workspace/src/crypto/heimdal/li=
b/asn1/gen_encode.c -o gen_encode.o
--- all_subdir_rescue ---
/workspace/src/bin/date/date.c:33:19: warning: 'copyright' defined but not =
used [-Wunused-const-variable=3D]
   33 | static char const copyright[] =3D
      |                   ^~~~~~~~~
--- all_subdir_sbin ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:533,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/map:2175,
                 from /workspace/src/sbin/devd/devd.cc:94:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bina=
ry_negate.h:42:88: warning: 'template<class _Predicate> class std::__1::bin=
ary_negate' is deprecated [-Wdeprecated-declarations]
   42 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _L=
IBCPP_HIDE_FROM_ABI binary_negate<_Predicate>
      |                                                                    =
                    ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bina=
ry_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negat=
e
      |                                                        ^~~~~~~~~~~~=
~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bina=
ry_negate.h: In function 'constexpr std::__1::binary_negate<_Predicate> std=
::__1::not2(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bina=
ry_negate.h:44:10: warning: 'template<class _Predicate> class std::__1::bin=
ary_negate' is deprecated [-Wdeprecated-declarations]
   44 |   return binary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bina=
ry_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negat=
e
      |                                                        ^~~~~~~~~~~~=
~
--- all_subdir_stand ---
--- in_cksum.o ---
--- all_subdir_sbin ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:545:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:39:88: warning: 'template<class _Predicate> class std::__1::unar=
y_negate' is deprecated [-Wdeprecated-declarations]
   39 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _L=
IBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
      |                                                                    =
                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<=
typename _Predicate::argument_type, bool> {
      |                             ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h: In function 'constexpr std::__1::unary_negate<_Predicate> std::=
__1::not1(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:41:10: warning: 'template<class _Predicate> class std::__1::unar=
y_negate' is deprecated [-Wdeprecated-declarations]
   41 |   return unary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unar=
y_negate.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<=
typename _Predicate::argument_type, bool> {
      |                             ^~~~~~~~~~~~
--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddou=
ble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -=
fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLO=
ADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno=
-red-zone -I. -Iinclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffil=
e-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.in_cksu=
m.o -MTin_cksum.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -We=
rror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-=
bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-=
align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-erro=
r=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -W=
no-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-f=
unction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmayb=
e-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-va=
lue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -W=
no-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to=
-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-e=
rror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=
=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-l=
oop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value =
-Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeo=
f-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-=
address-of-packed-member  -Os    -c /workspace/src/stand/libsa/in_cksum.c -=
o in_cksum.o
--- net.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddou=
ble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -=
fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLO=
ADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno=
-red-zone -I. -Iinclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffil=
e-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.net.o -=
MTnet.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-=
pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno=
-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-c=
ompare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=
=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function =
-Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno=
-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=
=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined=
 -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Di=
mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer=
-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi=
zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=
=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-=
memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of=
-packed-member  -Os    -c /workspace/src/stand/libsa/net.c -o net.o
--- all_subdir_bin ---
--- print.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie =
-DPIC  -O2 -pipe -fno-common   -DCOLORLS -fPIE -ffile-prefix-map=3D/workspa=
ce/src=3D/usr/src -ffile-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g =
-MD  -MF.depend.print.pieo -MTprint.pieo -std=3Dgnu99 -Wno-format-zero-leng=
th -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k =
-W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type=
 -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-al=
ign -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-=
sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=
=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=
=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare=
 -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err=
or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized =
-Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type       -c /workspace/s=
rc/bin/ls/print.c -o print.pieo
--- all_subdir_libexec ---
--- all_subdir_libexec/atf/atf-check/tests ---
=3D=3D=3D> libexec/atf/atf-check/tests (all)
--- all_subdir_rescue ---
--- vary.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifc=
onfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-m=
ap=3D/workspace/src=3D/usr/src -ffile-prefix-map=3D/tmp/obj/workspace/src/a=
md64.amd64/rescue/rescue/workspace/src=3D/usr/obj -g -MD  -MF.depend.vary.o=
 -MTvary.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -W=
system-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmis=
sing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -=
Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested=
-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3D=
address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool=
-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec=
ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=
=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit=
ialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=
=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare=
 -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre=
cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e=
rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint=
-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W=
no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf=
low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t=
ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=
=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru=
ncation -Wno-return-type       -c /workspace/src/bin/date/vary.c -o vary.o
--- all_subdir_libexec ---
--- atf-check_test ---
echo '#! /usr/libexec/atf-sh' > atf-check_test.tmp
cat /workspace/src/contrib/atf/atf-sh/atf-check_test.sh >>atf-check_test.tm=
p
chmod +x atf-check_test.tmp
mv atf-check_test.tmp atf-check_test
--- Kyuafile ---
--- atf-check.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-g++12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -p=
ipe -fno-common -DHAVE_CONFIG_H -I/workspace/src/contrib/atf -DATF_SHELL=3D=
'"/bin/sh"' -fPIE -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffile-pref=
ix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -Wno-format-zero-length -fsta=
ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-=
unused-parameter -Wpointer-arith -Wno-uninitialized -Wdate-time -Wformat=3D=
2 -Wno-format-extra-args -Werror -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 -Wno-add=
ress-of-packed-member -fPIE -ffile-prefix-map=3D/workspace/src=3D/usr/src -=
ffile-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -std=3Dc++11 -Wno-d=
eprecated-declarations -Wno-error=3Dclass-memaccess -Wno-literal-suffix -Wn=
o-error=3Dunknown-pragmas  -Wl,-zrelro -pie -Wl,-znoexecstack  -o atf-check=
.full  atf-check.pieo -lprivateatf-c++ -lprivateatf-c=20
--- all_subdir_stand ---
--- udp.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/=
libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddou=
ble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -=
fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLO=
ADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno=
-red-zone -I. -Iinclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffil=
e-prefix-map=3D/tmp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.udp.o -=
MTudp.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-=
pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno=
-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-c=
ompare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=
=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function =
-Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno=
-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=
=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined=
 -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Di=
mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer=
-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi=
zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=
=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-=
memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of=
-packed-member  -Os    -c /workspace/src/stand/libsa/udp.c -o udp.o
--- all_subdir_kerberos5 ---
--- all_subdir_kerberos5/libexec ---
In function 'my_fgetln',
    inlined from 'mit_prop_dump' at /workspace/src/crypto/heimdal/kdc/mit_d=
ump.c:156:19:
/workspace/src/crypto/heimdal/kdc/mit_dump.c:119:13: error: 'realloc' calle=
d on unallocated object 'line' [-Werror=3Dfree-nonheap-object]
  119 |         n =3D realloc(buf, *sz + (*sz >> 1));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/heimdal/kdc/mit_dump.c: In function 'mit_prop_dump':
/workspace/src/crypto/heimdal/kdc/mit_dump.c:139:11: note: declared here
  139 |     char *line =3D NULL;
      |           ^~~~
--- all_subdir_kerberos5/tools ---
--- gen_free.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -=
pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken -I/workspace/src=
/crypto/heimdal/lib/asn1 -I.   -DHAVE_CONFIG_H -I/workspace/src/kerberos5/i=
nclude -ffile-prefix-map=3D/workspace/src=3D/usr/src -ffile-prefix-map=3D/t=
mp/obj/workspace/src=3D/usr/obj -g -MD  -MF.depend.gen_free.o -MTgen_free.o=
 -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-hea=
ders -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=
=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-erro=
r=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations =
-Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-paren=
theses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-=
negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-=
variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3De=
xpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunca=
tion -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -=
Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dagg=
ressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcat=
ch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-erro=
r=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-t=
ype -Wno-address-of-packed-member      -c /workspace/src/crypto/heimdal/lib=
/asn1/gen_free.c -o gen_free.o
--- all_subdir_libexec ---
--- atf-check.1.gz ---
gzip -cn /workspace/src/contrib/atf/atf-sh/atf-check.1 > atf-check.1.gz
--- atf-check.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug atf-che=
ck.full atf-check.debug
--- atf-check ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Datf-check.debug  atf-check.full atf-check
--- all_subdir_kerberos5 ---
--- all_subdir_kerberos5/libexec ---
cc1: all warnings being treated as errors
*** [mit_dump.pieo] Error code 1

make[5]: stopped in /workspace/src/kerberos5/libexec/hprop
1 error

make[5]: stopped in /workspace/src/kerberos5/libexec/hprop

make[4]: stopped in /workspace/src/kerberos5/libexec

make[3]: stopped in /workspace/src/kerberos5
       13.70 real         3.20 user         0.49 sys

make[1]: stopped in /workspace/src

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



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