Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

Change summaries:
(Those commits are likely but not certainly responsible)

b558c92fd0005d311edbcd02953c17d4a34fb909 by cperciva:
EC2: Add extra SSM Parameter names for releases



The end of the build log:

[...truncated 127.46 MiB...]
/workspace/src/sys/sys/queue.h:1036:22: warning: array subscript 'struct pv=
_chunk[0]' is partly outside array bounds of 'struct pv_chunk_header[1]' [-=
Warray-bounds=3D]
 1036 |         *(elm)->field.tqe_prev =3D TAILQ_NEXT((elm), field);       =
       \
      |          ~~~~~~~~~~~~^~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c:5371:9: note: in expansion of macro '=
TAILQ_REMOVE'
 5371 |         TAILQ_REMOVE(&pvc->pvc_list, pc_marker, pc_lru);
      |         ^~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c: In function 'pmap_demote_pde_mpte':
/workspace/src/sys/amd64/amd64/pmap.c:5192:32: note: object 'pc_marker_b' o=
f size 64
 5192 |         struct pv_chunk_header pc_marker_b, pc_marker_end_b;
      |                                ^~~~~~~~~~~
In function 'reclaim_pv_chunk_domain',
    inlined from 'reclaim_pv_chunk' at /workspace/src/sys/amd64/amd64/pmap.=
c:5394:7,
    inlined from 'reserve_pv_entries' at /workspace/src/sys/amd64/amd64/pma=
p.c:5634:8,
    inlined from 'pmap_demote_pde_mpte' at /workspace/src/sys/amd64/amd64/p=
map.c:6061:3:
/workspace/src/sys/sys/queue.h:1012:45: warning: array subscript 'struct pv=
_chunk[0]' is partly outside array bounds of 'struct pv_chunk_header[1]' [-=
Warray-bounds=3D]
 1012 | #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
      |                                ~~~~~~~~~~~~~^~~~~~~~~~
/workspace/src/sys/sys/cdefs.h:342:51: note: in definition of macro '__pred=
ict_false'
  342 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
/workspace/src/sys/sys/queue.h:865:9: note: in expansion of macro 'QMD_ASSE=
RT'
  865 |         QMD_ASSERT(TAILQ_NEXT((elm), field) =3D=3D NULL ||         =
         \
      |         ^~~~~~~~~~
/workspace/src/sys/sys/queue.h:865:20: note: in expansion of macro 'TAILQ_N=
EXT'
  865 |         QMD_ASSERT(TAILQ_NEXT((elm), field) =3D=3D NULL ||         =
         \
      |                    ^~~~~~~~~~
/workspace/src/sys/sys/queue.h:1027:9: note: in expansion of macro 'QMD_TAI=
LQ_CHECK_NEXT'
 1027 |         QMD_TAILQ_CHECK_NEXT(elm, field);                          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c:5372:9: note: in expansion of macro '=
TAILQ_REMOVE'
 5372 |         TAILQ_REMOVE(&pvc->pvc_list, pc_marker_end, pc_lru);
      |         ^~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c: In function 'pmap_demote_pde_mpte':
/workspace/src/sys/amd64/amd64/pmap.c:5192:45: note: object 'pc_marker_end_=
b' of size 64
 5192 |         struct pv_chunk_header pc_marker_b, pc_marker_end_b;
      |                                             ^~~~~~~~~~~~~~~
In function 'reclaim_pv_chunk_domain',
    inlined from 'reclaim_pv_chunk' at /workspace/src/sys/amd64/amd64/pmap.=
c:5394:7,
    inlined from 'reserve_pv_entries' at /workspace/src/sys/amd64/amd64/pma=
p.c:5634:8,
    inlined from 'pmap_demote_pde_mpte' at /workspace/src/sys/amd64/amd64/p=
map.c:6061:3:
/workspace/src/sys/sys/queue.h:876:33: warning: array subscript 'struct pv_=
chunk[0]' is partly outside array bounds of 'struct pv_chunk_header[1]' [-W=
array-bounds=3D]
  876 |         QMD_ASSERT(*(elm)->field.tqe_prev =3D=3D (elm),            =
         \
      |                     ~~~~~~~~~~~~^~~~~~~~~
/workspace/src/sys/sys/cdefs.h:342:51: note: in definition of macro '__pred=
ict_false'
  342 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
/workspace/src/sys/sys/queue.h:876:9: note: in expansion of macro 'QMD_ASSE=
RT'
  876 |         QMD_ASSERT(*(elm)->field.tqe_prev =3D=3D (elm),            =
         \
      |         ^~~~~~~~~~
/workspace/src/sys/sys/queue.h:1028:9: note: in expansion of macro 'QMD_TAI=
LQ_CHECK_PREV'
 1028 |         QMD_TAILQ_CHECK_PREV(elm, field);                          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c:5372:9: note: in expansion of macro '=
TAILQ_REMOVE'
 5372 |         TAILQ_REMOVE(&pvc->pvc_list, pc_marker_end, pc_lru);
      |         ^~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c: In function 'pmap_demote_pde_mpte':
/workspace/src/sys/amd64/amd64/pmap.c:5192:45: note: object 'pc_marker_end_=
b' of size 64
 5192 |         struct pv_chunk_header pc_marker_b, pc_marker_end_b;
      |                                             ^~~~~~~~~~~~~~~
In function 'reclaim_pv_chunk_domain',
    inlined from 'reclaim_pv_chunk' at /workspace/src/sys/amd64/amd64/pmap.=
c:5394:7,
    inlined from 'reserve_pv_entries' at /workspace/src/sys/amd64/amd64/pma=
p.c:5634:8,
    inlined from 'pmap_demote_pde_mpte' at /workspace/src/sys/amd64/amd64/p=
map.c:6061:3:
/workspace/src/sys/sys/queue.h:876:33: warning: array subscript 'struct pv_=
chunk[0]' is partly outside array bounds of 'struct pv_chunk_header[1]' [-W=
array-bounds=3D]
  876 |         QMD_ASSERT(*(elm)->field.tqe_prev =3D=3D (elm),            =
         \
      |                     ~~~~~~~~~~~~^~~~~~~~~
/workspace/src/sys/sys/cdefs.h:342:51: note: in definition of macro '__pred=
ict_false'
  342 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
/workspace/src/sys/sys/queue.h:876:9: note: in expansion of macro 'QMD_ASSE=
RT'
  876 |         QMD_ASSERT(*(elm)->field.tqe_prev =3D=3D (elm),            =
         \
      |         ^~~~~~~~~~
/workspace/src/sys/sys/queue.h:1028:9: note: in expansion of macro 'QMD_TAI=
LQ_CHECK_PREV'
 1028 |         QMD_TAILQ_CHECK_PREV(elm, field);                          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c:5372:9: note: in expansion of macro '=
TAILQ_REMOVE'
 5372 |         TAILQ_REMOVE(&pvc->pvc_list, pc_marker_end, pc_lru);
      |         ^~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c: In function 'pmap_demote_pde_mpte':
/workspace/src/sys/amd64/amd64/pmap.c:5192:45: note: object 'pc_marker_end_=
b' of size 64
 5192 |         struct pv_chunk_header pc_marker_b, pc_marker_end_b;
      |                                             ^~~~~~~~~~~~~~~
In function 'reclaim_pv_chunk_domain',
    inlined from 'reclaim_pv_chunk' at /workspace/src/sys/amd64/amd64/pmap.=
c:5394:7,
    inlined from 'reserve_pv_entries' at /workspace/src/sys/amd64/amd64/pma=
p.c:5634:8,
    inlined from 'pmap_demote_pde_mpte' at /workspace/src/sys/amd64/amd64/p=
map.c:6061:3:
/workspace/src/sys/sys/queue.h:1036:22: warning: array subscript 'struct pv=
_chunk[0]' is partly outside array bounds of 'struct pv_chunk_header[1]' [-=
Warray-bounds=3D]
 1036 |         *(elm)->field.tqe_prev =3D TAILQ_NEXT((elm), field);       =
       \
      |          ~~~~~~~~~~~~^~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c:5372:9: note: in expansion of macro '=
TAILQ_REMOVE'
 5372 |         TAILQ_REMOVE(&pvc->pvc_list, pc_marker_end, pc_lru);
      |         ^~~~~~~~~~~~
/workspace/src/sys/amd64/amd64/pmap.c: In function 'pmap_demote_pde_mpte':
/workspace/src/sys/amd64/amd64/pmap.c:5192:45: note: object 'pc_marker_end_=
b' of size 64
 5192 |         struct pv_chunk_header pc_marker_b, pc_marker_end_b;
      |                                             ^~~~~~~~~~~~~~~
--- ice_fwlog.o ---
ctfconvert -L VERSION -g ice_fwlog.o
--- irdma_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/ice/i=
rdma_if.m -c ;  /usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=
=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freeb=
sd15.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostd=
inc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/wo=
rkspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -incl=
ude opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame=
-pointer -MD  -MF.depend.irdma_if.o -MTirdma_if.o -fdebug-prefix-map=3D./ma=
chine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/work=
space/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/=
i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=
  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector =
 -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -=
Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wm=
issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch=
 -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=
=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=
=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in=
dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds=
equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe=
r -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=
=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -=
Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --param inli=
ne-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensions  =
-std=3Dgnu17 -Werror irdma_if.c -I/workspace/src/sys/dev/ice
ctfconvert -L VERSION -g irdma_if.o
--- irdma_di_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/ice/i=
rdma_di_if.m -c ;  /usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroo=
t=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-free=
bsd15.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nost=
dinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/w=
orkspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc=
lude opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-fram=
e-pointer -MD  -MF.depend.irdma_di_if.o -MTirdma_di_if.o -fdebug-prefix-map=
=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=
=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/=
src/sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -mso=
ft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pr=
otector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer=
-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprin=
tf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas =
-Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -W=
no-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno=
-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmislead=
ing-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-err=
or=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-c=
ompare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-err=
or=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed=
-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno=
-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-=
type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --para=
m inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extens=
ions  -std=3Dgnu17 -Werror irdma_di_if.c -I/workspace/src/sys/dev/ice
ctfconvert -L VERSION -g irdma_di_if.o
--- ice_ddp_common.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ice_ddp_common.o -MTice_ddp_common.o -fdebug-prefix-map=3D./machine=
=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace=
/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/=
include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fn=
o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdw=
arf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast=
-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissin=
g-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno=
-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum=
-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentati=
on -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence=
-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-e=
lt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-=
alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonn=
ull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-for=
mat-zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit=
-growth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3D=
gnu17 -Werror /workspace/src/sys/dev/ice/ice_ddp_common.c -I/workspace/src/=
sys/dev/ice
--- ice_rdma.o ---
ctfconvert -L VERSION -g ice_rdma.o
--- ice_iov.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ice_iov.o -MTice_iov.o -fdebug-prefix-map=3D./machine=3D/workspace/s=
rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in=
clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode=
l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-=
unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/ice/ice_iov.c -I/workspace/src/sys/dev/ice
--- ice_nvm.o ---
/workspace/src/sys/dev/ice/ice_nvm.c: In function 'ice_validate_sr_checksum=
':
/workspace/src/sys/dev/ice/ice_nvm.c:1691:12: warning: 'checksum_sr' may be=
 used uninitialized [-Wmaybe-uninitialized]
 1691 |         if (checksum_local !=3D checksum_sr)
      |            ^
/workspace/src/sys/dev/ice/ice_nvm.c:1671:13: note: 'checksum_sr' was decla=
red here
 1671 |         u16 checksum_sr;
      |             ^~~~~~~~~~~
ctfconvert -L VERSION -g ice_nvm.o
--- ice_vf_mbx.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ice_vf_mbx.o -MTice_vf_mbx.o -fdebug-prefix-map=3D./machine=3D/works=
pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/=
x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-=
dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-=
length   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -=
Werror /workspace/src/sys/dev/ice/ice_vf_mbx.c -I/workspace/src/sys/dev/ice
ctfconvert -L VERSION -g ice_vf_mbx.o
--- if_ixl.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.if_ixl.o -MTif_ixl.o -fdebug-prefix-map=3D./machine=3D/workspace/src=
/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/incl=
ude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wst=
rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -W=
no-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -=
fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress=
 -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-=
error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er=
ror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3D=
nonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-erro=
r=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fu=
nction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-err=
or=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-large=
r-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-danglin=
g-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length =
  -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --=
param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror /w=
orkspace/src/sys/dev/ixl/if_ixl.c -I/workspace/src/sys/dev/ixl
--- ice_iov.o ---
ctfconvert -L VERSION -g ice_iov.o
--- ixl_pf_main.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ixl_pf_main.o -MTixl_pf_main.o -fdebug-prefix-map=3D./machine=3D/wor=
kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy=
s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point=
 -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/ixl/ixl_pf_main.c -I/workspace/src/sys/dev=
/ixl
--- ice_flow.o ---
ctfconvert -L VERSION -g ice_flow.o
--- ixl_pf_iflib.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ixl_pf_iflib.o -MTixl_pf_iflib.o -fdebug-prefix-map=3D./machine=3D/w=
orkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/=
sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inclu=
de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4=
 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual=
 -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc=
lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro=
r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp=
are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W=
no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin=
t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/ixl/ixl_pf_iflib.c -I/workspace/src/sys/de=
v/ixl
--- xgbe-phy-v2.o ---
ctfconvert -L VERSION -g xgbe-phy-v2.o
--- ixl_pf_qmgr.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ixl_pf_qmgr.o -MTixl_pf_qmgr.o -fdebug-prefix-map=3D./machine=3D/wor=
kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy=
s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point=
 -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/ixl/ixl_pf_qmgr.c -I/workspace/src/sys/dev=
/ixl
--- if_ixl.o ---
ctfconvert -L VERSION -g if_ixl.o
--- ixl_pf_iov.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ixl_pf_iov.o -MTixl_pf_iov.o -fdebug-prefix-map=3D./machine=3D/works=
pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/=
x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-=
dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-=
length   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -=
Werror /workspace/src/sys/dev/ixl/ixl_pf_iov.c -I/workspace/src/sys/dev/ixl
--- ixl_pf_iflib.o ---
ctfconvert -L VERSION -g ixl_pf_iflib.o
--- ixl_pf_i2c.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ixl_pf_i2c.o -MTixl_pf_i2c.o -fdebug-prefix-map=3D./machine=3D/works=
pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/=
x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-=
dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-=
length   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -=
Werror /workspace/src/sys/dev/ixl/ixl_pf_i2c.c -I/workspace/src/sys/dev/ixl
--- ice_common.o ---
ctfconvert -L VERSION -g ice_common.o
--- ixl_txrx.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.ixl_txrx.o -MTixl_txrx.o -fdebug-prefix-map=3D./machine=3D/workspace=
/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/=
include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/ixl/ixl_txrx.c -I/workspace/src/sys/dev/ixl
--- ixl_pf_qmgr.o ---
ctfconvert -L VERSION -g ixl_pf_qmgr.o
--- i40e_osdep.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_osdep.o -MTi40e_osdep.o -fdebug-prefix-map=3D./machine=3D/works=
pace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/=
x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -=
mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchr=
onous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-=
dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-=
length   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -=
Werror /workspace/src/sys/dev/ixl/i40e_osdep.c -I/workspace/src/sys/dev/ixl
--- ice_ddp_common.o ---
ctfconvert -L VERSION -g ice_ddp_common.o
--- i40e_lan_hmc.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_lan_hmc.o -MTi40e_lan_hmc.o -fdebug-prefix-map=3D./machine=3D/w=
orkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/=
sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inclu=
de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4=
 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual=
 -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc=
lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro=
r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp=
are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W=
no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin=
t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/ixl/i40e_lan_hmc.c -I/workspace/src/sys/de=
v/ixl
--- i40e_osdep.o ---
ctfconvert -L VERSION -g i40e_osdep.o
--- i40e_hmc.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_hmc.o -MTi40e_hmc.o -fdebug-prefix-map=3D./machine=3D/workspace=
/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/=
include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/ixl/i40e_hmc.c -I/workspace/src/sys/dev/ixl
--- ixl_txrx.o ---
ctfconvert -L VERSION -g ixl_txrx.o
--- i40e_common.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_common.o -MTi40e_common.o -fdebug-prefix-map=3D./machine=3D/wor=
kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy=
s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point=
 -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/ixl/i40e_common.c -I/workspace/src/sys/dev=
/ixl
--- i40e_hmc.o ---
ctfconvert -L VERSION -g i40e_hmc.o
--- i40e_nvm.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_nvm.o -MTi40e_nvm.o -fdebug-prefix-map=3D./machine=3D/workspace=
/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/=
include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/ixl/i40e_nvm.c -I/workspace/src/sys/dev/ixl
--- ice_lib.o ---
ctfconvert -L VERSION -g ice_lib.o
--- i40e_lan_hmc.o ---
ctfconvert -L VERSION -g i40e_lan_hmc.o
--- i40e_adminq.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_adminq.o -MTi40e_adminq.o -fdebug-prefix-map=3D./machine=3D/wor=
kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy=
s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include=
 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-async=
hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point=
 -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/ixl/i40e_adminq.c -I/workspace/src/sys/dev=
/ixl
--- i40e_dcb.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.i40e_dcb.o -MTi40e_dcb.o -fdebug-prefix-map=3D./machine=3D/workspace=
/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/=
include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/ixl/i40e_dcb.c -I/workspace/src/sys/dev/ixl
--- ice_flex_pipe.o ---
ctfconvert -L VERSION -g ice_flex_pipe.o
--- smartpqi_cam.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.smartpqi_cam.o -MTsmartpqi_cam.o -fdebug-prefix-map=3D./machine=3D/w=
orkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/=
sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inclu=
de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4=
 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual=
 -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc=
lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro=
r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp=
are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W=
no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin=
t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/smartpqi/smartpqi_cam.c
In file included from /workspace/src/sys/dev/smartpqi/smartpqi_includes.h:8=
2,
                 from /workspace/src/sys/dev/smartpqi/smartpqi_cam.c:30:
/workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:172:25: error: inline=
 function 'pqisrc_aio_req_too_big' declared but never defined [-Werror]
  172 | extern inline boolean_t pqisrc_aio_req_too_big(pqisrc_softstate_t *=
, pqi_scsi_dev_t *,
      |                         ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:170:20: error: inline=
 function 'pqisrc_aio_build_cdb' declared but never defined [-Werror]
  170 | extern inline void pqisrc_aio_build_cdb(aio_req_locator_t *, uint32=
_t,
      |                    ^~~~~~~~~~~~~~~~~~~~
--- i40e_adminq.o ---
ctfconvert -L VERSION -g i40e_adminq.o
--- smartpqi_cmd.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.smartpqi_cmd.o -MTsmartpqi_cmd.o -fdebug-prefix-map=3D./machine=3D/w=
orkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/=
sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inclu=
de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asy=
nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4=
 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual=
 -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc=
lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro=
r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp=
are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W=
no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin=
t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu1=
7 -Werror /workspace/src/sys/dev/smartpqi/smartpqi_cmd.c
In file included from /workspace/src/sys/dev/smartpqi/smartpqi_includes.h:8=
2,
                 from /workspace/src/sys/dev/smartpqi/smartpqi_cmd.c:27:
/workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:172:25: error: inline=
 function 'pqisrc_aio_req_too_big' declared but never defined [-Werror]
  172 | extern inline boolean_t pqisrc_aio_req_too_big(pqisrc_softstate_t *=
, pqi_scsi_dev_t *,
      |                         ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:170:20: error: inline=
 function 'pqisrc_aio_build_cdb' declared but never defined [-Werror]
  170 | extern inline void pqisrc_aio_build_cdb(aio_req_locator_t *, uint32=
_t,
      |                    ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
*** [smartpqi_cmd.o] Error code 1

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GEN=
ERIC
--- ixl_pf_iov.o ---
ctfconvert -L VERSION -g ixl_pf_iov.o
--- i40e_nvm.o ---
ctfconvert -L VERSION -g i40e_nvm.o
--- smartpqi_cam.o ---
cc1: all warnings being treated as errors
*** [smartpqi_cam.o] Error code 1

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GEN=
ERIC
--- ixl_pf_i2c.o ---
ctfconvert -L VERSION -g ixl_pf_i2c.o
--- i40e_dcb.o ---
ctfconvert -L VERSION -g i40e_dcb.o
--- pmap.o ---
ctfconvert -L VERSION -g pmap.o
--- ice_switch.o ---
ctfconvert -L VERSION -g ice_switch.o
--- bxe.o ---
ctfconvert -L VERSION -g bxe.o
--- i40e_common.o ---
ctfconvert -L VERSION -g i40e_common.o
--- ixl_pf_main.o ---
ctfconvert -L VERSION -g ixl_pf_main.o
--- ice_sched.o ---
ctfconvert -L VERSION -g ice_sched.o
make[2]: 2 errors

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GEN=
ERIC
      186.63 real      2189.52 user        95.84 sys

make[1]: stopped making "buildkernel" in /workspace/src

make: stopped making "buildkernel" 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/jenkins6187371810863618=
01.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_478_927743661.1768178254536--


home | help