Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2024 03:29:30 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        markj@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #4014 - Still Failing
Message-ID:  <1102137269.17681.1728271773243@jenkins.ci.freebsd.org>
In-Reply-To: <103092193.17673.1728267357577@jenkins.ci.freebsd.org>
References:  <103092193.17673.1728267357577@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #4014 (fdd100a7150e34d8d98cb38e701b3=
cb073208653) - Still Failing

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

fdd100a7150e34d8d98cb38e701b3cb073208653 by markj:
devctl: Add missing validation to DEV_RESET



The end of the build log:

[...truncated 87.20 MiB...]
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Ddevinfo.debug  devinfo.full devinfo
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:875:7=
9: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  875 | struct __string_view_hash : public __unary_function<basic_string_vi=
ew<_CharT, char_traits<_CharT> >, size_t> {
      |                                                                    =
           ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:876:7=
5: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  876 |   _LIBCPP_HIDE_FROM_ABI size_t operator()(const basic_string_view<_=
CharT, char_traits<_CharT> > __val) const _NOEXCEPT {
      |                                                                    =
       ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:882:3=
7: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  882 | struct hash<basic_string_view<char, char_traits<char> > > : __strin=
g_view_hash<char> {};
      |                                     ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:890:4=
1: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  890 | struct hash<basic_string_view<char16_t, char_traits<char16_t> > > :=
 __string_view_hash<char16_t> {};
      |                                         ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:893:4=
1: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  893 | struct hash<basic_string_view<char32_t, char_traits<char32_t> > > :=
 __string_view_hash<char32_t> {};
      |                                         ^~~~~~~~~~~
/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 ---
--- exponential_test ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:897:4=
0: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  897 | struct hash<basic_string_view<wchar_t, char_traits<wchar_t> > > : _=
_string_view_hash<wchar_t> {};
      |                                        ^~~~~~~~~~~
/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 ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dexponential_test.debug  exponential_test.full exponential_test
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/diskinfo ---
=3D=3D=3D> usr.sbin/diskinfo (all)
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_usr.bin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3703:37: 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]
 3703 | operator=3D=3D(const basic_string<char, char_traits<char>, _Allocat=
or>& __lhs,
      |                                     ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3704:37: 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]
 3704 |            const basic_string<char, char_traits<char>, _Allocator>&=
 __rhs) _NOEXCEPT {
      |                                     ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string: In functi=
on 'bool std::__1::operator=3D=3D(const basic_string<char, char_traits<char=
>, _Alloc>&, const basic_string<char, char_traits<char>, _Alloc>&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3711:12: 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]
 3711 |     return char_traits<char>::compare(__lp, __rp, __lhs_sz) =3D=3D =
0;
      |            ^~~~~~~~~~~
/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_usr.sbin ---
--- .depend ---
echo diskinfo.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /=
tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend
--- diskinfo.o ---
--- all_subdir_usr.bin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string: At global=
 scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4046:69: 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]
 4046 | struct __string_hash : public __unary_function<basic_string<_CharT,=
 char_traits<_CharT>, _Allocator>, size_t> {
      |                                                                    =
 ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4048:41: 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]
 4048 |   operator()(const basic_string<_CharT, char_traits<_CharT>, _Alloc=
ator>& __val) const _NOEXCEPT {
      |                                         ^~~~~~~~~~~
/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 ---
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- all_subdir_usr.sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.diskinfo.o -MTdiskinfo.o -std=
=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers =
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes=
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshado=
w -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-=
style-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-er=
ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-e=
rror=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declaratio=
ns -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-pa=
rentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-erro=
r=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-=
error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift=
-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const=
-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3D=
expansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-trunc=
ation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -W=
no-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull =
-Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dca=
tch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-err=
or=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-=
type        -c /workspace/src/usr.sbin/diskinfo/diskinfo.c -o diskinfo.o
--- all_subdir_usr.bin ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4054:32: 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]
 4054 | struct hash<basic_string<char, char_traits<char>, _Allocator> > : _=
_string_hash<char, _Allocator> {};
      |                                ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4062:36: 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]
 4062 | struct hash<basic_string<char16_t, char_traits<char16_t>, _Allocato=
r> > : __string_hash<char16_t, _Allocator> {};
      |                                    ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4065:36: 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]
 4065 | struct hash<basic_string<char32_t, char_traits<char32_t>, _Allocato=
r> > : __string_hash<char32_t, _Allocator> {};
      |                                    ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4069:35: 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]
 4069 | struct hash<basic_string<wchar_t, char_traits<wchar_t>, _Allocator>=
 > : __string_hash<wchar_t, _Allocator> {};
      |                                   ^~~~~~~~~~~
/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_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/parser_std_format_spec.h:39,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_output.h:22,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_integral.h:21,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_bool.h:20:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:689:12: wa=
rning: '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 char=
32_t is non-standard and is provided for a temporary period. It will be rem=
oved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
  689 |     <char, char_traits<char>, allocator<char> >(char const*, string=
 const&);
      |            ^~~~~~~~~~~
/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 ---
--- all_subdir_stand/userboot ---
--- load_elf64.pico ---
/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/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/=
stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common =
-DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_=
GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan=
d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co=
ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.=
 -g -MD  -MF.depend.load_elf64.pico -MTload_elf64.pico -std=3Dgnu99 -Wno-fo=
rmat-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wn=
o-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-er=
ror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-erro=
r=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -W=
no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-=
compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     -c /=
workspace/src/stand/common/load_elf64.c -o load_elf64.pico
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:1763:39: 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]
 1763 |   operator=3D=3D(const basic_string<char, char_traits<char>, _Alloc=
>& __lhs,
      |                                       ^~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
--- include/machine ---
--- all_subdir_cddl ---
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:1764:39: 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]
 1764 |              const basic_string<char, char_traits<char>, _Alloc>& _=
_rhs) _NOEXCEPT;
      |                                       ^~~~~~~~~~~
/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 ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/i386/btx/btx ---
=3D=3D=3D> stand/i386/btx/btx (all)
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:2150:29: 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]
 2150 |     -> basic_string<_CharT, char_traits<_CharT>, _Allocator>;
      |                             ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3703:37: 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]
 3703 | operator=3D=3D(const basic_string<char, char_traits<char>, _Allocat=
or>& __lhs,
      |                                     ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3704:37: 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]
 3704 |            const basic_string<char, char_traits<char>, _Allocator>&=
 __rhs) _NOEXCEPT {
      |                                     ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string: In functi=
on 'bool std::__1::operator=3D=3D(const basic_string<char, char_traits<char=
>, _Alloc>&, const basic_string<char, char_traits<char>, _Alloc>&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3711:12: 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]
 3711 |     return char_traits<char>::compare(__lp, __rp, __lhs_sz) =3D=3D =
0;
      |            ^~~~~~~~~~~
/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_usr.bin ---

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

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

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

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

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

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

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

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

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

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

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

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

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

make[2]: stopped in /workspace/src
       53.69 real       456.19 user        52.88 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/jenkins1259180586525084=
322.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_17680_431816342.1728271770820--



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