FreeBSD-main-amd64-gcc13_build - Build #3581 - Still Failing
Date: Sun, 08 Jun 2025 17:44:29 UTC
FreeBSD-main-amd64-gcc13_build - Build #3581 (99ec65e7fe61e3148dde543ed7d6566fe589a565) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3581/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3581/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3581/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)
99ec65e7fe61e3148dde543ed7d6566fe589a565 by otis:
traceroute6(8): Stop probing on networks rejected.
The end of the build log:
[...truncated 124.01 MiB...]
/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_ucode_read',
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:496:15:
/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_aereg_rel_data_read.isra':
/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_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:496:15:
/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_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:42: note: 'uhi' was declared here
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_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:543:2:
./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_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:426:22: note: 'ustore_addr' was declared here
426 | u_int uaddr, ustore_addr;
| ^~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:907:18: warning: 'cnt' may be used uninitialized [-Wmaybe-uninitialized]
907 | uint32_t cnt, actx;
| ^~~
In function 'bus_space_write_4',
inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2,
inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:863:2,
inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:917:2,
inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:209:3,
inlined from 'qat_ae_ucode_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1359:2,
inlined from 'qat_aereg_rel_data_read.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:546:10:
./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_aereg_rel_data_read.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1343:18: note: 'ustore_addr' was declared here
1343 | uint32_t ustore_addr, ulo, uhi;
| ^~~~~~~~~~~
--- qat_c2xxx.o ---
ctfconvert -L VERSION -g qat_c2xxx.o
--- qat_hw15.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.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
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_qat ---
--- adf_dev_mgr.o ---
ctfconvert -L VERSION -g adf_dev_mgr.o
--- 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_qlnx ---
--- all_subdir_qlnx/qlnxev ---
===> qlnx/qlnxev (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/qlnx/qlnxev...]
--- all_subdir_pms ---
--- saioctlcmd.o ---
ctfconvert -L VERSION -g saioctlcmd.o
--- dmdisc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-variable -Woverflow -Wmissing-prototypes -Wparentheses -w -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.dmdisc.o -MTdmdisc.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c -o dmdisc.o
--- all_subdir_qat ---
--- adf_hw_arbiter.o ---
ctfconvert -L VERSION -g adf_hw_arbiter.o
--- all_subdir_qlnx ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- lkpi_iic_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/compat/linuxkpi/common/src/lkpi_iic_if.m -h
--- all_subdir_qat_c2xxx ---
ctfconvert -L VERSION -g qat_hw15.o
--- qat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.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_qlnx ---
--- vnode_if_newproto.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -p
--- vnode_if_typedef.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -q
--- opt_usb.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_usb.h opt_usb.h
--- opt_stack.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_stack.h opt_stack.h
--- backlight_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/backlight/backlight_if.m -h
--- all_subdir_qat ---
--- adf_init.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_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_qlnx ---
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- iicbus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbus/iicbus_if.m -h
--- iicbb_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbus/iicbb_if.m -h
--- all_subdir_netgraph ---
ctfconvert -L VERSION -g ng_parse.o
--- all_subdir_pf ---
cc1: all warnings being treated as errors
--- all_subdir_netgraph ---
--- ng_base.o ---
--- all_subdir_qlnx ---
--- lkpi_iic_if.c ---
--- all_subdir_netgraph ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ng_base.o -MTng_base.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/netgraph/ng_base.c -o ng_base.o
--- all_subdir_qlnx ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/compat/linuxkpi/common/src/lkpi_iic_if.m -c
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h
--- pci_iov_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_iov_if.m -h
--- pcib_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pcib_if.m -h
--- all_subdir_qat_c2xxx ---
--- qat_ae.o ---
In function 'qat_aereg_rel_data_write',
inlined from 'qat_aefw_init_reg' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3051:12,
inlined from 'qat_aefw_init_reg.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3031:1:
/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: In function 'qat_aefw_init_reg.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:367:22: note: 'ctxen' was declared here
367 | unsigned int ctxen;
| ^~~~~
In function 'qat_aereg_abs_to_rel',
inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:661:2,
inlined from 'qat_aefw_init_reg.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3063:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:640:13: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
640 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) {
| ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_init_reg.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:637:18: note: 'ctxen' was declared here
637 | uint32_t ctxen;
| ^~~~~
In function 'qat_aereg_rel_rdxfer_write',
inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:676:11,
inlined from 'qat_aefw_init_reg.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3063:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:578:13: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
578 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) {
| ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_init_reg.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:570:18: note: 'ctxen' was declared here
570 | uint32_t ctxen;
| ^~~~~
In function 'qat_aereg_rel_rdxfer_write',
inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:681:11,
inlined from 'qat_aefw_init_reg.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3063:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:578:13: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
578 | if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) {
| ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_init_reg.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:570:18: note: 'ctxen' was declared here
570 | uint32_t ctxen;
| ^~~~~
In function 'qat_aereg_rel_data_write',
inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:671:11,
inlined from 'qat_aefw_init_reg.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3063:11:
/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: In function 'qat_aefw_init_reg.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:367:22: note: 'ctxen' was declared here
367 | unsigned int ctxen;
| ^~~~~
In function 'qat_aereg_rel_data_write',
inlined from 'qat_aereg_abs_data_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:666:11,
inlined from 'qat_aefw_init_reg.isra' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:3063:11:
/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: In function 'qat_aefw_init_reg.isra':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:367:22: note: 'ctxen' was declared here
367 | unsigned int ctxen;
| ^~~~~
--- all_subdir_qlnx ---
--- vnode_if.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h
--- usb_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/usb/usb_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -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 -fcommon /workspace/src/sys/kern/genoffset.c
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ecore_dcbx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ecore_dcbx.o -MTecore_dcbx.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_dcbx.c -o ecore_dcbx.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
200.71 real 770.76 user 42.60 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/jenkins5661128106076277115.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