FreeBSD-main-amd64-gcc14_build - Build #728 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 06 Jun 2025 14:39:02 UTC
FreeBSD-main-amd64-gcc14_build - Build #728 (311ad5bc811d0d14da772cbb1333970266194ec7) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/728/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/728/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/728/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)

9a62e1d98dc79c69f0d20439bd34a16149106046 by bapt:
nuageinit: log nuageinit execution

09d62e0658d11cda80678bb9fc0ed5a48c0e838e by kp:
pf: align IPv4 and IPv6 AH header handling

3be4d54ecd118ab6e29a3aa80329e710d8c2fee1 by kp:
pf: use 'struct ah' for the AH extension header rather than 'struct

dda88af8fa4eb1455a6e899434936c4ddeaf526d by kp:
pf: limit how many headers we look at

32546d57f3bb371ca17943509a8315b73de684c9 by kp:
pf tests: verify header processing limit

7659d0fa2b873374623e7582e38fb2fe92056c87 by kp:
pf tests: skip TestHeader6::test_too_many if ipfilter is loaded

ee97d89183896e45d3ff40d0f3a5b727b7a534cb by kp:
pf: align option handling for IPv4 and IPv6

3baef738a8ae58c7286f499ef1cd8a50f2435777 by kp:
pf tests: update after IPv6 hop-by-hop change

311ad5bc811d0d14da772cbb1333970266194ec7 by kp:
UPDATING: document recent pf changes



The end of the build log:

[...truncated 124.65 MiB...]
    inlined from 'ecore_init_qm_mcos_pqs' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2176:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2214:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
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_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_lb_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2120:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2217:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
--- ecore_hw.o ---
--- ecore_dev.o ---
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
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_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_ooo_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2131:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2220:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
--- ecore_hw.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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.ecore_hw.o -MTecore_hw.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 -DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/common/include  -I/workspace/src/sys/compat/linuxkpi/dummy/include  -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/ecore_hw.c -o ecore_hw.o
--- ecore_dev.o ---
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
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_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_pure_ack_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2142:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2223:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
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_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_offload_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2153:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2226:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
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_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_low_latency_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2164:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2229:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
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_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_vf_pqs' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2189:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2235:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/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_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
--- all_subdir_qat ---
--- all_subdir_qat/qat_api ---
--- common/compression/dc_dp.o ---
ctfconvert -L VERSION -g common/compression/dc_dp.o
--- common/compression/dc_chain.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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/qat_api/include -I/workspace/src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/include/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspace/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/qat_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compression/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -I/workspace/src/sys/dev/qat/qat_api/firmware/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.common_compression_dc_chain.o -MTcommon/compression/dc_chain.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 -Wno-cast-qual   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -c /workspace/src/sys/dev/qat/qat_api/common/compression/dc_chain.c -o common/compression/dc_chain.o
--- all_subdir_qlnx ---
--- all_subdir_qlnx/qlnxev ---
--- ecore_hw.o ---
ctfconvert -L VERSION -g ecore_hw.o
--- 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':
--- all_subdir_qlnx ---
--- ecore_init_fw_funcs.o ---
--- all_subdir_qat_c2xxx ---
/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_qlnx ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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.ecore_init_fw_funcs.o -MTecore_init_fw_funcs.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 -Wno-cast-qual   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -DQLNX_DEBUG -DECORE_PACKAGE -DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/common/include  -I/workspace/src/sys/compat/linuxkpi/dummy/include  -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -g -fno-inline -DCONFIG_ECORE_SRIOV -DQLNX_VF -c /workspace/src/sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c -o ecore_init_fw_funcs.o
--- all_subdir_qat ---
--- all_subdir_qat/qat_hw ---
ctfconvert -L VERSION -g qat_4xxxvf/adf_drv.o
--- all_subdir_qat/qat_common ---
--- adf_hw_arbiter.o ---
ctfconvert -L VERSION -g adf_hw_arbiter.o
--- all_subdir_qat/qat_hw ---
--- qat_c3xxx/adf_c3xxx_hw_data.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -I/workspace/src/sys/dev/qat/include -I/workspace/src/sys/dev/qat/include/common -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/src/sys/dev/qat/qat_api/common/include -I/workspace/src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/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.qat_c3xxx_adf_c3xxx_hw_data.o -MTqat_c3xxx/adf_c3xxx_hw_data.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_hw/qat_c3xxx/adf_c3xxx_hw_data.c -o qat_c3xxx/adf_c3xxx_hw_data.o
--- all_subdir_qat/qat_common ---
--- adf_init.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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_init.o -MTadf_init.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_init.c -o adf_init.o
--- all_subdir_pms ---
--- dmdisc.o ---
ctfconvert -L VERSION -g dmdisc.o
--- all_subdir_qat ---
--- all_subdir_qat/qat_hw ---
--- qat_c3xxx/adf_drv.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -I/workspace/src/sys/dev/qat/include -I/workspace/src/sys/dev/qat/include/common -I/workspace/src/sys/dev/qat/qat_api/include -I/workspace/src/sys/dev/qat/qat_api/common/include -I/workspace/src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspace/src/sys/dev/qat/qat_api/firmware/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/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.qat_c3xxx_adf_drv.o -MTqat_c3xxx/adf_drv.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_hw/qat_c3xxx/adf_drv.c -o qat_c3xxx/adf_drv.o
--- all_subdir_qat/qat_api ---
ctfconvert -L VERSION -g common/compression/dc_chain.o
--- common/compression/dc_ns_datapath.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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/qat_api/include -I/workspace/src/sys/dev/qat/qat_api/include/lac -I/workspace/src/sys/dev/qat/qat_api/include/dc -I/workspace/src/sys/dev/qat/qat_api/qat_direct/include -I/workspace/src/sys/dev/qat/qat_api/qat_utils/include -I/workspace/src/sys/dev/qat/qat_api/common/include -I/workspace/src/sys/dev/qat/qat_api/common/compression/include -I/workspace/src/sys/dev/qat/qat_api/common/crypto/sym/include -I/workspace/src/sys/dev/qat/qat_api/firmware/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.common_compression_dc_ns_datapath.o -MTcommon/compression/dc_ns_datapath.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 -Wno-cast-qual   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -c /workspace/src/sys/dev/qat/qat_api/common/compression/dc_ns_datapath.c -o common/compression/dc_ns_datapath.o
--- all_subdir_pf ---
cc1: all warnings being treated as errors
*** [pf.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/pf
      265.95 real       232.76 user        12.84 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins15984257441206596428.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc14_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