Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2025 10:17:07 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        br@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #5107 - Still Failing
Message-ID:  <1599706872.873.1742984229287@jenkins.ci.freebsd.org>
In-Reply-To: <1178256650.847.1742973119334@jenkins.ci.freebsd.org>
References:  <1178256650.847.1742973119334@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #5107 (6d58c670060a17817fa0c8ebf4e75=
43c3d2b4523) - Still Failing

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

6d58c670060a17817fa0c8ebf4e7543c3d2b4523 by br:
riscv timer: fix interrupt handling.



The end of the build log:

[...truncated 84.43 MiB...]
/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 {
      |   ^~~~
--- all_subdir_share ---
--- EVENTHANDLER.9.gz ---
--- all_subdir_cddl ---
/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 {
      |                                                                    =
                   ^~~~~~~~~~
--- all_subdir_share ---
gzip -cn /workspace/src/share/man/man9/EVENTHANDLER.9 > EVENTHANDLER.9.gz
--- all_subdir_cddl ---
/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 {
      |                                                                    =
                   ^~~~~~~~~~
--- all_subdir_share ---
--- eventtimers.9.gz ---
gzip -cn /workspace/src/share/man/man9/eventtimers.9 > eventtimers.9.gz
--- extattr.9.gz ---
gzip -cn /workspace/src/share/man/man9/extattr.9 > extattr.9.gz
--- all_subdir_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/memory:943,
                 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/auto_ptr=
.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:39:34: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   39 |   _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr<_Up>& __p) _NOEXCEPT : __=
ptr_(__p.release()) {}
      |                                  ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:45:45: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   45 |   _LIBCPP_HIDE_FROM_ABI auto_ptr& operator=3D(auto_ptr<_Up>& __p) _=
NOEXCEPT {
      |                                             ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:49:45: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   49 |   _LIBCPP_HIDE_FROM_ABI auto_ptr& operator=3D(auto_ptr_ref<_Tp> __p=
) _NOEXCEPT {
      |                                             ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/efi ---
--- boot1.sym.full ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:69:34: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   69 |   _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT :=
 __ptr_(__p.__ptr_) {}
      |                                  ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:71:34: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   71 |   _LIBCPP_HIDE_FROM_ABI operator auto_ptr_ref<_Up>() _NOEXCEPT {
      |                                  ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:77:34: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   77 |   _LIBCPP_HIDE_FROM_ABI operator auto_ptr<_Up>() _NOEXCEPT {
      |                                  ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_share ---
--- fail.9.gz ---
--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -p=
ipe -fno-common -Wformat -fshort-wchar -mno-red-zone -nostdinc -I/tmp/obj/w=
orkspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDA=
LONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mc=
floatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/work=
space/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -m=
no-sse -msoft-float -fPIC -mno-red-zone -I. -Iinclude -DEFI_BOOT1 -DEFI_ZFS=
_BOOT -I/workspace/src/stand/efi/include -I/workspace/src/stand/efi/include=
/amd64 -I/workspace/src/sys/contrib/dev/acpica/include -DEFI_UFS_BOOT -I/wo=
rkspace/src/stand/common -fPIC -g -std=3Dgnu17 -Wno-format-zero-length -Wsy=
stem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wn=
o-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -W=
no-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declar=
ations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-no=
t-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-=
error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -=
Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Ds=
hift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-c=
onst-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-erro=
r=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-t=
runcation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-contex=
t -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonn=
ull -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  -nostdlib -Wl,-T/workspace/src=
/stand/efi/loader/arch/amd64/amd64.ldscript,-Bsymbolic,-znotext -pie -Wl,--=
no-dynamic-linker -Wl,-znocombreloc -Wl,-zrelro -Wl,-znoexecstack   -o boot=
1.sym.full boot1.o proto.o self_reloc.o start.o ufs_module.o zfs_module.o  =
/tmp/obj/workspace/src/amd64.amd64/stand/efi/libefi/libefi.a /tmp/obj/works=
pace/src/amd64.amd64/stand/libsa/libsa.a=20
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h: In member function 'std::__1::auto_ptr<_Tp>::operator std::__1::auto_pt=
r_ref<_Up>()':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:72:5: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is de=
precated [-Wdeprecated-declarations]
   72 |     auto_ptr_ref<_Up> __t;
      |     ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h: In member function 'std::__1::auto_ptr<_Tp>::operator std::__1::auto_pt=
r<_Up>()':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:78:12: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   78 |     return auto_ptr<_Up>(release());
      |            ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:83:56: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr<voi=
d> {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_share ---
gzip -cn /workspace/src/share/man/man9/fail.9 > fail.9.gz
--- fdt_pinctrl.9.gz ---
gzip -cn /workspace/src/share/man/man9/fdt_pinctrl.9 > fdt_pinctrl.9.gz
--- all_subdir_cddl ---
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:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:228:36: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  228 |   _LIBCPP_HIDE_FROM_ABI unique_ptr(auto_ptr<_Up>&& __p) _NOEXCEPT :=
 __ptr_(__p.release(), __value_init_tag()) {}
      |                                    ^~~~~~~~
--- all_subdir_sbin ---
--- fabrics.o ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_share ---
--- fetch.9.gz ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:250:47: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  250 |   _LIBCPP_HIDE_FROM_ABI unique_ptr& operator=3D(auto_ptr<_Up> __p) =
{
      |                                               ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -=
pipe -fno-common   -I/workspace/src/lib/libnvmf -fPIE -g -MD  -MF.depend.fa=
brics.o -MTfabrics.o -std=3Dgnu17 -Wno-format-zero-length -fstack-protector=
-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-param=
eter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite=
-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript=
s -Wnested-externs -Wold-style-definition -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        -c /workspace/src/sbin/nvmecontrol/f=
abrics.c -o fabrics.o
--- all_subdir_share ---
gzip -cn /workspace/src/share/man/man9/fetch.9 > fetch.9.gz
--- firmware.9.gz ---
gzip -cn /workspace/src/share/man/man9/firmware.9 > firmware.9.gz
--- fpu_kern.9.gz ---
gzip -cn /workspace/src/share/man/man9/fpu_kern.9 > fpu_kern.9.gz
--- all_subdir_cddl ---
/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 ---
--- g_access.9.gz ---
gzip -cn /workspace/src/share/man/man9/g_access.9 > g_access.9.gz
--- g_attach.9.gz ---
gzip -cn /workspace/src/share/man/man9/g_attach.9 > g_attach.9.gz
--- g_bio.9.gz ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:614:36: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  614 |   _LIBCPP_HIDE_FROM_ABI shared_ptr(auto_ptr<_Yp>&& __r) : __ptr_(__=
r.get()) {
      |                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_share ---
gzip -cn /workspace/src/share/man/man9/g_bio.9 > g_bio.9.gz
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:697:52: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  697 |   _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp>& operator=3D(auto_ptr<_Yp>&=
& __r) {
      |                                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_share ---
--- g_consumer.9.gz ---
gzip -cn /workspace/src/share/man/man9/g_consumer.9 > g_consumer.9.gz
--- g_data.9.gz ---
gzip -cn /workspace/src/share/man/man9/g_data.9 > g_data.9.gz
--- get_cyclecount.9.gz ---
gzip -cn /workspace/src/share/man/man9/get_cyclecount.9 > get_cyclecount.9.=
gz
--- all_subdir_cddl ---
/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_share ---
--- getenv.9.gz ---
gzip -cn /workspace/src/share/man/man9/getenv.9 > getenv.9.gz
--- getnewvnode.9.gz ---
gzip -cn /workspace/src/share/man/man9/getnewvnode.9 > getnewvnode.9.gz
--- all_subdir_stand ---
--- boot1.sym.debug ---
--- all_subdir_share ---
--- g_event.9.gz ---
--- all_subdir_stand ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug boot1.s=
ym.full boot1.sym.debug
--- all_subdir_share ---
gzip -cn /workspace/src/share/man/man9/g_event.9 > g_event.9.gz
--- g_geom.9.gz ---
--- all_subdir_stand ---
--- boot1.sym ---
--- all_subdir_share ---
gzip -cn /workspace/src/share/man/man9/g_geom.9 > g_geom.9.gz
--- all_subdir_stand ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dboot1.sym.debug  boot1.sym.full boot1.sym
--- all_subdir_share ---
--- g_provider.9.gz ---
gzip -cn /workspace/src/share/man/man9/g_provider.9 > g_provider.9.gz
--- all_subdir_stand ---
--- boot1.efi ---
--- all_subdir_share ---
--- g_provider_by_name.9.gz ---
gzip -cn /workspace/src/share/man/man9/g_provider_by_name.9 > g_provider_by=
_name.9.gz
--- groupmember.9.gz ---
gzip -cn /workspace/src/share/man/man9/groupmember.9 > groupmember.9.gz
--- all_subdir_stand ---
SOURCE_DATE_EPOCH=3D1704067200  elfcopy -j .peheader -j .text -j .sdata -j =
.data  -j .dynamic -j .dynsym -j .rel.dyn  -j .rela.dyn -j .reloc -j .eh_fr=
ame  --output-target=3Defi-app-x86_64 boot1.sym boot1.efi
sh: elfcopy: not found
--- all_subdir_share ---
--- g_wither_geom.9.gz ---
--- all_subdir_stand ---
*** [boot1.efi] Error code 127

make[5]: stopped in /workspace/src/stand/efi/boot1
1 error

make[5]: stopped in /workspace/src/stand/efi/boot1
       69.23 real       225.91 user        27.09 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/jenkins1688439491049262=
8839.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_872_448682221.1742984227198--



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