FreeBSD-main-amd64-gcc13_build - Build #3579 - Still Failing
Date: Sat, 07 Jun 2025 00:12:28 UTC
FreeBSD-main-amd64-gcc13_build - Build #3579 (7908b5df1abdb3cf9aac0560401a718bff3e304a) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3579/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3579/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3579/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)
7908b5df1abdb3cf9aac0560401a718bff3e304a by dougm:
pctrie_lookup_node: assume parent_out != NULL
The end of the build log:
[...truncated 123.87 MiB...]
inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:676:11,
inlined from 'qat_ae_clear_xfer' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1193: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:578:13: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
578 | 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:570:18: note: 'ctxen' was declared here
570 | uint32_t ctxen;
| ^~~~~
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_ae_clear_gprs' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1226:3,
inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:982:11:
./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_ae_init':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1343:18: note: 'ustore_addr' was declared here
1343 | uint32_t ustore_addr, ulo, uhi;
| ^~~~~~~~~~~
In function 'qat_ae_enable_ctx',
inlined from 'qat_ae_clear_gprs' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1248:3,
inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:982:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:714:15: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
714 | ctxen &= CTX_ENABLES_IGNORE_W1C_MASK;
| ^~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:711:18: note: 'ctxen' was declared here
711 | uint32_t ctxen;
| ^~~~~
/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 'qat_ae_disable_ctx',
inlined from 'qat_ae_clear_gprs' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1263:3,
inlined from 'qat_ae_init' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:982:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:733:15: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
733 | ctxen &= ~(__SHIFTIN(ctx_mask & AE_ALL_CTX, CTX_ENABLES_ENABLE));
| ^~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_init':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:729:18: note: 'ctxen' was declared here
729 | uint32_t ctxen;
| ^~~~~
--- all_subdir_netgraph ---
ctfconvert -L VERSION -g ng_UI.o
--- ng_UI.ko.full ---
/usr/local/x86_64-unknown-freebsd14.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o ng_UI.ko.full ng_UI.o
ctfmerge -L VERSION -g -o ng_UI.ko.full ng_UI.o
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_UI.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % ng_UI.ko.full
--- ng_UI.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug ng_UI.ko.full ng_UI.ko.debug
--- ng_UI.ko ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=ng_UI.ko.debug ng_UI.ko.full ng_UI.ko
--- all_subdir_pms ---
--- saphy.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.saphy.o -MTsaphy.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/saphy.c -o saphy.o
--- all_subdir_netgraph ---
--- all_subdir_netgraph/tty ---
ctfconvert -L VERSION -g ng_tty.o
--- ng_tty.ko.full ---
/usr/local/x86_64-unknown-freebsd14.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o ng_tty.ko.full ng_tty.o
ctfmerge -L VERSION -g -o ng_tty.ko.full ng_tty.o
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_tty.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % ng_tty.ko.full
--- ng_tty.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug ng_tty.ko.full ng_tty.ko.debug
--- ng_tty.ko ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=ng_tty.ko.debug ng_tty.ko.full ng_tty.ko
--- all_subdir_netgraph/vjc ---
===> netgraph/vjc (all)
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_ctl_drv.o
--- all_subdir_netgraph ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/vjc...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_netgraph.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_netgraph.h
--- genoffset.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/ -c -O2 -pipe -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 -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.genoffset.o -MTgenoffset.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 -fcommon /workspace/src/sys/kern/genoffset.c
--- all_subdir_qat ---
--- adf_dev_mgr.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_dev_mgr.o -MTadf_dev_mgr.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_dev_mgr.c -o adf_dev_mgr.o
--- all_subdir_netgraph ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- slcompress.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-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.slcompress.o -MTslcompress.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/net/slcompress.c -o slcompress.o
--- all_subdir_pms ---
ctfconvert -L VERSION -g saphy.o
--- nfs_clcomsubs.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/ -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.nfs_clcomsubs.o -MTnfs_clcomsubs.o -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 -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 -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu17 -Werror /workspace/src/sys/fs/nfsclient/nfs_clcomsubs.c
--- modules-all ---
--- all_subdir_qat_c2xxx ---
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_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:266:2,
inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:2848:3,
inlined from 'qat_ae_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1016:11:
./x86/bus.h:487:55: warning: 'ctxptr' 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_ae_start':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declared here
247 | uint32_t ctxptr;
| ^~~~~~
In function 'qat_ae_enable_ctx',
inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.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 used uninitialized [-Wmaybe-uninitialized]
714 | ctxen &= 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 declared here
711 | uint32_t ctxen;
| ^~~~~
--- all_subdir_pf ---
--- pf.o ---
cc1: all warnings being treated as errors
--- all_subdir_qlnx ---
In file included from /workspace/src/sys/sys/types.h:310,
from /workspace/src/sys/sys/param.h:116,
from /workspace/src/sys/dev/qlnx/qlnxe/qlnx_os.h:37,
from /workspace/src/sys/dev/qlnx/qlnxe/bcm_osal.h:31,
from /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:32:
In function 'bitmap_weight',
inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
inlined from 'ecore_get_cm_pq_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2077:21:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
218 | retval += hweight_long(addr[end] & mask);
| ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
90 | #define __bitcountl(x) __bitcount64((unsigned long)(x))
| ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
63 | #define hweight_long(x) bitcountl(x)
| ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
218 | retval += hweight_long(addr[end] & mask);
| ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_get_cm_pq_idx':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2075:5: note: object 'pq_flags' of size 4
2075 | u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags)
| ^~~~~~~~~~~~~~~~~~~
In function 'bitmap_weight',
inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
inlined from 'ecore_get_cm_pq_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2077:21,
inlined from 'ecore_get_cm_pq_idx_mcos' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2089:9:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
218 | retval += hweight_long(addr[end] & mask);
| ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
90 | #define __bitcountl(x) __bitcount64((unsigned long)(x))
| ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
63 | #define hweight_long(x) bitcountl(x)
| ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
218 | retval += hweight_long(addr[end] & mask);
| ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_get_cm_pq_idx_mcos':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2082:5: note: object 'pq_flags' of size 4
2082 | u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc)
| ^~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_netgraph ---
ctfconvert -L VERSION -g slcompress.o
--- ng_vjc.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-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.ng_vjc.o -MTng_vjc.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/netgraph/ng_vjc.c -o ng_vjc.o
--- all_subdir_qlnx ---
In function 'bitmap_weight',
inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
inlined from 'ecore_get_cm_pq_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2077:21,
inlined from 'ecore_get_cm_pq_idx_vf' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2099:9:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
218 | retval += hweight_long(addr[end] & mask);
| ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
90 | #define __bitcountl(x) __bitcount64((unsigned long)(x))
| ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
63 | #define hweight_long(x) bitcountl(x)
| ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
218 | retval += hweight_long(addr[end] & mask);
| ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_get_cm_pq_idx_vf':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2092:5: note: object 'pq_flags' of size 4
2092 | u16 ecore_get_cm_pq_idx_vf(struct ecore_hwfn *p_hwfn, u16 vf)
| ^~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_dev_mgr.o
--- all_subdir_qlnx ---
In function 'bitmap_weight',
inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
inlined from 'ecore_get_cm_pq_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2077:21,
inlined from 'ecore_get_cm_pq_idx_rl' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2109:9:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
218 | retval += hweight_long(addr[end] & mask);
| ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
90 | #define __bitcountl(x) __bitcount64((unsigned long)(x))
| ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
63 | #define hweight_long(x) bitcountl(x)
| ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
218 | retval += hweight_long(addr[end] & mask);
| ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_get_cm_pq_idx_rl':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2102:5: note: object 'pq_flags' of size 4
2102 | u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u8 rl)
| ^~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_qat ---
--- adf_hw_arbiter.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_hw_arbiter.o -MTadf_hw_arbiter.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_hw_arbiter.c -o adf_hw_arbiter.o
--- all_subdir_pf ---
*** [pf.o] Error code 1
make[4]: stopped in /workspace/src/sys/modules/pf
210.17 real 757.94 user 41.30 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/jenkins8449742727814556142.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