Date: Fri, 16 Jan 2026 13:43:41 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: brooks@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc13_build - Build #423 - Still Failing Message-ID: <408222586.1269.1768571025191@jenkins.ci.freebsd.org> In-Reply-To: <2042147199.1251.1768562366299@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-15-amd64-gcc13_build - Build #423 (484edabb945582de7e212ff3f3b1ec889070dc50) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/423/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/423/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/423/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) 484edabb945582de7e212ff3f3b1ec889070dc50 by brooks: iflib: remove convoluted custom zeroing code The end of the build log: [...truncated 139.86 MiB...] 2494 | uint16_t clo, chi, twiceMaxEdgePower; | ^~~ In function 'ar5212GetMaxEdgePower', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2189:28, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2513:12: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2513 | if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2494:23: note: 'chi' was declared here 2494 | uint16_t clo, chi, twiceMaxEdgePower; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2219:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2586:20: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2586 | if (clo == tempChannelList[i]) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2573:18: note: 'clo' was declared here 2573 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2219:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2589:20: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2589 | if (chi == tempChannelList[i]) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2573:23: note: 'chi' was declared here 2573 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2216:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2586:20: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2586 | if (clo == tempChannelList[i]) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2573:18: note: 'clo' was declared here 2573 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2216:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2589:20: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2589 | if (chi == tempChannelList[i]) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2573:23: note: 'chi' was declared here 2573 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2301:3, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2586:20: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2586 | if (clo == tempChannelList[i]) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2573:18: note: 'clo' was declared here 2573 | uint16_t clo, chi, ixlo, ixhi; | ^~~ In function 'ar5212GetTargetPowers', inlined from 'ar5212SetRateTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2301:3, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2589:20: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2589 | if (chi == tempChannelList[i]) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212SetTransmitPower': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2573:23: note: 'chi' was declared here 2573 | uint16_t clo, chi, ixlo, ixhi; | ^~~ --- ar5212_xmit.o --- ctfconvert -L VERSION -g ar5212_xmit.o --- modules-all --- --- all_subdir_rtw89 --- --- rtw8852b_rfk.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -DKBUILD_MODNAME='"rtw89"' -DLINUXKPI_VERSION=61700 -DLINUXKPI_WANT_LINUX_ACPI -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_RTW89_DEBUGMSG -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/dev/rtw89 -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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/rtw89=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/rtw89 -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.rtw8852b_rfk.o -MTrtw8852b_rfk.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/contrib/dev/rtw89/rtw8852b_rfk.c -o rtw8852b_rfk.o --- all_subdir_smartpqi --- In file included from /workspace/src/sys/dev/smartpqi/smartpqi_includes.h:82, from /workspace/src/sys/dev/smartpqi/smartpqi_intr.c:27: /workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:172:25: error: inline function 'pqisrc_aio_req_too_big' declared but never defined [-Werror] 172 | extern inline boolean_t pqisrc_aio_req_too_big(pqisrc_softstate_t *, pqi_scsi_dev_t *, | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:170:20: error: inline function 'pqisrc_aio_build_cdb' declared but never defined [-Werror] 170 | extern inline void pqisrc_aio_build_cdb(aio_req_locator_t *, uint32_t, | ^~~~~~~~~~~~~~~~~~~~ --- all_subdir_sctp --- --- sctputil.o --- In file included from /workspace/src/sys/sys/mutex.h:44, from /workspace/src/sys/sys/eventhandler.h:35, from /workspace/src/sys/netinet/sctp_os_bsd.h:45, from /workspace/src/sys/netinet/sctp_os.h:59, from /workspace/src/sys/netinet/sctputil.c:35: In function 'atomic_add_int', inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2567:4, inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2: ./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int32_t[0]' {aka 'int[]'} [-Warray-bounds=] 117 | __asm __volatile("lock; " OP \ | ^~~~~ ./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM' 367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v); | ^~~~~~~~~~ In function 'sctp_dynamic_set_primary': cc1: note: source object is likely at address zero In function 'atomic_add_int', inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2567:4, inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2: ./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int32_t[0]' {aka 'int[]'} [-Warray-bounds=] 117 | __asm __volatile("lock; " OP \ | ^~~~~ ./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM' 367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v); | ^~~~~~~~~~ In function 'sctp_dynamic_set_primary': cc1: note: source object is likely at address zero In function 'atomic_add_int', inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2570:4, inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2: ./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=] 117 | __asm __volatile("lock; " OP \ | ^~~~~ ./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM' 367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v); | ^~~~~~~~~~ In function 'sctp_dynamic_set_primary': cc1: note: source object is likely at address zero In function 'atomic_add_int', inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2570:4, inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2: ./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=] 117 | __asm __volatile("lock; " OP \ | ^~~~~ ./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM' 367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v); | ^~~~~~~~~~ In function 'sctp_dynamic_set_primary': cc1: note: source object is likely at address zero In function 'atomic_add_int', inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2573:4, inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2: ./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int[0]' [-Warray-bounds=] 117 | __asm __volatile("lock; " OP \ | ^~~~~ ./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM' 367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v); | ^~~~~~~~~~ In function 'sctp_dynamic_set_primary': cc1: note: source object is likely at address zero In function 'atomic_add_int', inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2573:4, inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2: ./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int[0]' [-Warray-bounds=] 117 | __asm __volatile("lock; " OP \ | ^~~~~ ./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM' 367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v); | ^~~~~~~~~~ In function 'sctp_dynamic_set_primary': cc1: note: source object is likely at address zero --- all_subdir_sfxge --- ctfconvert -L VERSION -g siena_mac.o --- siena_mcdi.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/sfxge=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/sfxge -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.siena_mcdi.o -MTsiena_mcdi.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/sfxge/common/siena_mcdi.c -o siena_mcdi.o --- all_subdir_siis --- ctfconvert -L VERSION -g siis.o --- siis.ko.full --- /usr/local/x86_64-unknown-freebsd15.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o siis.ko.full siis.o ctfmerge -L VERSION -g -o siis.ko.full siis.o :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk siis.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % siis.ko.full --- siis.ko.debug --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug siis.ko.full siis.ko.debug --- siis.ko --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=siis.ko.debug siis.ko.full siis.ko --- all_subdir_smartpqi --- --- smartpqi_main.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/smartpqi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/smartpqi -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.smartpqi_main.o -MTsmartpqi_main.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/smartpqi/smartpqi_main.c -o smartpqi_main.o --- smartpqi_intr.o --- cc1: all warnings being treated as errors *** [smartpqi_intr.o] Error code 1 make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi --- ar5212_reset.o --- ctfconvert -L VERSION -g ar5212_reset.o --- modules-all --- --- all_subdir_sfxge --- ctfconvert -L VERSION -g siena_mcdi.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_smartpqi --- --- smartpqi_main.o --- In file included from /workspace/src/sys/dev/smartpqi/smartpqi_includes.h:82, from /workspace/src/sys/dev/smartpqi/smartpqi_main.c:31: /workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:172:25: error: inline function 'pqisrc_aio_req_too_big' declared but never defined [-Werror] 172 | extern inline boolean_t pqisrc_aio_req_too_big(pqisrc_softstate_t *, pqi_scsi_dev_t *, | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:170:20: error: inline function 'pqisrc_aio_build_cdb' declared but never defined [-Werror] 170 | extern inline void pqisrc_aio_build_cdb(aio_req_locator_t *, uint32_t, | ^~~~~~~~~~~~~~~~~~~~ --- all_subdir_rtw89 --- --- rtw8852b.o --- ctfconvert -L VERSION -g rtw8852b.o --- all_subdir_smartpqi --- cc1: all warnings being treated as errors *** [smartpqi_main.o] Error code 1 make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi make[4]: 2 errors make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sk --- ctfconvert -L VERSION -g if_sk.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sctp --- ctfconvert -L VERSION -g sctputil.o --- sctp_usrreq.o --- ctfconvert -L VERSION -g sctp_usrreq.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_rtw89 --- --- rtw8852b_common.o --- ctfconvert -L VERSION -g rtw8852b_common.o --- rtw8852b_rfk.o --- ctfconvert -L VERSION -g rtw8852b_rfk.o make[3]: stopped making "all" in /workspace/src/sys/modules make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 527.42 real 5834.12 user 395.97 sys make[1]: stopped making "buildkernel" in /workspace/src make: stopped making "buildkernel" 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-stable-15-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins12364387852112042867.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?408222586.1269.1768571025191>
