FreeBSD-main-amd64-gcc13_build - Build #3615 - Still Failing
Date: Thu, 12 Jun 2025 18:00:03 UTC
FreeBSD-main-amd64-gcc13_build - Build #3615 (cd7af78e1241f23d140e343889d3a2f95c2b54f4) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3615/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3615/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3615/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)
8fa4a4eb705ccaece5aac4ae1201034001f21313 by imp:
service: Fix repeated -v in man page
6d0a335aaa81d3ddce95de8d862a23c97bb038a6 by brooks:
fcntl.h: warn that bits for O_* flags are scarce
cd7af78e1241f23d140e343889d3a2f95c2b54f4 by kib:
rpcbind: do not exit abruptly if krpc.ko is not available
The end of the build log:
[...truncated 122.94 MiB...]
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
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);
| ~~~~~~~~~~~~~~~~~~~~
/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_common ---
--- adf_init.o ---
ctfconvert -L VERSION -g adf_init.o
--- all_subdir_qat/qat_api ---
--- common/utils/lac_mem.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_utils_lac_mem.o -MTcommon/utils/lac_mem.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/utils/lac_mem.c -o common/utils/lac_mem.o
--- common/utils/lac_buffer_desc.o ---
ctfconvert -L VERSION -g common/utils/lac_buffer_desc.o
--- acpi_container.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.acpi_container.o -MTacpi_container.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/dev/acpica/acpi_container.c
--- modules-all ---
--- all_subdir_qat/qat_hw ---
--- qat_c4xxx/adf_drv.o ---
ctfconvert -L VERSION -g qat_c4xxx/adf_drv.o
--- all_subdir_pf ---
cc1: all warnings being treated as errors
--- all_subdir_qat ---
--- all_subdir_qat/qat_api ---
--- common/utils/lac_mem_pools.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--- all_subdir_pms ---
--- dmdisc.o ---
ctfconvert -L VERSION -g dmdisc.o
--- all_subdir_qat ---
/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_utils_lac_mem_pools.o -MTcommon/utils/lac_mem_pools.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/utils/lac_mem_pools.c -o common/utils/lac_mem_pools.o
--- all_subdir_qat/qat_hw ---
--- qat_c4xxx/adf_c4xxx_misc_error_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/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_c4xxx_adf_c4xxx_misc_error_stats.o -MTqat_c4xxx/adf_c4xxx_misc_error_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 -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_c4xxx/adf_c4xxx_misc_error_stats.c -o qat_c4xxx/adf_c4xxx_misc_error_stats.o
--- all_subdir_qat/qat_common ---
--- adf_isr.o ---
ctfconvert -L VERSION -g adf_isr.o
--- all_subdir_qat/qat_hw ---
--- qat_c4xxx/adf_c4xxx_ae_config.o ---
ctfconvert -L VERSION -g qat_c4xxx/adf_c4xxx_ae_config.o
--- acpi_container.o ---
ctfconvert -L VERSION -g acpi_container.o
--- modules-all ---
--- all_subdir_qat/qat_common ---
--- adf_fw_counters.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_fw_counters.o -MTadf_fw_counters.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_fw_counters.c -o adf_fw_counters.o
--- all_subdir_pf ---
*** [pf.o] Error code 1
make[4]: stopped in /workspace/src/sys/modules/pf
251.12 real 234.42 user 13.45 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/jenkins12113840289864715345.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