Date: Fri, 14 Feb 2025 19:50:56 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jsm@FreeBSD.org, markj@FreeBSD.org, $@FreeBSD.org, dev-ci@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #36 - Still Failing Message-ID: <1663997528.1469.1739562660528@jenkins.ci.freebsd.org> In-Reply-To: <2120858105.1461.1739555963932@jenkins.ci.freebsd.org> References: <2120858105.1461.1739555963932@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #36 (36631977d8c9264b7a54f039289918adea4d2a03) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/36/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/36/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/36/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) b96864412700a2a5b5e9aaf5d6513ec062cfc96f by jsm: mtw: Use correct cmd for radio 685fb42538199fb03a4cf0f3763c69f146366794 by markj: pf: Log the intended action when a NAT rule matches a packet d46d45bf4b196cd2daba42d5413f8e4d7ffedeed by markj: tools/fib_multibind: Remove a redundant calculation 649a910e34b0314647d16a94f8af6de0f4cfd4b5 by markj: bhyve: Avoid holding /dev/pci open unnecessarily fbacadf103dc81cea0f233f11adb73ef43ee4a75 by markj: vmm: Add vmm_fence.c to SRCS for vmm.ko on riscv d2870b8666f2438af400269c0f6a1a48031bb71e by markj: queue: Add atomic variants for *_EMPTY 36631977d8c9264b7a54f039289918adea4d2a03 by markj: ktr: Use STAILQ_EMPTY_ATOMIC when checking for records in ktr_drain() The end of the build log: [...truncated 124.40 MiB...] /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; | ^~~ In function 'qat_ae_disable_ctx', inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1610:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:732:15: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized] 732 | 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:729:18: note: 'ctxen' was declared here 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_qlnx --- --- all_subdir_qlnx/qlnxe --- --- iicbb_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbus/iicbb_if.m -h --- all_subdir_qlnx/qlnxev --- --- device_if.h --- --- acpi_thermal.o --- --- modules-all --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- all_subdir_qlnx/qlnxe --- --- lkpi_iic_if.c --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/compat/linuxkpi/common/src/lkpi_iic_if.m -c --- acpi_thermal.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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_thermal.o -MTacpi_thermal.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_thermal.c --- modules-all --- --- all_subdir_qlnx/qlnxev --- --- iicbus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbus/iicbus_if.m -h --- all_subdir_qlnx/qlnxe --- --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- all_subdir_qlnx/qlnxev --- --- iicbb_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbus/iicbb_if.m -h --- all_subdir_qlnx/qlnxe --- --- pci_iov_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_iov_if.m -h --- all_subdir_qlnx/qlnxev --- --- lkpi_iic_if.c --- --- all_subdir_qlnx/qlnxe --- --- pcib_if.h --- --- all_subdir_qlnx/qlnxev --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/compat/linuxkpi/common/src/lkpi_iic_if.m -c --- all_subdir_qlnx/qlnxe --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pcib_if.m -h --- all_subdir_qlnx/qlnxev --- --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- all_subdir_qlnx/qlnxe --- --- vnode_if.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h --- all_subdir_qlnx/qlnxev --- --- pci_iov_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_iov_if.m -h --- all_subdir_qlnx/qlnxe --- --- usb_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/usb/usb_if.m -h --- all_subdir_qlnx/qlnxev --- --- pcib_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pcib_if.m -h --- all_subdir_qlnx/qlnxe --- --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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 -DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_qlnx/qlnxev --- --- 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.1-gcc14 --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 -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 --- all_subdir_qlnx/qlnxe --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ecore_dcbx.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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.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 -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/ecore_dcbx.c -o ecore_dcbx.o --- all_subdir_qlnx/qlnxev --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ecore_dcbx.o --- --- all_subdir_qat --- --- all_subdir_qat/qat_api --- ctfconvert -L VERSION -g common/utils/sal_statistics.o --- all_subdir_qlnx --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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.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_qat --- --- common/utils/sal_string_parse.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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/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_sal_string_parse.o -MTcommon/utils/sal_string_parse.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/sal_string_parse.c -o common/utils/sal_string_parse.o --- all_subdir_pf --- cc1: all warnings being treated as errors --- all_subdir_qat --- --- all_subdir_qat/qat_hw --- --- qat_c4xxx/adf_c4xxx_hw_data.o --- ctfconvert -L VERSION -g qat_c4xxx/adf_c4xxx_hw_data.o --- qat_c4xxx/adf_c4xxx_ras.o --- 264.31 real 250.67 user 13.76 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins10973404899878210310.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail addresshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1663997528.1469.1739562660528>
