FreeBSD-main-amd64-gcc13_build - Build #3582 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Sun, 08 Jun 2025 21:10:19 UTC
FreeBSD-main-amd64-gcc13_build - Build #3582 (3a427b8320840f1e69779efeccc5898eb2972030) - Still Failing

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

3a427b8320840f1e69779efeccc5898eb2972030 by bz:
rtw89: prevent a NULL pointer deref in rtw89_swap_chanctx()



The end of the build log:

[...truncated 122.65 MiB...]
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1640:9: warning: 'indr_lm_addr_byte_0' may be used uninitialized [-Wmaybe-uninitialized]
 1640 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, INDIRECT_LM_ADDR_0_BYTE_INDEX,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1641 |             indr_lm_addr_byte_0);
      |             ~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1494:18: note: 'indr_lm_addr_byte_0' was declared here
 1494 |         uint32_t indr_lm_addr_byte_0, indr_lm_addr_byte_1;
      |                  ^~~~~~~~~~~~~~~~~~~
In function 'qat_ae_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1511:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1642:9: warning: 'indr_lm_addr_byte_1' may be used uninitialized [-Wmaybe-uninitialized]
 1642 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, INDIRECT_LM_ADDR_1_BYTE_INDEX,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1643 |             indr_lm_addr_byte_1);
      |             ~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1494:39: note: 'indr_lm_addr_byte_1' was declared here
 1494 |         uint32_t indr_lm_addr_byte_0, indr_lm_addr_byte_1;
      |                                       ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1498:18: warning: 'misc' may be used uninitialized [-Wmaybe-uninitialized]
 1498 |         uint32_t misc, nmisc, ctxen;
      |                  ^~~~
/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 '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_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1528: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_exec_ucode.constprop':
/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_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1536:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1616:9: warning: 'wakeup_ev' may be used uninitialized [-Wmaybe-uninitialized]
 1616 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, CTX_WAKEUP_EVENTS_INDIRECT,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1617 |             wakeup_ev);
      |             ~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:18: note: 'wakeup_ev' was declared here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                  ^~~~~~~~~
In function 'qat_ae_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1539:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1540:15: warning: 'savpc' may be used uninitialized [-Wmaybe-uninitialized]
 1540 |         savpc &= UPC_MASK;
      |               ^~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:29: note: 'savpc' was declared here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                             ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1544:15: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
 1544 |         ctxen &= CTX_ENABLES_IGNORE_W1C_MASK;
      |               ^~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1498:31: note: 'ctxen' was declared here
 1498 |         uint32_t misc, nmisc, ctxen;
      |                               ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1571:17: warning: 'savcc' may be used uninitialized [-Wmaybe-uninitialized]
 1571 |                 qat_ae_write_4(sc, ae, CC_ENABLE, savcc & 0xffffdfff);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:36: note: 'savcc' was declared here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                                    ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1631:9: warning: 'savctx' may be used uninitialized [-Wmaybe-uninitialized]
 1631 |         qat_ae_write_4(sc, ae, ACTIVE_CTX_STATUS,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1632 |             savctx & ACTIVE_CTX_STATUS_ACNO);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:43: note: 'savctx' was declared here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                                           ^~~~~~
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_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1634: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_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:51: note: 'ctxarbctl' was declared here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                                                   ^~~~~~~~~
In function 'qat_ae_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1552:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1646:9: warning: 'indr_future_cnt_sig' may be used uninitialized [-Wmaybe-uninitialized]
 1646 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, FUTURE_COUNT_SIGNAL_INDIRECT,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1647 |             indr_future_cnt_sig);
      |             ~~~~~~~~~~~~~~~~~~~~
--- all_subdir_qat ---
--- all_subdir_qat/qat_common ---
--- adf_freebsd_uio.o ---
ctfconvert -L VERSION -g adf_freebsd_uio.o
--- all_subdir_qat_c2xxx ---
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1495:18: note: 'indr_future_cnt_sig' was declared here
 1495 |         uint32_t indr_future_cnt_sig;
      |                  ^~~~~~~~~~~~~~~~~~~
In function 'qat_ae_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1554:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1648:9: warning: 'indr_sig' may be used uninitialized [-Wmaybe-uninitialized]
 1648 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, CTX_SIG_EVENTS_INDIRECT,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1649 |             indr_sig);
      |             ~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1496:18: note: 'indr_sig' was declared here
 1496 |         uint32_t indr_sig, active_sig;
      |                  ^~~~~~~~
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_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1650:2:
./x86/bus.h:487:55: warning: 'active_sig' 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_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1496:28: note: 'active_sig' was declared here
 1496 |         uint32_t indr_sig, active_sig;
      |                            ^~~~~~~~~~
In function 'qat_ae_enable_ctx',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1583:2:
/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_exec_ucode.constprop':
/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;
      |                  ^~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:729:18: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
  729 |         uint32_t ctxen;
      |                  ^~~~~
In function 'qat_ae_ucode_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1528:11:
/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_ae_exec_ucode.constprop':
/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_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1528:11:
/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_ae_exec_ucode.constprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:42: note: 'uhi' was declared here
 1368 |         uint32_t misc, ustore_addr, ulo, uhi;
      |                                          ^~~
--- all_subdir_qat ---
--- all_subdir_qat/qat ---
--- qat.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug qat.ko.full qat.ko.debug
--- all_subdir_qat/qat_hw ---
ctfconvert -L VERSION -g qat_200xx/adf_drv.o
--- all_subdir_qat/qat ---
--- qat.ko ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=qat.ko.debug  qat.ko.full qat.ko
--- all_subdir_qat/qat_common ---
--- adf_freebsd_uio_cleanup.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_uio_cleanup.o -MTadf_freebsd_uio_cleanup.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_uio_cleanup.c -o adf_freebsd_uio_cleanup.o
--- all_subdir_qat/qat_api ---
--- common/compression/dc_stats.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/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_stats.o -MTcommon/compression/dc_stats.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_stats.c -o common/compression/dc_stats.o
--- all_subdir_qat/qat_hw ---
--- qat_4xxx/adf_4xxx_hw_data.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/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_4xxx_adf_4xxx_hw_data.o -MTqat_4xxx/adf_4xxx_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_4xxx/adf_4xxx_hw_data.c -o qat_4xxx/adf_4xxx_hw_data.o
--- all_subdir_pf ---
*** [pf.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/pf
1 error

make[4]: stopped in /workspace/src/sys/modules/pf

make[3]: stopped in /workspace/src/sys/modules
      248.53 real       207.05 user        11.50 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/jenkins15735481757577580367.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