Date: Fri, 13 Jun 2025 07:12:29 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #777 - Still Failing Message-ID: <620722713.1287.1749798752635@jenkins.ci.freebsd.org> In-Reply-To: <2116472931.1277.1749794558207@jenkins.ci.freebsd.org> References: <2116472931.1277.1749794558207@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #777 (d8f021add40c321c4578da55dae52fb93c7ccb5f) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/777/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/777/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/777/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) aae67a2c2b663a6bce8fbc087ff8490336b8618f by imp: mfiutil: Fix unsafe assumptions of snprintf(3) return value 3601528f19c30b633e3c5631b74e2bf79705aac9 by imp: Makefile.inc1: define PKG_VERSION_FROM only if $REPO/latest symlink d0f4b71cc053c3d28870c1bf47c4f1d2c7d49d3a by imp: Makefile.inc1: minor style changes b44147bb12450bdf851a519d1cdc85402f89ed1f by imp: Makefile.inc1: allow real-update-packages to be called independently 954ac4049852cc1cf6d6074d9247b67f02b84b12 by imp: acpi_wmi.4: fall cleaning 54f278caf37f9ab578ee58fc70c7b66446ea7e84 by imp: pf.conf.5: additional quoting for ranges in lists 12859ee366d084b5506d58b030079f839c4915e3 by imp: pf.conf.5: use subsections and reword titles 754bc3dcd3c42c0342978eb9fb5143b6fce2b33c by imp: bsdinstall: fix ps3 regression d8f021add40c321c4578da55dae52fb93c7ccb5f by imp: jail: add JID, JNAME and JPATH to environment for exec.* commands The end of the build log: [...truncated 124.61 MiB...] | ^~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1640:9: warning: 'indr_lm_addr_byte_0' may be used uninitialized [-Wmaybe-uninitialized] 1640 | qat_ae_ctx_indr_write(sc, ae, 1 << ctx, INDIRECT_LM_ADDR_0_BYTE_INDEX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1641 | indr_lm_addr_byte_0); | ~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1494:18: note: 'indr_lm_addr_byte_0' was declared here 1494 | uint32_t indr_lm_addr_byte_0, indr_lm_addr_byte_1; | ^~~~~~~~~~~~~~~~~~~ In function 'qat_ae_ctx_indr_read', inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1511:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized] 288 | if ((ctxptr & CSR_CTX_POINTER_CONTEXT) != | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 289 | (ctx & CSR_CTX_POINTER_CONTEXT)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here 274 | uint32_t ctxptr; | ^~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1642:9: warning: 'indr_lm_addr_byte_1' may be used uninitialized [-Wmaybe-uninitialized] 1642 | qat_ae_ctx_indr_write(sc, ae, 1 << ctx, INDIRECT_LM_ADDR_1_BYTE_INDEX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1643 | indr_lm_addr_byte_1); | ~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1494:39: note: 'indr_lm_addr_byte_1' was declared here 1494 | uint32_t indr_lm_addr_byte_0, indr_lm_addr_byte_1; | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1498:18: warning: 'misc' may be used uninitialized [-Wmaybe-uninitialized] 1498 | uint32_t misc, nmisc, ctxen; | ^~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:18: warning: 'misc' may be used uninitialized [-Wmaybe-uninitialized] 1368 | uint32_t misc, ustore_addr, ulo, uhi; | ^~~~ In function 'bus_space_write_4', inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2, inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:863:2, inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:917:2, inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:209:3, inlined from 'qat_ae_ucode_read' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1409:2, inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1528:11: ./x86/bus.h:487:55: warning: 'ustore_addr' may be used uninitialized [-Wmaybe-uninitialized] 487 | *(volatile u_int32_t *)(bsh + offset) = value; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:24: note: 'ustore_addr' was declared here 1368 | uint32_t misc, ustore_addr, ulo, uhi; | ^~~~~~~~~~~ In function 'qat_ae_ctx_indr_read', inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1536:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized] 288 | if ((ctxptr & CSR_CTX_POINTER_CONTEXT) != | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 289 | (ctx & CSR_CTX_POINTER_CONTEXT)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here 274 | uint32_t ctxptr; | ^~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1616:9: warning: 'wakeup_ev' may be used uninitialized [-Wmaybe-uninitialized] 1616 | qat_ae_ctx_indr_write(sc, ae, 1 << ctx, CTX_WAKEUP_EVENTS_INDIRECT, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1617 | wakeup_ev); | ~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:18: note: 'wakeup_ev' was declared here 1497 | uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl; | ^~~~~~~~~ In function 'qat_ae_ctx_indr_read', inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1539:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized] 288 | if ((ctxptr & CSR_CTX_POINTER_CONTEXT) != | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 289 | (ctx & CSR_CTX_POINTER_CONTEXT)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here 274 | uint32_t ctxptr; | ^~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1540:15: warning: 'savpc' may be used uninitialized [-Wmaybe-uninitialized] 1540 | savpc &= UPC_MASK; | ^~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:29: note: 'savpc' was declared here 1497 | uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl; | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1544:15: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized] 1544 | ctxen &= CTX_ENABLES_IGNORE_W1C_MASK; | ^~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1498:31: note: 'ctxen' was declared here 1498 | uint32_t misc, nmisc, ctxen; | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1571:17: warning: 'savcc' may be used uninitialized [-Wmaybe-uninitialized] 1571 | qat_ae_write_4(sc, ae, CC_ENABLE, savcc & 0xffffdfff); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:36: note: 'savcc' was declared here 1497 | uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl; | ^~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1631:9: warning: 'savctx' may be used uninitialized [-Wmaybe-uninitialized] 1631 | qat_ae_write_4(sc, ae, ACTIVE_CTX_STATUS, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1632 | savctx & ACTIVE_CTX_STATUS_ACNO); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:43: note: 'savctx' was declared here 1497 | uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl; | ^~~~~~ In function 'bus_space_write_4', inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2, inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:863:2, inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:917:2, inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:209:3, inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1634:2: ./x86/bus.h:487:55: warning: 'ctxarbctl' may be used uninitialized [-Wmaybe-uninitialized] 487 | *(volatile u_int32_t *)(bsh + offset) = value; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:51: note: 'ctxarbctl' was declared here 1497 | uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl; | ^~~~~~~~~ In function 'qat_ae_ctx_indr_read', inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1552:2: /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized] 288 | if ((ctxptr & CSR_CTX_POINTER_CONTEXT) != | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 289 | (ctx & CSR_CTX_POINTER_CONTEXT)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.constprop': /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declared here 274 | uint32_t ctxptr; | ^~~~~~ /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1646:9: warning: 'indr_future_cnt_sig' may be used uninitialized [-Wmaybe-uninitialized] 1646 | qat_ae_ctx_indr_write(sc, ae, 1 << ctx, FUTURE_COUNT_SIGNAL_INDIRECT, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1647 | indr_future_cnt_sig); | ~~~~~~~~~~~~~~~~~~~~ /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_qat --- --- all_subdir_qat/qat_common --- ctfconvert -L VERSION -g adf_dev_err.o --- all_subdir_qat/qat_api --- --- common/utils/lac_mem.o --- ctfconvert -L VERSION -g common/utils/lac_mem.o --- all_subdir_qat/qat_common --- --- adf_gen2_hw_data.o --- --- all_subdir_pf --- cc1: all warnings being treated as errors --- all_subdir_qat --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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_gen2_hw_data.o -MTadf_gen2_hw_data.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/qat/qat_common/adf_gen2_hw_data.c -o adf_gen2_hw_data.o --- all_subdir_qat/qat_api --- --- common/utils/lac_buffer_desc.o --- ctfconvert -L VERSION -g common/utils/lac_buffer_desc.o --- all_subdir_qat/qat_common --- --- adf_gen4_hw_data.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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_gen4_hw_data.o -MTadf_gen4_hw_data.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/dev/qat/qat_common/adf_gen4_hw_data.c -o adf_gen4_hw_data.o --- all_subdir_qat/qat_hw --- --- qat_c4xxx/adf_c4xxx_res_part.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --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_res_part.o -MTqat_c4xxx/adf_c4xxx_res_part.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_res_part.c -o qat_c4xxx/adf_c4xxx_res_part.o --- all_subdir_pf --- *** [pf.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/pf 264.27 real 243.56 user 13.57 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/jenkins6330444307672200315.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?620722713.1287.1749798752635>
