FreeBSD-main-amd64-gcc13_build - Build #3570 - Still Failing
Date: Thu, 05 Jun 2025 16:58:54 UTC
FreeBSD-main-amd64-gcc13_build - Build #3570 (fa02d9fceab7d452d5b3312a89b4e7b95529edcd) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3570/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3570/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3570/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)
58dae28f665b32650f452730378693de40e96d68 by bz:
LinuxKPI: 802.11: make synching from HT more resilient
29ddd583693aced69be48b545e1c7e7249bdfb9c by bz:
LinuxKPI: 802.11: add support for GCMP hw crypto offload
aaee0ed3d163a1d29ea74d7e4d2c3658a51cfb27 by bz:
LinuxKPI: 802.11: WEP noise
173bbdba8f5197f5514100846727726b0875a39a by bz:
net80211: add more information elements (IEs) definitions
beb51893cc292f24b3284b1465a58cba4c3059d7 by bz:
net80211: update IE list for 802.11-2020
fa02d9fceab7d452d5b3312a89b4e7b95529edcd by bz:
net80211: add the beginning of the extfield information elements (IE
The end of the build log:
[...truncated 123.32 MiB...]
--- all_subdir_pf ---
In function 'pfi_ifhead_RB_INSERT_COLOR',
inlined from 'pfi_ifhead_RB_INSERT_FINISH' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8,
inlined from 'pfi_ifhead_RB_INSERT_NEXT' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK'
401 | _RB_LINK(tmp, dir, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
583 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_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_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
| ^~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c: In function 'pfi_ifhead_RB_INSERT_NEXT':
/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_GENERATE_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_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
| ^~~~~~~~~~~
--- all_subdir_qat_c2xxx ---
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:442:21: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
442 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) {
| ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:425:18: note: 'ctxen' was declared here
425 | uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi;
| ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:425:25: warning: 'misc' may be used uninitialized [-Wmaybe-uninitialized]
425 | uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi;
| ^~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:425:38: warning: 'savctx' may be used uninitialized [-Wmaybe-uninitialized]
425 | uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi;
| ^~~~~~
In function 'bus_space_write_4',
inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2,
inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.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_ae.c:209:3,
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:554:2:
./x86/bus.h:487:55: warning: 'ctxarbctl' may be used uninitialized [-Wmaybe-uninitialized]
487 | *(volatile u_int32_t *)(bsh + offset) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:425:46: note: 'ctxarbctl' was declared here
425 | uint32_t ctxen, misc, nmisc, savctx, ctxarbctl, ulo, uhi;
| ^~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:18: warning: 'misc' may be used uninitialized [-Wmaybe-uninitialized]
1368 | uint32_t misc, ustore_addr, ulo, uhi;
| ^~~~
In function 'qat_ae_is_active',
inlined from 'qat_ae_ucode_read' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1380:40,
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:496:15:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:897:13: warning: 'val' may be used uninitialized [-Wmaybe-uninitialized]
897 | if (val & ACTIVE_CTX_STATUS_ABO)
| ^~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:891:18: note: 'val' was declared here
891 | uint32_t val;
| ^~~
In function 'bus_space_write_4',
inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2,
inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.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_ae.c:209:3,
inlined from 'qat_ae_ucode_read' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1409:2,
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:496:15:
./x86/bus.h:487:55: warning: 'ustore_addr' may be used uninitialized [-Wmaybe-uninitialized]
487 | *(volatile u_int32_t *)(bsh + offset) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:24: note: 'ustore_addr' was declared here
1368 | uint32_t misc, ustore_addr, ulo, uhi;
| ^~~~~~~~~~~
In function 'qat_ae_ucode_read',
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:496:15:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1404:47: warning: 'ulo' may be used uninitialized [-Wmaybe-uninitialized]
1404 | ucode[ii] = (ucode[ii] << 32) | ulo;
| ~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:37: note: 'ulo' was declared here
1368 | uint32_t misc, ustore_addr, ulo, uhi;
| ^~~
In function 'qat_ae_ucode_read',
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:496:15:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1403:27: warning: 'uhi' may be used uninitialized [-Wmaybe-uninitialized]
1403 | ucode[ii] = uhi;
| ~~~~~~~~~~^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:42: note: 'uhi' was declared here
1368 | uint32_t misc, ustore_addr, ulo, uhi;
| ^~~
In function 'bus_space_write_4',
inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2,
inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.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_ae.c:209:3,
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:543:2:
./x86/bus.h:487:55: warning: 'ustore_addr' may be used uninitialized [-Wmaybe-uninitialized]
487 | *(volatile u_int32_t *)(bsh + offset) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:426:22: note: 'ustore_addr' was declared here
426 | u_int uaddr, ustore_addr;
| ^~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:907:18: warning: 'cnt' may be used uninitialized [-Wmaybe-uninitialized]
907 | uint32_t cnt, actx;
| ^~~
In function 'bus_space_write_4',
inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2,
inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.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_ae.c:209:3,
inlined from 'qat_ae_ucode_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1359:2,
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:546:10:
./x86/bus.h:487:55: warning: 'ustore_addr' may be used uninitialized [-Wmaybe-uninitialized]
487 | *(volatile u_int32_t *)(bsh + offset) = value;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1343:18: note: 'ustore_addr' was declared here
1343 | uint32_t ustore_addr, ulo, uhi;
| ^~~~~~~~~~~
--- all_subdir_pf ---
In function 'pfi_ifhead_RB_INSERT_COLOR',
inlined from 'pfi_ifhead_RB_INSERT_FINISH' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8,
inlined from 'pfi_ifhead_RB_INSERT_PREV' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK'
401 | _RB_LINK(tmp, dir, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
583 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_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_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
| ^~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c: In function 'pfi_ifhead_RB_INSERT_PREV':
/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_GENERATE_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_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
| ^~~~~~~~~~~
--- all_subdir_pms ---
--- sasmp.o ---
ctfconvert -L VERSION -g sasmp.o
--- satimer.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-variable -Woverflow -Wmissing-prototypes -Wparentheses -w -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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.satimer.o -MTsatimer.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/pms/RefTisa/sallsdk/spc/satimer.c -o satimer.o
--- all_subdir_pf ---
In function 'pfi_ifhead_RB_INSERT_COLOR',
inlined from 'pfi_ifhead_RB_INSERT_FINISH' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8,
inlined from 'pfi_ifhead_RB_INSERT' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8,
inlined from 'pfi_ifhead_RB_REINSERT' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK'
401 | _RB_LINK(tmp, dir, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
583 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_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_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
| ^~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c: In function 'pfi_ifhead_RB_REINSERT':
/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_GENERATE_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_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
| ^~~~~~~~~~~
--- all_subdir_pms ---
ctfconvert -L VERSION -g satimer.o
--- sautil.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-variable -Woverflow -Wmissing-prototypes -Wparentheses -w -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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.sautil.o -MTsautil.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/pms/RefTisa/sallsdk/spc/sautil.c -o sautil.o
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_freebsd_heartbeat_dbg.o
--- adf_freebsd_dev_processes.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_HEADERS -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=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.adf_freebsd_dev_processes.o -MTadf_freebsd_dev_processes.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/qat/qat_common/adf_freebsd_dev_processes.c -o adf_freebsd_dev_processes.o
--- all_subdir_pms ---
--- sassp.o ---
ctfconvert -L VERSION -g sassp.o
--- saioctlcmd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-variable -Woverflow -Wmissing-prototypes -Wparentheses -w -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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.saioctlcmd.o -MTsaioctlcmd.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c -o saioctlcmd.o
--- all_subdir_pf ---
--- pf.o ---
cc1: all warnings being treated as errors
*** [pf.o] Error code 1
make[4]: stopped in /workspace/src/sys/modules/pf
178.03 real 471.17 user 28.04 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins11003021284338393758.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