Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2024 11:37:55 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        jhb@FreeBSD.org, imp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #2419 - Failure
Message-ID:  <1689215625.1153.1708083478507@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #2419 (e5d1a21e500142c02fd44ce2f7822=
f2815a74fcc) - Failure

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

feefc3c71e33d8f97879c4889d5cf1ec82e98cd9 by jhb:
pci_host_generic: Properly handle bus_release_resource of IRQ resources

62b1faa3b7495de22a3225e42dabe6ce8c371e86 by jhb:
ipfw: Skip to the start of the loop when following a keep-state rule

33a2406eed009dbffd7dfa44285c23f0db5a3750 by imp:
reboot: Use posix_spawn instead of system

7fc95c31f007ef01c53aa5f9d8802e9579f408ee by imp:
loader: Simplify the loader.has_command

1dac5a34b64e2573236f38b23f8b1f92bd6a1d7c by imp:
loader: Register the gfx stuff separately.

061b68a76030f4147f5a30e60ab5f4296c1376b7 by imp:
loader: Separate gfx to a new file.

9b16231032ddb40be282d76ec0d82b3a0ec96d60 by imp:
loader: Create new gfx table

60e199d9fde1c3c60a96b969bf6982278cbc1e88 by imp:
loader: Add prototype for gfx_interp_md

9c8bf69a53f628b62fb196182ea55fb34c1c19e1 by imp:
loader: Only create gfx 4th bindings when gfx is available

23d9b5c9febf4b02957d01bc46ee75530b0dcb4a by imp:
loader: Remove gfx_fb_stub.c, it's no longer needed

0921a771da8a9117edf26352a8a047bacbfcee45 by imp:
loader: Move to using linker sets to bring in optional bits

a8f8c53761c4b0436c9d546ebe046003f1b3d88f by imp:
loader: Move gfx functions to gfx.lua.8

0fd98b8a7691b4f11e1bfbcb53a3a7c68d7c1fb7 by imp:
loader: Move drawer.lua over to gfx table.

f7781d030ccd18b1d4c864ecfade122ea19dafb1 by imp:
flua: Add hash module

e34fd722cafe8639214c72997f08b5f5faa9c21f by imp:
kboot: Add our own lua bindings

588ff0748f4acf8e00395f86e4956f184c7d3795 by imp:
loader: Simplify build a little

26c8dedef118cebdda4a0e22949ae35bc60c45c9 by imp:
loader: line line per src file in libi386

e5d1a21e500142c02fd44ce2f7822f2815a74fcc by imp:
loader: Bump the limit to 560,000 bytes for BIOS loader



The end of the build log:

[...truncated 98.35 MiB...]
   45 | using __binary_function =3D binary_function<_Arg1, _Arg2, _Result>;
      |                           ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bina=
ry_function.h:24:57: note: declared here
   24 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_func=
tion
      |                                                         ^~~~~~~~~~~=
~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/unique_ptr.h:20:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:39:60: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   39 |     template<class _Up> _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr=
<_Up>& __p) _NOEXCEPT
      |                                                            ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:30:56: note: declared here
   30 | 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:43:71: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   43 |     template<class _Up> _LIBCPP_INLINE_VISIBILITY auto_ptr& operato=
r=3D(auto_ptr<_Up>& __p) _NOEXCEPT
      |                                                                    =
   ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:30:56: note: declared here
   30 | 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:51: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   45 |     _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=3D(auto_ptr_ref<_T=
p> __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
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:66:40: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   66 |     _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) _NOEX=
CEPT : __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:67:60: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   67 |     template<class _Up> _LIBCPP_INLINE_VISIBILITY 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:69:60: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   69 |     template<class _Up> _LIBCPP_INLINE_VISIBILITY operator auto_ptr=
<_Up>() _NOEXCEPT
      |                                                            ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:30:56: note: declared here
   30 | 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: 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:68:10: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   68 |         {auto_ptr_ref<_Up> __t; __t.__ptr_ =3D release(); return __=
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:70:17: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   70 |         {return auto_ptr<_Up>(release());}
      |                 ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:30:56: note: declared here
   30 | 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:74:56: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   74 | 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:30:56: note: declared here
   30 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
      |                                                        ^~~~~~~~
--- all_subdir_usr.bin ---
--- ipcrm.1.gz ---
gzip -cn /workspace/src/usr.bin/ipcrm/ipcrm.1 > ipcrm.1.gz
--- all_subdir_tests ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:226:14: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  226 |   unique_ptr(auto_ptr<_Up>&& __p,
      |              ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:30:56: note: declared here
   30 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:255:17: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  255 |       operator=3D(auto_ptr<_Up> __p) {
      |                 ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:30:56: note: declared here
   30 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
      |                                                        ^~~~~~~~
--- all_subdir_usr.bin ---
--- ipcrm.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug ipcrm.f=
ull ipcrm.debug
--- ipcrm ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dipcrm.debug  ipcrm.full ipcrm
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/watchdogd ---
=3D=3D=3D> usr.sbin/watchdogd (all)
--- all_subdir_lib ---
--- fabs.3.gz ---
gzip -cn /workspace/src/lib/msun/man/fabs.3 > fabs.3.gz
--- all_subdir_stand ---
--- interp.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 -=
pipe -fno-common   -Wformat -fshort-wchar -mno-red-zone -nostdinc    -I/tmp=
/obj/workspace/src/amd64.amd64/stand/libsa -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 -ffreestanding -mno-=
mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/s=
rc/stand/efi/loader_simp/../loader -I/workspace/src/stand/libsa/zfs -I/work=
space/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/=
include/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/load=
er_simp -I/workspace/src/stand/efi/loader_simp/arch/amd64 -I/workspace/src/=
stand/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src=
/sys/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -=
I/workspace/src/stand/common -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -D=
LOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_S=
UPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs =
-I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=3D=
\"loader.help.efi\" -g -MD  -MF.depend.interp.o -MTinterp.o -std=3Dgnu99 -W=
no-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-tim=
e -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W=
no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno=
-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dext=
ra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e=
rror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value=
 -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonn=
ull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-com=
pare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-er=
ror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-over=
flow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-=
error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexc=
ept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstr=
ingop-overflow -Wno-error=3Daggressive-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=3Dst=
ringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     -=
c /workspace/src/stand/common/interp.c -o interp.o
--- all_subdir_sbin ---
--- all_subdir_sbin/recoverdisk ---
=3D=3D=3D> sbin/recoverdisk (all)
--- all_subdir_usr.sbin ---
--- .depend ---
echo watchdogd.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a =
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend
--- watchdogd.o ---
--- all_subdir_stand ---
--- all_subdir_stand/efi/loader_lua ---
--- vdisk.o ---
--- 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.watchdogd.o -MTwatchdogd.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/watchdogd/watchdogd.c -o watchdogd.o
--- all_subdir_stand ---
/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   -Wformat -fshort-wchar -mno-red-zone -nostdinc    -I/tmp=
/obj/workspace/src/amd64.amd64/stand/libsa -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 -ffreestanding -mno-=
mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/s=
rc/stand/efi/loader_lua/../loader -I/workspace/src/stand/libsa/zfs -I/works=
pace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/i=
nclude/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/loade=
r_lua -I/workspace/src/stand/efi/loader_lua/arch/amd64 -I/workspace/src/sta=
nd/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src/sy=
s/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/w=
orkspace/src/stand/common -I/workspace/src/contrib/lua/src -I/workspace/src=
/stand/common -I/workspace/src/stand/liblua -DLOADER_MSDOS_SUPPORT -DLOADER=
_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT=
 -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys=
/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DH=
ELP_FILENAME=3D\"loader.help.efi\" -g -MD  -MF.depend.vdisk.o -MTvdisk.o -s=
td=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-si=
gn -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dc=
lobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wn=
o-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al=
iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=
=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -W=
no-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dt=
autological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-op=
eration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-erro=
r=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fa=
llthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -=
Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -W=
no-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultist=
atement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess =
-Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-me=
mber  -Os     -c /workspace/src/stand/common/vdisk.c -o vdisk.o
--- all_subdir_sbin ---
--- .depend ---
--- all_subdir_lib ---
--- all_subdir_lib/msun/tests ---
--- ldexp_test.full ---
--- all_subdir_sbin ---
echo recoverdisk.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.=
a  >> .depend
--- 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 -p=
ipe -fno-common -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/lib=
c/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=3D64 -I/workspace/src/l=
ib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -std=3Dgnu99 -W=
no-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wa=
ll -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-=
arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-=
parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-defin=
ition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray=
-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast=
-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-err=
or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -=
Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-=
function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmay=
be-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-v=
alue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -=
Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-t=
o-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-=
error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3D=
memset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=
=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-l=
oop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value =
-Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeo=
f-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-=
unknown-pragmas  -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zr=
elro -pie -Wl,-znoexecstack  -o ldexp_test.full t_ldexp.o  -lprivateatf-c  =
-lm -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_sbin ---
--- recoverdisk.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 -=
pipe -fno-common   -fPIE -g -MD  -MF.depend.recoverdisk.o -MTrecoverdisk.o =
-std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-head=
ers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-protot=
ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws=
hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -W=
old-style-definition -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        -c /workspace/src/sbin/recoverdisk/recoverdisk.c -o recove=
rdisk.o
--- all_subdir_stand ---
--- all_subdir_stand/efi/loader_4th ---
--- loader_4th.sym.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug loader_=
4th.sym.full loader_4th.sym.debug
--- all_subdir_lib ---
--- ldexp_test.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug ldexp_t=
est.full ldexp_test.debug
--- ldexp_test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dldexp_test.debug  ldexp_test.full ldexp_test
--- all_subdir_stand ---
--- loader_4th.sym ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dloader_4th.sym.debug  loader_4th.sym.full loader_4th.sym
--- all_subdir_stand/efi/loader_lua ---
--- dev_net.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 -=
pipe -fno-common   -Wformat -fshort-wchar -mno-red-zone -nostdinc    -I/tmp=
/obj/workspace/src/amd64.amd64/stand/libsa -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 -ffreestanding -mno-=
mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/s=
rc/stand/efi/loader_lua/../loader -I/workspace/src/stand/libsa/zfs -I/works=
pace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/i=
nclude/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/loade=
r_lua -I/workspace/src/stand/efi/loader_lua/arch/amd64 -I/workspace/src/sta=
nd/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src/sy=
s/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/w=
orkspace/src/stand/common -I/workspace/src/contrib/lua/src -I/workspace/src=
/stand/common -I/workspace/src/stand/liblua -DLOADER_MSDOS_SUPPORT -DLOADER=
_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT=
 -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys=
/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DH=
ELP_FILENAME=3D\"loader.help.efi\" -g -MD  -MF.depend.dev_net.o -MTdev_net.=
o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointe=
r-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-erro=
r=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=
=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare=
 -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric=
t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err=
or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized =
-Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packe=
d-member  -Os     -c /workspace/src/stand/common/dev_net.c -o dev_net.o
--- all_subdir_stand/efi/loader_4th ---
--- loader_4th.efi ---
SOURCE_DATE_EPOCH=3D1451606400  /usr/local/x86_64-unknown-freebsd14.0/bin/o=
bjcopy -j .peheader -j .text -j .sdata -j .data  -j .dynamic -j .dynsym -j =
.rel.dyn  -j .rela.dyn -j .reloc -j .eh_frame -j set_Xcommand_set  -j set_X=
ficl_compile_set  --output-target=3Defi-app-x86_64 loader_4th.sym loader_4t=
h.efi
--- all_subdir_sbin ---
--- all_subdir_sbin/reboot ---
cc1: all warnings being treated as errors
--- all_subdir_rescue ---
--- mount_udf_make ---
(cd /workspace/src/rescue/rescue/../../sbin/mount_udf &&  make MK_PIE=3Dno =
NO_SHARED=3Dyes -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE CRUNCH_CFLAGS+=3D-I/tmp/o=
bj/workspace/src/amd64.amd64/lib/libifconfig CRUNCH_CFLAGS+=3D-I/tmp/obj/wo=
rkspace/src/amd64.amd64/lib/libiscsiutil MK_AUTO_OBJ=3Dyes DIRPRFX=3Drescue=
/rescue/mount_udf/ depend && make MK_PIE=3Dno NO_SHARED=3Dyes -DRESCUE CRUN=
CH_CFLAGS=3D-DRESCUE CRUNCH_CFLAGS+=3D-I/tmp/obj/workspace/src/amd64.amd64/=
lib/libifconfig CRUNCH_CFLAGS+=3D-I/tmp/obj/workspace/src/amd64.amd64/lib/l=
ibiscsiutil MK_AUTO_OBJ=3Dyes DIRPRFX=3Drescue/rescue/mount_udf/ mount_udf.=
o getmntopts.o)
--- all_subdir_stand ---
--- all_subdir_stand/efi/loader_simp ---
--- interp_backslash.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 -=
pipe -fno-common   -Wformat -fshort-wchar -mno-red-zone -nostdinc    -I/tmp=
/obj/workspace/src/amd64.amd64/stand/libsa -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 -ffreestanding -mno-=
mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/s=
rc/stand/efi/loader_simp/../loader -I/workspace/src/stand/libsa/zfs -I/work=
space/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/=
include/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/load=
er_simp -I/workspace/src/stand/efi/loader_simp/arch/amd64 -I/workspace/src/=
stand/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src=
/sys/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -=
I/workspace/src/stand/common -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -D=
LOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_S=
UPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs =
-I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=3D=
\"loader.help.efi\" -g -MD  -MF.depend.interp_backslash.o -MTinterp_backsla=
sh.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-poi=
nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e=
rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er=
ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp=
are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst=
rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-=
error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ=
ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro=
r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo=
ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno=
-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic=
it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz=
e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp=
are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio=
ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu=
ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac=
cess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pack=
ed-member  -Os     -c /workspace/src/stand/common/interp_backslash.c -o int=
erp_backslash.o
--- all_subdir_sbin ---
*** [reboot.o] Error code 1

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

make[4]: stopped in /workspace/src/sbin/reboot

make[3]: stopped in /workspace/src/sbin
--- all_subdir_stand ---
--- all_subdir_stand/efi/loader_lua ---

make[4]: stopped in /workspace/src/stand/efi
--- all_subdir_tests ---

make[5]: stopped in /workspace/src/tests/sys/fs
--- all_subdir_stand ---
--- all_subdir_stand/efi/loader_simp ---

make[4]: stopped in /workspace/src/stand/efi
--- all_subdir_lib ---

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

make[4]: stopped in /workspace/src/tests/sys
--- all_subdir_usr.sbin ---

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

make[3]: stopped in /workspace/src/sbin
--- all_subdir_lib ---

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

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

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

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

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

make[4]: stopped in /workspace/src/stand/efi

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

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

make[5]: stopped in /workspace/src/tests/sys/capsicum

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

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

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

make[6]: stopped in /workspace/src/cddl/usr.sbin/zfsd/tests

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

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

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

make[2]: stopped in /workspace/src
      126.82 real      1670.22 user       179.18 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/jenkins3181153456869142=
709.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_1152_920085983.1708083476045--



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