Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2024 17:22:56 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        emaste@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #1027 - Still Failing
Message-ID:  <2021658664.17261.1718040179613@jenkins.ci.freebsd.org>
In-Reply-To: <668690826.17243.1718032806951@jenkins.ci.freebsd.org>
References:  <668690826.17243.1718032806951@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #1027 (a87651e2ff189cec4c26cb220354f=
1bc93794f31) - Still Failing

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

a87651e2ff189cec4c26cb220354f1bc93794f31 by emaste:
ktrace(1): add xref to namei(9)



The end of the build log:

[...truncated 104.74 MiB...]
      |                                                        ^~~~~~~~~
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/bhyve/gdb.c: In function 'report_stop':
/workspace/src/usr.sbin/bhyve/gdb.c:786:72: warning: suggest braces around =
empty body in an 'else' statement [-Wempty-body]
  786 |                         debug("$vCPU %d reporting ???\n", stopped_v=
cpu);
      |                                                                    =
    ^
/workspace/src/usr.sbin/bhyve/gdb.c: In function 'check_command':
/workspace/src/usr.sbin/bhyve/gdb.c:2004:48: warning: suggest braces around=
 empty body in an 'if' statement [-Wempty-body]
 2004 |                                 debug("-> +\n");
      |                                                ^
--- all_subdir_lib ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:534:
/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:44:58: warning: 'template<class _Sp, class _Tp> class std::__1::m=
em_fun_t' is deprecated [-Wdeprecated-declarations]
   44 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<=
_Sp, _Tp> mem_fun(_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: 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> {
      |                                                        ^~~~~~~~~~~~=
~~~
/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
      |                                                        ^~~~~~~~~~~~=
~~~~~~~~~~~~~
/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);
      |                        ^~~~~~~~~~~
/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_lib/libnv ---
In function 'constexpr size_t std::__1::__constexpr_strlen(const char*)',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::leng=
th(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include=
/c++/v1/__string/char_traits.h:227:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operato=
r<<(basic_ostream<char, _Traits>&, const char*) [with _Traits =3D char_trai=
ts<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ost=
ream:787:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_string::bo=
dy() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:656:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: warning: argument 1 null where non-null expected [-W=
nonnull]
   49 |   return __builtin_strlen(__str);
      |          ~~~~~~~~~~~~~~~~^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: note: in a call to built-in function 'long unsigned =
int __builtin_strlen(const char*)'
In function 'constexpr size_t std::__1::__constexpr_strlen(const char*)',
    inlined from 'static constexpr size_t std::__1::char_traits<char>::leng=
th(const char_type*)' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include=
/c++/v1/__string/char_traits.h:227:35,
    inlined from 'std::__1::basic_ostream<char, _Traits>& std::__1::operato=
r<<(basic_ostream<char, _Traits>&, const char*) [with _Traits =3D char_trai=
ts<char>]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ost=
ream:787:39,
    inlined from 'virtual void {anonymous}::atfu_tc_cnvlist_take_string::bo=
dy() const' at /workspace/src/lib/libnv/tests/cnv_tests.cc:670:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: warning: argument 1 null where non-null expected [-W=
nonnull]
   49 |   return __builtin_strlen(__str);
      |          ~~~~~~~~~~~~~~~~^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexp=
r_c_functions.h:49:26: note: in a call to built-in function 'long unsigned =
int __builtin_strlen(const char*)'
--- all_subdir_usr.bin ---
/workspace/src/usr.bin/top/machine.c:1228:56: warning: '%d' directive outpu=
t may be truncated writing between 1 and 4 bytes into a region of size betw=
een 3 and 4 [-Wformat-truncation=3D]
 1228 |                 snprintf(nicebuf, sizeof(nicebuf), "%si%d%s",
      |                                                        ^~
In function 'format_nice',
    inlined from 'format_next_process' at /workspace/src/usr.bin/top/machin=
e.c:1138:3:
/workspace/src/usr.bin/top/machine.c:1228:52: note: directive argument in t=
he range [-224, 31]
 1228 |                 snprintf(nicebuf, sizeof(nicebuf), "%si%d%s",
      |                                                    ^~~~~~~~~
/workspace/src/usr.bin/top/machine.c:1228:17: note: 'snprintf' output betwe=
en 3 and 7 bytes into a destination of size 5
 1228 |                 snprintf(nicebuf, sizeof(nicebuf), "%si%d%s",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1229 |                     kproc, rtpri, fifo);
      |                     ~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.bin/top/machine.c: In function 'format_next_process':
/workspace/src/usr.bin/top/machine.c:1216:58: warning: '%s' directive outpu=
t may be truncated writing up to 1 bytes into a region of size between 0 an=
d 3 [-Wformat-truncation=3D]
 1216 |                 snprintf(nicebuf, sizeof(nicebuf), "%sr%d%s",
      |                                                          ^~
In function 'format_nice',
    inlined from 'format_next_process' at /workspace/src/usr.bin/top/machin=
e.c:1138:3:
/workspace/src/usr.bin/top/machine.c:1216:17: note: 'snprintf' output betwe=
en 3 and 7 bytes into a destination of size 5
 1216 |                 snprintf(nicebuf, sizeof(nicebuf), "%sr%d%s",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1217 |                     kproc, rtpri, fifo);
      |                     ~~~~~~~~~~~~~~~~~~~
--- screen.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.screen.o -MTscreen.o -std=3Dgnu=
99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoi=
nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun=
used-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-=
definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3D=
array-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=
=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -=
Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parent=
heses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3D=
unused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-erro=
r=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-neg=
ative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-var=
iable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpa=
nsion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncatio=
n -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-e=
rror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno=
-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggres=
sive-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=3Dstringop-truncation -Wno-return-ty=
pe        -c /workspace/src/usr.bin/top/screen.c -o screen.o
--- all_subdir_usr.sbin ---
cc1: all warnings being treated as errors
*** [gdb.o] Error code 1

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

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

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

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

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

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

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

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

make[2]: stopped in /workspace/src
      160.90 real      1296.81 user       144.28 sys

make[1]: stopped in /workspace/src

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



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