FreeBSD-main-amd64-gcc13_build - Build #2892 - Still Failing
Date: Mon, 17 Feb 2025 06:47:02 UTC
FreeBSD-main-amd64-gcc13_build - Build #2892 (bcf1d8ee355213eef4a125c0b8518f1cb4f35df4) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2892/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2892/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2892/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)
5778cbdae7616c09efa6ccdd8c611d82cbc75f00 by bz:
LinuxKPI: 802.11: implement various VHT helper functions
19f202f859b101507e26fe181aaf9f0b99f4d59c by bnovkov:
sdhci: Fixes for sdhci_fdt_rockchip.c
bba883df5e88d0fb1133b23c05db5501dd321ad8 by dougm:
pctrie: iter_remove check from panic to KASSERT
ec6185c52661d3af0dac6dcc8701fc49fae3e1d9 by bz:
net80211/crypto: LinuxKPI/802.11: introduce IEEE80211_RX_F_PN_VALIDATED
3afc0bfecb1a927c37672dc245688c575e4d9ec4 by bz:
net80211: crypto: ccmp: fix more hardware offload bits
3f850550d6067bd0f549602d3b372939bd214e31 by dougm:
pctrie: Fix size of printed value in KASSERT
49010ba706d39fba0d8bc128d96e6122e65eb8ad by bz:
LinuxKPI: 802.11: fill in a lot more RX status fields
470aaf42c3c0661821a8744ae7c29b096adb4aa3 by bz:
LinuxKPI: 802.11: make struct ieee80211_tx_info a bit more packed
a7c19b8a99a604e8940c7475220df5de7e295ffa by bz:
LinuxKPI; 802.11: start implementing cfg80211_calculate_bitrate()
d2407a21bd032587194dff46779862ffcd5c33d8 by bz:
LinuxKPI: 802.11: ieee80211_vif_usable_links()
bcf1d8ee355213eef4a125c0b8518f1cb4f35df4 by bz:
LinuxKPI: 802.11/skb: add extra information for skb alloc failures
The end of the build log:
[...truncated 122.70 MiB...]
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_ocs_fc ---
ctfconvert -L VERSION -g ocs_pci.o
--- all_subdir_qat_c2xxx ---
--- qat_c2xxx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_c2xxx.o -MTqat_c2xxx.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_c2xxx/qat_c2xxx.c -o qat_c2xxx.o
--- all_subdir_ocs_fc ---
--- ocs_cam.o ---
ctfconvert -L VERSION -g ocs_cam.o
--- ocs_fc.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o ocs_fc.ko.full ocs_pci.o ocs_ioctl.o ocs_os.o ocs_utils.o ocs_hw.o ocs_hw_queues.o sli4.o ocs_sm.o ocs_device.o ocs_xport.o ocs_domain.o ocs_sport.o ocs_els.o ocs_fabric.o ocs_io.o ocs_node.o ocs_scsi.o ocs_unsol.o ocs_ddump.o ocs_mgmt.o ocs_gendump.o ocs_cam.o
--- all_subdir_qat_c2xxx ---
ctfconvert -L VERSION -g qat_c2xxx.o
--- qat_hw15.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_hw15.o -MTqat_hw15.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_c2xxx/qat_hw15.c -o qat_hw15.o
--- ciss.o ---
In function 'ciss_requeue_free',
inlined from 'ciss_release_request' at /workspace/src/sys/dev/ciss/ciss.c:2595:5,
inlined from 'ciss_accept_media' at /workspace/src/sys/dev/ciss/ciss.c:1995:2,
inlined from 'ciss_notify_logical' at /workspace/src/sys/dev/ciss/ciss.c:4094:6,
inlined from 'ciss_notify_thread' at /workspace/src/sys/dev/ciss/ciss.c:4231:6:
/workspace/src/sys/dev/ciss/cissvar.h:336:27: warning: 'cr' may be used uninitialized [-Wmaybe-uninitialized]
336 | STAILQ_INSERT_HEAD(&cr->cr_sc->ciss_ ## name, cr, cr_link); \
| ~~^~~~~~~
/workspace/src/sys/sys/queue.h:396:35: note: in definition of macro 'STAILQ_FIRST'
396 | #define STAILQ_FIRST(head) ((head)->stqh_first)
| ^~~~
/workspace/src/sys/dev/ciss/cissvar.h:336:5: note: in expansion of macro 'STAILQ_INSERT_HEAD'
336 | STAILQ_INSERT_HEAD(&cr->cr_sc->ciss_ ## name, cr, cr_link); \
| ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ciss/cissvar.h:354:1: note: in expansion of macro 'CISSQ_REQUEST_QUEUE'
354 | CISSQ_REQUEST_QUEUE(free, CISSQ_FREE);
| ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ciss/ciss.c: In function 'ciss_notify_thread':
/workspace/src/sys/dev/ciss/ciss.c:1950:34: note: 'cr' was declared here
1950 | struct ciss_request *cr;
| ^~
--- modules-all ---
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_cfg.o
--- all_subdir_ocs_fc ---
ctfmerge -L VERSION -g -o ocs_fc.ko.full ocs_pci.o ocs_ioctl.o ocs_os.o ocs_utils.o ocs_hw.o ocs_hw_queues.o sli4.o ocs_sm.o ocs_device.o ocs_xport.o ocs_domain.o ocs_sport.o ocs_els.o ocs_fabric.o ocs_io.o ocs_node.o ocs_scsi.o ocs_unsol.o ocs_ddump.o ocs_mgmt.o ocs_gendump.o ocs_cam.o
--- all_subdir_qat ---
--- qat_common_module.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_common_module.o -MTqat_common_module.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/qat_common_module.c -o qat_common_module.o
--- all_subdir_qat_c2xxx ---
In file included from /workspace/src/sys/sys/bus.h:168,
from /workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:66:
In function 'qat_hw15_crypto_setup_auth_setup',
inlined from 'qat_hw15_crypto_setup_desc' at /workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:732:4:
/workspace/src/sys/sys/systm.h:283:33: warning: 'state1_sz' may be used uninitialized [-Wmaybe-uninitialized]
283 | #define memcpy(to, from, len) __builtin_memcpy((to), (from), (len))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:653:25: note: in expansion of macro 'memcpy'
653 | memcpy(state1, hash_def->qshd_alg->qshai_init_state,
| ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_hw15.c: In function 'qat_hw15_crypto_setup_desc':
/workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:618:28: note: 'state1_sz' was declared here
618 | uint32_t state_sz, state1_sz, state2_sz, state1_pad_len, state2_pad_len;
| ^~~~~~~~~
--- all_subdir_ocs_fc ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ocs_fc.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ocs_fc.ko.full
--- all_subdir_qat_c2xxx ---
In function 'qat_hw15_crypto_setup_auth_setup',
inlined from 'qat_hw15_crypto_req_setkey' at /workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:791:4,
inlined from 'qat_hw15_crypto_setup_req_params' at /workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:840:3:
/workspace/src/sys/sys/systm.h:283:33: warning: 'state1_sz' may be used uninitialized [-Wmaybe-uninitialized]
283 | #define memcpy(to, from, len) __builtin_memcpy((to), (from), (len))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:653:25: note: in expansion of macro 'memcpy'
653 | memcpy(state1, hash_def->qshd_alg->qshai_init_state,
| ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_hw15.c: In function 'qat_hw15_crypto_setup_req_params':
/workspace/src/sys/dev/qat_c2xxx/qat_hw15.c:618:28: note: 'state1_sz' was declared here
618 | uint32_t state_sz, state1_sz, state2_sz, state1_pad_len, state2_pad_len;
| ^~~~~~~~~
--- all_subdir_ocs_fc ---
--- ocs_fc.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ocs_fc.ko.full ocs_fc.ko.debug
--- all_subdir_qat_c2xxx ---
ctfconvert -L VERSION -g qat_hw15.o
--- qat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat.o -MTqat.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_c2xxx/qat.c -o qat.o
--- all_subdir_ocs_fc ---
--- ocs_fc.ko ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ocs_fc.ko.debug ocs_fc.ko.full ocs_fc.ko
--- all_subdir_pf ---
--- pf.o ---
cc1: all warnings being treated as errors
--- all_subdir_qat_c2xxx ---
--- qat_ae.o ---
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aereg_rel_data_write.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:378:21: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
378 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) {
| ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:367:22: note: 'ctxen' was declared here
367 | unsigned int ctxen;
| ^~~~~
--- all_subdir_qat ---
ctfconvert -L VERSION -g qat_common_module.o
--- adf_heartbeat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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_heartbeat.o -MTadf_heartbeat.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_heartbeat.c -o adf_heartbeat.o
--- all_subdir_qat_c2xxxfw ---
===> qat_c2xxxfw (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/qat_c2xxxfw...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- qat_c2xxxfw.c ---
awk -f /workspace/src/sys/tools/fw_stub.awk mof_firmware_c2xxx.bin:qat_c2xxxfw:111 mmp_firmware_c2xxx.bin:mmp_firmware_c2xxx:111 -mqat_c2xxxfw -cqat_c2xxxfw.c
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- mof_firmware_c2xxx.bin.fwo ---
mof_firmware_c2xxx.bin /workspace/src/sys/contrib/dev/qat_c2xxx/mof_firmware_c2xxx.bin
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x assembler-with-cpp -DLOCORE -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.mof_firmware_c2xxx.bin.fwo -MTmof_firmware_c2xxx.bin.fwo -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 -Werror -DFIRMW_FILE=\""/workspace/src/sys/contrib/dev/qat_c2xxx/mof_firmware_c2xxx.bin"\" -DFIRMW_SYMBOL="mof_firmware_c2xxx_bin" /workspace/src/sys/kern/firmw.S -o mof_firmware_c2xxx.bin.fwo
--- mmp_firmware_c2xxx.bin.fwo ---
mmp_firmware_c2xxx.bin /workspace/src/sys/contrib/dev/qat_c2xxx/mmp_firmware_c2xxx.bin
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x assembler-with-cpp -DLOCORE -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.mmp_firmware_c2xxx.bin.fwo -MTmmp_firmware_c2xxx.bin.fwo -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 -Werror -DFIRMW_FILE=\""/workspace/src/sys/contrib/dev/qat_c2xxx/mmp_firmware_c2xxx.bin"\" -DFIRMW_SYMBOL="mmp_firmware_c2xxx_bin" /workspace/src/sys/kern/firmw.S -o mmp_firmware_c2xxx.bin.fwo
--- qat_c2xxxfw.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.qat_c2xxxfw.o -MTqat_c2xxxfw.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 qat_c2xxxfw.c -o qat_c2xxxfw.o
227.39 real 291.61 user 18.93 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/jenkins9234982343975420554.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