Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2025 08:43:14 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        rmacklem@FreeBSD.org, bz@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #5013 - Still Failing
Message-ID:  <430046358.1769.1739781798637@jenkins.ci.freebsd.org>
In-Reply-To: <1153559835.1743.1739774757712@jenkins.ci.freebsd.org>
References:  <1153559835.1743.1739774757712@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #5013 (408394185fe9be0c158189b7671bd=
e316ac14ac9) - Still Failing

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

f5aff1871d3273b3cd3621ea5d3e37cdd807e66f by rmacklem:
nfscl: Move delegation high water variables into clientID

408394185fe9be0c158189b7671bde316ac14ac9 by bz:
LinuxKPI: 802.11: dump station_info using (*sta_statistics)() as sysctl



The end of the build log:

[...truncated 123.55 MiB...]
    inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c=
2xxx/qat_ae.c:661:2,
    inlined from 'qat_ae_clear_xfer' at /workspace/src/sys/dev/qat_c2xxx/qa=
t_ae.c:1191:4,
    inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c=
:979:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:640:13: warning: 'ctxen' may be u=
sed uninitialized [-Wmaybe-uninitialized]
  640 |         if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) {
      |             ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:637:18: note: 'ctxen' was declare=
d here
  637 |         uint32_t ctxen;
      |                  ^~~~~
In function 'outl',
    inlined from 'bus_space_write_4' at ./x86/bus.h:485:3,
    inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatv=
ar.h:845:2,
    inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat=
var.h:863:2,
    inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx=
/qatvar.h:917:2,
    inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_a=
e.c:209:3,
    inlined from 'qat_ae_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xx=
x/qat_ae.c:266:2,
    inlined from 'qat_ae_clear_reset' at /workspace/src/sys/dev/qat_c2xxx/q=
at_ae.c:1087:3,
    inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c=
:975:10:
./machine/cpufunc.h:199:9: warning: 'ctxptr' may be used uninitialized [-Wm=
aybe-uninitialized]
  199 |         __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port)=
);
      |         ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declar=
ed here
  247 |         uint32_t ctxptr;
      |                  ^~~~~~
--- all_subdir_pf ---
/workspace/src/sys/sys/tree.h: In function 'pfi_ifhead_RB_INSERT':
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h: In function 'pfi_ifhead_RB_INSERT_NEXT':
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
--- all_subdir_ocs_fc ---
ctfconvert -L VERSION -g ocs_fabric.o
--- all_subdir_pf ---
/workspace/src/sys/sys/tree.h: In function 'pfi_ifhead_RB_INSERT_PREV':
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
--- all_subdir_ocs_fc ---
--- ocs_io.o ---
/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  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD=
_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/=
src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -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 -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ocs_io.o -MTocs_io.o=
 -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   -finline-limit=3D8000 -fms-extensions --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspace/=
src/sys/dev/ocs_fc/ocs_io.c -o ocs_io.o
--- all_subdir_pms ---
ctfconvert -L VERSION -g dmtimer.o
--- dmmisc.o ---
/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 -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va=
riable -Woverflow -Wmissing-prototypes -Wparentheses -w  -fno-strict-aliasi=
ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTI=
ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob=
al.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-=
common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-pref=
ix-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/works=
pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC =
   -MD  -MF.depend.dmmisc.o -MTdmmisc.o -mcmodel=3Dkernel -mno-red-zone -mn=
o-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding=
 -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-p=
rototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_=
_=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -W=
no-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=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-error=3Dshift-overflow -Wno-er=
ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring=
op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W=
no-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   -finline-limit=3D8000 -f=
ms-extensions --param inline-unit-growth=3D100 --param large-function-growt=
h=3D1000  -std=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/discovery/dm/d=
mmisc.c -o dmmisc.o
--- all_subdir_pf ---
/workspace/src/sys/sys/tree.h: In function 'pfi_ifhead_RB_REINSERT':
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_freebsd_uio.o
--- all_subdir_pms ---
ctfconvert -L VERSION -g dmmisc.o
--- sminit.o ---
/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 -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va=
riable -Woverflow -Wmissing-prototypes -Wparentheses -w  -fno-strict-aliasi=
ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTI=
ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob=
al.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-=
common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-pref=
ix-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/works=
pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC =
   -MD  -MF.depend.sminit.o -MTsminit.o -mcmodel=3Dkernel -mno-red-zone -mn=
o-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding=
 -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-p=
rototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_=
_=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -W=
no-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=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-error=3Dshift-overflow -Wno-er=
ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring=
op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W=
no-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   -finline-limit=3D8000 -f=
ms-extensions --param inline-unit-growth=3D100 --param large-function-growt=
h=3D1000  -std=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/sat/src/sminit=
.c -o sminit.o
--- all_subdir_qat ---
--- adf_freebsd_uio_cleanup.o ---
/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 -include /workspace/src/sys/compat/linuxkpi/common/include=
/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD=
_TIED -nostdinc  -I/workspace/src/sys/dev/qat/include -I/workspace/src/sys/=
dev/qat/include/common -I/workspace/src/sys/compat/linuxkpi/common/include =
-I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEA=
DERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -=
I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common=
 -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -M=
D  -MF.depend.adf_freebsd_uio_cleanup.o -MTadf_freebsd_uio_cleanup.o -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -W=
strict-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=3Daddre=
ss -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wn=
o-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   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspace/src/sys/d=
ev/qat/qat_common/adf_freebsd_uio_cleanup.c -o adf_freebsd_uio_cleanup.o
--- dsp.o ---
ctfconvert -L VERSION -g dsp.o
--- modules-all ---
--- all_subdir_pms ---
ctfconvert -L VERSION -g sminit.o
--- smmisc.o ---
--- feeder_eq.o ---
--- modules-all ---
/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 -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va=
riable -Woverflow -Wmissing-prototypes -Wparentheses -w  -fno-strict-aliasi=
ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTI=
ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob=
al.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-=
common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-pref=
ix-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/works=
pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC =
   -MD  -MF.depend.smmisc.o -MTsmmisc.o -mcmodel=3Dkernel -mno-red-zone -mn=
o-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding=
 -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-p=
rototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_=
_=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -W=
no-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=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-error=3Dshift-overflow -Wno-er=
ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring=
op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W=
no-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   -finline-limit=3D8000 -f=
ms-extensions --param inline-unit-growth=3D100 --param large-function-growt=
h=3D1000  -std=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/sat/src/smmisc=
.c -o smmisc.o
--- feeder_eq.o ---
/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/ -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.feeder_eq.o -MTfeeder_eq.o -fdebug-prefix-map=3D./machine=3D/workspa=
ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8=
6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc=
model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchron=
ous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall=
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund=
ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d=
irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad=
dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds =
-Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W=
no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err=
or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno=
-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-=
larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da=
ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le=
ngth   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1=
00 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werr=
or /workspace/src/sys/dev/sound/pcm/feeder_eq.c
--- modules-all ---
--- all_subdir_pf ---
/workspace/src/sys/sys/tree.h: In function 'pfi_initialize_vnet':
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitia=
lized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                                              ^
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                      =
     \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)          =
     \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
--- all_subdir_ocs_fc ---
ctfconvert -L VERSION -g ocs_io.o
--- all_subdir_pms ---
ctfconvert -L VERSION -g smmisc.o
--- all_subdir_ocs_fc ---
--- ocs_node.o ---
--- all_subdir_pms ---
--- smsat.o ---
--- all_subdir_ocs_fc ---
/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  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD=
_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/=
src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -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 -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ocs_node.o -MTocs_no=
de.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-a=
synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf=
-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu=
al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i=
nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er=
ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray=
-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co=
mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation =
-Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po=
int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro=
r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-=
size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all=
oc-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   -finline-limit=3D8000 -fms-extensions --param inline-unit-gr=
owth=3D100 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspace=
/src/sys/dev/ocs_fc/ocs_node.c -o ocs_node.o
--- all_subdir_pms ---
/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 -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va=
riable -Woverflow -Wmissing-prototypes -Wparentheses -w  -fno-strict-aliasi=
ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTI=
ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob=
al.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-=
common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-pref=
ix-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/works=
pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC =
   -MD  -MF.depend.smsat.o -MTsmsat.o -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-pro=
totypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=
=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn=
o-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loo=
p-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-erro=
r=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -W=
no-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=
=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-er=
ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring=
op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W=
no-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   -finline-limit=3D8000 -f=
ms-extensions --param inline-unit-growth=3D100 --param large-function-growt=
h=3D1000  -std=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/sat/src/smsat.=
c -o smsat.o
--- all_subdir_qlnx ---
ctfconvert -L VERSION -g ecore_dcbx.o
--- all_subdir_pf ---
--- pf.o ---
cc1: all warnings being treated as errors
--- feeder_chain.o ---
ctfconvert -L VERSION -g feeder_chain.o
--- modules-all ---
--- all_subdir_qlnx ---
--- ecore_dev.o ---
/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  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD=
_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/=
src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -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 -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ecore_dev.o -MTecore=
_dev.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno=
-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwa=
rf-4 -Wall -Wstrict-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=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darr=
ay-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-=
compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentatio=
n -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-=
point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-er=
ror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-a=
lloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnu=
ll -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-form=
at-zero-length   -finline-limit=3D8000 -fms-extensions --param inline-unit-=
growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu17 -DCONFIG_EC=
ORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/comm=
on/include  -I/workspace/src/sys/compat/linuxkpi/dummy/include  -include /w=
orkspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_EC=
ORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCON=
FIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/eco=
re_dev.c -o ecore_dev.o
--- feeder_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound=
/pcm/feeder_if.m -c ;  /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sy=
sroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-=
freebsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -=
nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include =
-I/workspace/src/sys/contrib/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.feeder_if.o -MTfeeder_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 feeder_if.c
--- modules-all ---
--- all_subdir_qat_c2xxx ---
In function 'qat_ae_enable_ctx',
    inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a=
e.c:2851:3,
    inlined from 'qat_ae_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.=
c:1016:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:714:15: warning: 'ctxen' may be u=
sed uninitialized [-Wmaybe-uninitialized]
  714 |         ctxen &=3D CTX_ENABLES_IGNORE_W1C_MASK;
      |               ^~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_start':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:711:18: note: 'ctxen' was declare=
d here
  711 |         uint32_t ctxen;
      |                  ^~~~~
In function 'outl',
    inlined from 'bus_space_write_4' at ./x86/bus.h:485:3,
    inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatv=
ar.h:845:2,
    inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat=
var.h:863:2,
    inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx=
/qatvar.h:917:2,
    inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_a=
e.c:209:3,
    inlined from 'qat_ae_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xx=
x/qat_ae.c:266:2,
    inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a=
e.c:2848:3,
    inlined from 'qat_ae_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.=
c:1016:11:
./machine/cpufunc.h:199:9: warning: 'ctxptr' may be used uninitialized [-Wm=
aybe-uninitialized]
  199 |         __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port)=
);
      |         ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_start':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declar=
ed here
  247 |         uint32_t ctxptr;
      |                  ^~~~~~
--- feeder_if.o ---
ctfconvert -L VERSION -g feeder_if.o
--- feeder_format.o ---
/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/ -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.feeder_format.o -MTfeeder_format.o -fdebug-prefix-map=3D./machine=3D=
/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr=
c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc=
lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-a=
synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf=
-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu=
al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i=
nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er=
ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray=
-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co=
mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation =
-Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po=
int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro=
r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-=
size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all=
oc-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-gr=
owth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu=
17 -Werror /workspace/src/sys/dev/sound/pcm/feeder_format.c
--- modules-all ---
--- all_subdir_pf ---
*** [pf.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/pf
      185.47 real       557.99 user        31.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/jenkins1703297760068915=
788.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_1768_251269818.1739781794699--



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