Date: Fri, 30 Jan 2026 05:55:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jrtc27@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc13_build - Build #468 - Still Failing Message-ID: <1551158869.815.1769752525221@jenkins.ci.freebsd.org> In-Reply-To: <1349691355.743.1769711546721@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-15-amd64-gcc13_build - Build #468 (2b22e05b1747c9499f38264c15eccf2818a9dbc1) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/468/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/468/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/468/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) 2b22e05b1747c9499f38264c15eccf2818a9dbc1 by jrtc27: libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookup The end of the build log: [...truncated 139.98 MiB...] /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1879:20: warning: 'rFreq' may be used uninitialized [-Wmaybe-uninitialized] 1879 | if (pChannelData->channelValue == channel) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1697:25: note: 'rFreq' was declared here 1697 | uint16_t lFreq, rFreq; /* left and right frequency values */ | ^~~~~ In function 'ar5211GetInterpolatedValue', inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1717:15, inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21, inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2, inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7: /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1776:12: warning: 'llPcdac' may be used uninitialized [-Wmaybe-uninitialized] 1776 | if (srcRight != srcLeft) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1698:18: note: 'llPcdac' was declared here 1698 | uint16_t llPcdac, ulPcdac; /* lower and upper left pcdac values */ | ^~~~~~~ In function 'ar5211GetInterpolatedValue', inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1717:15, inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21, inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2, inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7: /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1776:12: warning: 'ulPcdac' may be used uninitialized [-Wmaybe-uninitialized] 1776 | if (srcRight != srcLeft) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1698:27: note: 'ulPcdac' was declared here 1698 | uint16_t llPcdac, ulPcdac; /* lower and upper left pcdac values */ | ^~~~~~~ In function 'ar5211FindValueInList', inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1720:2, inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21, inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2, inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7: /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1745:36: warning: 'lrPcdac' may be used uninitialized [-Wmaybe-uninitialized] 1745 | if (*pPcdac == pcdacValue) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1699:18: note: 'lrPcdac' was declared here 1699 | uint16_t lrPcdac, urPcdac; /* lower and upper right pcdac values */ | ^~~~~~~ In function 'ar5211FindValueInList', inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1721:2, inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21, inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2, inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7: /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1745:36: warning: 'urPcdac' may be used uninitialized [-Wmaybe-uninitialized] 1745 | if (*pPcdac == pcdacValue) { | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1699:27: note: 'urPcdac' was declared here 1699 | uint16_t lrPcdac, urPcdac; /* lower and upper right pcdac values */ | ^~~~~~~ In function 'ar5211SetRateTable', inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1362:2, inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7: /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1541:28: warning: 'lowerChannel' may be used uninitialized [-Wmaybe-uninitialized] 1541 | if (lowerChannel == tempChannelList[i]) | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1505:25: note: 'lowerChannel' was declared here 1505 | uint16_t lowerChannel, lowerIndex=0, lowerPower=0; | ^~~~~~~~~~~~ In function 'ar5211SetRateTable', inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1362:2, inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7: /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1545:20: warning: 'upperChannel' may be used uninitialized [-Wmaybe-uninitialized] 1545 | if ((lowerChannel == upperChannel && | ^ /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset': /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1506:25: note: 'upperChannel' was declared here 1506 | uint16_t upperChannel, upperIndex=0, upperPower=0; | ^~~~~~~~~~~~ --- modules-all --- --- all_subdir_sctp --- --- sctp_usrreq.o --- ctfconvert -L VERSION -g sctp_usrreq.o --- all_subdir_sfxge --- --- efx_tx.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.efx_tx.o -MTefx_tx.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/efx_tx.c -o efx_tx.o --- efx_rx.o --- ctfconvert -L VERSION -g efx_rx.o --- ar5211_xmit.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/ -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.ar5211_xmit.o -MTar5211_xmit.o -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/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 -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 -I/workspace/src/sys/dev/ath -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c -I/workspace/src/sys/dev/ath/ath_hal --- ar5211_reset.o --- ctfconvert -L VERSION -g ar5211_reset.o --- modules-all --- --- all_subdir_smartpqi --- ===> smartpqi (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/smartpqi...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_scsi.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_scsi.h opt_scsi.h --- opt_cam.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_cam.h opt_cam.h --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- all_subdir_rtw89 --- --- rtw8852b.o --- ctfconvert -L VERSION -g rtw8852b.o --- ar5211_xmit.o --- ctfconvert -L VERSION -g ar5211_xmit.o --- modules-all --- --- all_subdir_sfxge --- --- efx_vpd.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.efx_vpd.o -MTefx_vpd.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/efx_vpd.c -o efx_vpd.o --- all_subdir_smartpqi --- --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- all_subdir_rtw89 --- --- rtw8852c_table.o --- ctfconvert -L VERSION -g rtw8852c_table.o --- all_subdir_smartpqi --- --- genoffset.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/ -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 -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.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_sfxge --- --- efx_tx.o --- ctfconvert -L VERSION -g efx_tx.o --- all_subdir_smartpqi --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_smbfs --- ===> smbfs (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/smbfs...] --- all_subdir_rtw89 --- --- rtw8851b_rfk.o --- ctfconvert -L VERSION -g rtw8851b_rfk.o --- all_subdir_smartpqi --- --- smartpqi_intr.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_intr.o -MTsmartpqi_intr.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_intr.c -o smartpqi_intr.o --- all_subdir_smbfs --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- vnode_if_newproto.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -q --- opt_inet.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h --- opt_netsmb.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netsmb.h opt_netsmb.h --- vnode_if.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h --- iconv_converter_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/libkern/iconv_converter_if.m -h --- genoffset.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/ -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 -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/smbfs=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/smbfs -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.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 --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- smb_conn.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/smbfs=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/smbfs -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.smb_conn.o -MTsmb_conn.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/netsmb/smb_conn.c -o smb_conn.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_smbfs --- --- smb_dev.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/smbfs=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/smbfs -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.smb_dev.o -MTsmb_dev.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/netsmb/smb_dev.c -o smb_dev.o --- all_subdir_sfxge --- --- efx_vpd.o --- ctfconvert -L VERSION -g efx_vpd.o --- efx_filter.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.efx_filter.o -MTefx_filter.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/efx_filter.c -o efx_filter.o --- all_subdir_smartpqi --- cc1: all warnings being treated as errors *** [smartpqi_intr.o] Error code 1 make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi make[4]: 1 error make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_smbfs --- ctfconvert -L VERSION -g smb_dev.o --- all_subdir_sctp --- --- sctp_output.o --- ctfconvert -L VERSION -g sctp_output.o --- all_subdir_sis --- ctfconvert -L VERSION -g if_sis.o --- all_subdir_sctp --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sis --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_rtw89 --- --- rtw8852b_common.o --- ctfconvert -L VERSION -g rtw8852b_common.o --- all_subdir_siis --- ctfconvert -L VERSION -g siis.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sfxge --- ctfconvert -L VERSION -g efx_filter.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_rtw89 --- --- rtw8852b_rfk.o --- ctfconvert -L VERSION -g rtw8852b_rfk.o --- all_subdir_smbfs --- --- smb_conn.o --- ctfconvert -L VERSION -g smb_conn.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_rtw89 --- 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 make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 511.25 real 5645.40 user 361.45 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/jenkins13534235171884230424.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?1551158869.815.1769752525221>
