Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2024 15:24:39 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #3958 - Still Failing
Message-ID:  <1272034296.15231.1727709881619@jenkins.ci.freebsd.org>
In-Reply-To: <1488515767.15061.1727695980690@jenkins.ci.freebsd.org>
References:  <1488515767.15061.1727695980690@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #3958 (8e3d252901e8e99cbaa2e09e7219e=
96c8daaa3fe) - Still Failing

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

8e3d252901e8e99cbaa2e09e7219e96c8daaa3fe by kp:
pf: Split pf_map_addr()



The end of the build log:

[...truncated 88.07 MiB...]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:26:56: note: declared here
   26 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t : =
public __unary_function<_Tp*, _Sp> {
      |                                                        ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::mem_fun_t<_Sp, _Tp> std::__1::mem_fun(_Sp=
 (_Tp::*)())':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:45:10: warning: 'template<class _Sp, class _Tp> class std::__1::m=
em_fun_t' is deprecated [-Wdeprecated-declarations]
   45 |   return mem_fun_t<_Sp, _Tp>(__f);
      |          ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:26:56: note: declared here
   26 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t : =
public __unary_function<_Tp*, _Sp> {
      |                                                        ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:49:58: warning: 'template<class _Sp, class _Tp, class _Ap> class =
std::__1::mem_fun1_t' is deprecated [-Wdeprecated-declarations]
   49 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun1_t=
<_Sp, _Tp, _Ap> mem_fun(_Sp (_Tp::*__f)(_Ap)) {
      |                                                          ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:35:56: note: declared here
   35 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_t :=
 public __binary_function<_Tp*, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::mem_fun1_t<_Sp, _Tp, _Ap> std::__1::mem_f=
un(_Sp (_Tp::*)(_Ap))':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:50:10: warning: 'template<class _Sp, class _Tp, class _Ap> class =
std::__1::mem_fun1_t' is deprecated [-Wdeprecated-declarations]
   50 |   return mem_fun1_t<_Sp, _Tp, _Ap>(__f);
      |          ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:35:56: note: declared here
   35 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_t :=
 public __binary_function<_Tp*, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:72:58: warning: 'template<class _Sp, class _Tp> class std::__1::m=
em_fun_ref_t' is deprecated [-Wdeprecated-declarations]
   72 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_re=
f_t<_Sp, _Tp> mem_fun_ref(_Sp (_Tp::*__f)()) {
      |                                                          ^~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:54:56: note: declared here
   54 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_=
t : public __unary_function<_Tp, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::mem_fun_ref_t<_Sp, _Tp> std::__1::mem_fun=
_ref(_Sp (_Tp::*)())':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:73:10: warning: 'template<class _Sp, class _Tp> class std::__1::m=
em_fun_ref_t' is deprecated [-Wdeprecated-declarations]
   73 |   return mem_fun_ref_t<_Sp, _Tp>(__f);
      |          ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:54:56: note: declared here
   54 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_=
t : public __unary_function<_Tp, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:77:58: warning: 'template<class _Sp, class _Tp, class _Ap> class =
std::__1::mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations]
   77 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun1_r=
ef_t<_Sp, _Tp, _Ap>
      |                                                          ^~~~~~~~~~=
~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:63:56: note: declared here
   63 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_ref=
_t : public __binary_function<_Tp, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::mem_fun1_ref_t<_Sp, _Tp, _Ap> std::__1::m=
em_fun_ref(_Sp (_Tp::*)(_Ap))':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:79:10: warning: 'template<class _Sp, class _Tp, class _Ap> class =
std::__1::mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations]
   79 |   return mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f);
      |          ^~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:63:56: note: declared here
   63 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_ref=
_t : public __binary_function<_Tp, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:102:58: warning: 'template<class _Sp, class _Tp> class std::__1::=
const_mem_fun_t' is deprecated [-Wdeprecated-declarations]
  102 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_=
fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)() const) {
      |                                                          ^~~~~~~~~~=
~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:83:56: note: declared here
   83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n_t : public __unary_function<const _Tp*, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~~
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::const_mem_fun_t<_Sp, _Tp> std::__1::mem_f=
un(_Sp (_Tp::*)() const)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:103:10: warning: 'template<class _Sp, class _Tp> class std::__1::=
const_mem_fun_t' is deprecated [-Wdeprecated-declarations]
  103 |   return const_mem_fun_t<_Sp, _Tp>(__f);
      |          ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:83:56: note: declared here
   83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n_t : public __unary_function<const _Tp*, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:107:58: warning: 'template<class _Sp, class _Tp, class _Ap> class=
 std::__1::const_mem_fun1_t' is deprecated [-Wdeprecated-declarations]
  107 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_=
fun1_t<_Sp, _Tp, _Ap>
      |                                                          ^~~~~~~~~~=
~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:92:56: note: declared here
   92 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n1_t
      |                                                        ^~~~~~~~~~~~=
~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::const_mem_fun1_t<_Sp, _Tp, _Ap> std::__1:=
:mem_fun(_Sp (_Tp::*)(_Ap) const)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:109:10: warning: 'template<class _Sp, class _Tp, class _Ap> class=
 std::__1::const_mem_fun1_t' is deprecated [-Wdeprecated-declarations]
  109 |   return const_mem_fun1_t<_Sp, _Tp, _Ap>(__f);
      |          ^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:92:56: note: declared here
   92 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n1_t
      |                                                        ^~~~~~~~~~~~=
~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:131:58: warning: 'template<class _Sp, class _Tp> class std::__1::=
const_mem_fun_ref_t' is deprecated [-Wdeprecated-declarations]
  131 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_=
fun_ref_t<_Sp, _Tp>
      |                                                          ^~~~~~~~~~=
~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:113:56: note: declared here
  113 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n_ref_t : public __unary_function<_Tp, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::const_mem_fun_ref_t<_Sp, _Tp> std::__1::m=
em_fun_ref(_Sp (_Tp::*)() const)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:133:10: warning: 'template<class _Sp, class _Tp> class std::__1::=
const_mem_fun_ref_t' is deprecated [-Wdeprecated-declarations]
  133 |   return const_mem_fun_ref_t<_Sp, _Tp>(__f);
      |          ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:113:56: note: declared here
  113 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n_ref_t : public __unary_function<_Tp, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:137:58: warning: 'template<class _Sp, class _Tp, class _Ap> class=
 std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations]
  137 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_=
fun1_ref_t<_Sp, _Tp, _Ap>
      |                                                          ^~~~~~~~~~=
~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:122:56: note: declared here
  122 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n1_ref_t : public __binary_function<_Tp, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h: In function 'std::__1::const_mem_fun1_ref_t<_Sp, _Tp, _Ap> std::=
__1::mem_fun_ref(_Sp (_Tp::*)(_Ap) const)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:139:10: warning: 'template<class _Sp, class _Tp, class _Ap> class=
 std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations]
  139 |   return const_mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f);
      |          ^~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_=
fun_ref.h:122:56: note: declared here
  122 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu=
n1_ref_t : public __binary_function<_Tp, _Ap, _Sp> {
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:537:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_binary_function.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_binary_function.h:35:58: warning: 'template<class _Arg1, class _Arg2=
, class _Result> class std::__1::pointer_to_binary_function' is deprecated =
[-Wdeprecated-declarations]
   35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to=
_binary_function<_Arg1, _Arg2, _Result>
      |                                                          ^~~~~~~~~~=
~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_binary_function.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_b=
inary_function
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_binary_function.h: In function 'std::__1::pointer_to_binary_function=
<_Arg1, _Arg2, _Result> std::__1::ptr_fun(_Result (*)(_Arg1, _Arg2))':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_binary_function.h:37:10: warning: 'template<class _Arg1, class _Arg2=
, class _Result> class std::__1::pointer_to_binary_function' is deprecated =
[-Wdeprecated-declarations]
   37 |   return pointer_to_binary_function<_Arg1, _Arg2, _Result>(__f);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_binary_function.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_b=
inary_function
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:538:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_unary_function.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_unary_function.h:35:58: warning: 'template<class _Arg, class _Result=
> class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-de=
clarations]
   35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to=
_unary_function<_Arg, _Result>
      |                                                          ^~~~~~~~~~=
~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_unary_function.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_u=
nary_function
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_unary_function.h: In function 'std::__1::pointer_to_unary_function<_=
Arg, _Result> std::__1::ptr_fun(_Result (*)(_Arg))':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_unary_function.h:37:10: warning: 'template<class _Arg, class _Result=
> class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-de=
clarations]
   37 |   return pointer_to_unary_function<_Arg, _Result>(__f);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin=
ter_to_unary_function.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_u=
nary_function
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~
--- all_subdir_stand ---
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_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 -=
pipe -fno-common   -DTEST_LONG_DOUBLE -D__HAVE_LONG_DOUBLE -I/workspace/src=
/lib/libc/tests/gen -fPIE -g -MD  -MF.depend.realpath2_test.realpath2_test.=
o -MTrealpath2_test.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protecto=
r-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized =
-Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align=
 -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3De=
num-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-er=
ror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functi=
on -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uni=
nitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -=
Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-er=
ror=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defi=
ned -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     -c /workspace/src/lib/libc/tests/gen/realpath2_test.=
c -o realpath2_test.o
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream: In funct=
ion 'std::__1::basic_ostream<_CharT, _Traits>& std::__1::operator<<(basic_o=
stream<_CharT, _Traits>&, const char*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:754:24: w=
arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated=
: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
  754 |       size_t __len   =3D char_traits<char>::length(__strn);
      |                        ^~~~~~~~~~~
--- all_subdir_sbin ---
--- all_subdir_sbin/md5/tests ---
=3D=3D=3D> sbin/md5/tests (all)
--- all_subdir_share ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- 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-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wn=
o-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshi=
ft-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-con=
st-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -Wno-address-of-packed-member -Os -mpreferred-stack-boundary=3D2 =
 -nostdlib -e start -Wl,--defsym,ORG=3D0x9000,-T,/workspace/src/stand/i386/=
boot.ldscript -Wl,-N,-S,--oformat,binary -Wl,--build-id=3Dnone -Wl,-zrelro =
-Wl,-znoexecstack   -o btx btx.o =20
--- all_subdir_sbin ---
--- md5_test ---
echo '#! /usr/libexec/atf-sh' > md5_test.tmp
cat /workspace/src/sbin/md5/tests/md5_test.sh >>md5_test.tmp
chmod +x md5_test.tmp
mv md5_test.tmp md5_test
--- Kyuafile ---
--- all_subdir_stand ---
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], c=
ore dumped
--- all_subdir_sbin ---
--- md5.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 -DHAVE_CAPSICUM -DWITH_CASPER -fPIE -g -std=3Dgnu99 -Wno-fo=
rmat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -W=
no-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith=
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-param=
eter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition=
 -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-boun=
ds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-alig=
n -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3D=
enum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-e=
rror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-funct=
ion -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-un=
initialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value =
-Wno-error=3Dtau--- all_subdir_usr.sbin ---

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

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

make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 6

make[4]: stopped in /workspace/src/rescue/rescue
1 error

make[4]: stopped in /workspace/src/rescue/rescue
--- all_subdir_lib ---
--- all_subdir_lib/msun ---

make[3]: stopped in /workspace/src/lib
--- all_subdir_rescue ---

make[3]: stopped in /workspace/src/rescue
--- all_subdir_secure ---

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

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

make[3]: stopped in /workspace/src/lib
--- all_subdir_cddl ---

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

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

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

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

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

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

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

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

make[2]: stopped in /workspace/src
       62.63 real       553.94 user        61.59 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/jenkins6423165337712931=
395.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_15230_1697411270.1727709879059--



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