Date: Sun, 31 Aug 2025 20:53:36 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #6425 - Still Failing Message-ID: <1636784912.1027.1756673624430@jenkins.ci.freebsd.org> In-Reply-To: <539293055.993.1756602088938@jenkins.ci.freebsd.org> References: <539293055.993.1756602088938@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc12_build - Build #6425 (58ce49d185c3ee96c0d6c7c9381c5b6fed51523e) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6425/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6425/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6425/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) 7d748c594ef0ddc45b3b8d0c4d368150e975724e by imp: ufshci: Add WriteBooster support 58ce49d185c3ee96c0d6c7c9381c5b6fed51523e by imp: ufshci: reserve one queue entry for an admin request The end of the build log: [...truncated 129.12 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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779: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 'ar5212ChannelChange': /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:2216:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2599:35: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2599 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2600 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2599:35: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2599 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2600 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2599:35: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2599 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2600 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /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:2219:4, inlined from 'ar5212SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2027:7, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2599:35: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2599 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2600 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2599:35: warning: 'chi' may be used uninitialized [-Wmaybe-uninitialized] 2599 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2600 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2599:35: warning: 'clo' may be used uninitialized [-Wmaybe-uninitialized] 2599 | pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2600 | powInfo[ixlo].twicePwr6_24, powInfo[ixhi].twicePwr6_24); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /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 'ar5212GetLowerUpperValues', inlined from 'ar5212GetTargetPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2580:2, 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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2634:35: warning: 'tempChannelList' may be used uninitialized [-Wmaybe-uninitialized] 2634 | if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) { | ~~^~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2572:18: note: 'tempChannelList' declared here 2572 | uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; | ^~~~~~~~~~~~~~~ In function 'ar5212GetLowerUpperValues', inlined from 'ar5212GetTargetPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2580:2, 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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2634:35: warning: 'tempChannelList' may be used uninitialized [-Wmaybe-uninitialized] 2634 | if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) { | ~~^~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2572:18: note: 'tempChannelList' declared here 2572 | uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; | ^~~~~~~~~~~~~~~ In function 'ar5212GetLowerUpperValues', inlined from 'ar5212GetTargetPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2580:2, 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, inlined from 'ar5212ChannelChange' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:779:7: /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2634:35: warning: 'tempChannelList' may be used uninitialized [-Wmaybe-uninitialized] 2634 | if (target < (uint32_t)(lp[0] * EEP_SCALE - EEP_DELTA)) { | ~~^~~ /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c: In function 'ar5212ChannelChange': /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2572:18: note: 'tempChannelList' declared here 2572 | uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; | ^~~~~~~~~~~~~~~ --- modules-all --- --- all_subdir_krpc --- --- rpc_generic.o --- ctfconvert -L VERSION -g rpc_generic.o --- all_subdir_le --- --- lance.o --- ctfconvert -L VERSION -g lance.o --- all_subdir_krpc --- --- rpcb_clnt.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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.rpcb_clnt.o -MTrpcb_clnt.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/rpc/rpcb_clnt.c -o rpcb_clnt.o --- rpcb_prot.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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.rpcb_prot.o -MTrpcb_prot.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/rpc/rpcb_prot.c -o rpcb_prot.o --- all_subdir_libalias --- ===> libalias (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/libalias...] --- all_subdir_libalias/libalias --- ===> libalias/libalias (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/libalias/libalias...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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 -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_krpc --- --- rpcb_clnt.o --- ctfconvert -L VERSION -g rpcb_clnt.o --- all_subdir_libalias --- --- offset.inc --- --- all_subdir_krpc --- --- rpcb_prot.o --- ctfconvert -L VERSION -g rpcb_prot.o --- all_subdir_libalias --- --- all_subdir_libalias/modules --- ===> libalias/modules (all) --- all_subdir_libalias/libalias --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_libalias/modules --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/libalias/modules...] --- all_subdir_krpc --- --- replay.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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.replay.o -MTreplay.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/rpc/replay.c -o replay.o --- all_subdir_libalias --- --- all_subdir_libalias/modules/dummy --- ===> libalias/modules/dummy (all) --- all_subdir_iwlwifi --- --- mvm/rx.o --- ctfconvert -L VERSION -g mvm/rx.o --- all_subdir_libalias --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/libalias/modules/dummy...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- ar5416_ani.o --- ctfconvert -L VERSION -g ar5416_ani.o --- modules-all --- --- all_subdir_le --- --- am7990.o --- ctfconvert -L VERSION -g am7990.o --- all_subdir_libalias --- --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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 -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_libalias/libalias --- --- alias_db.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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.alias_db.o -MTalias_db.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/netinet/libalias/alias_db.c -o alias_db.o --- all_subdir_le --- --- if_le.ko.full --- /usr/local/x86_64-unknown-freebsd14.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o if_le.ko.full am7990.o am79900.o if_le_pci.o lance.o --- all_subdir_iwlwifi --- --- mvm/sta.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -DCONFIG_IWLWIFI_DEBUGFS -DCONFIG_MAC80211_DEBUGFS -DCONFIG_ACPI -DLINUXKPI_WANT_LINUX_ACPI -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61100 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/dev/iwlwifi -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.mvm_sta.o -MTmvm/sta.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/iwlwifi/mvm/sta.c -o mvm/sta.o --- all_subdir_le --- ctfmerge -L VERSION -g -o if_le.ko.full am7990.o am79900.o if_le_pci.o lance.o --- all_subdir_iwlwifi --- --- mvm/mac80211.o --- cc1: all warnings being treated as errors --- all_subdir_libalias --- --- all_subdir_libalias/modules --- --- offset.inc --- --- all_subdir_le --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk if_le.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % if_le.ko.full --- all_subdir_libalias --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_le --- --- if_le.ko.debug --- /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug if_le.ko.full if_le.ko.debug --- if_le.ko --- /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=if_le.ko.debug if_le.ko.full if_le.ko --- all_subdir_libalias --- --- all_subdir_libalias/libalias --- --- alias_proxy.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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.alias_proxy.o -MTalias_proxy.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/netinet/libalias/alias_proxy.c -o alias_proxy.o --- all_subdir_libalias/modules --- --- alias_dummy.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --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.alias_dummy.o -MTalias_dummy.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/netinet/libalias/alias_dummy.c -o alias_dummy.o --- all_subdir_iwlwifi --- *** [mvm/mac80211.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/iwlwifi 166.48 real 288.07 user 16.19 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins14266510792500798783.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_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?1636784912.1027.1756673624430>
