FreeBSD-main-amd64-gcc12_build - Build #4926 - Still Failing
Date: Tue, 04 Feb 2025 21:52:15 UTC
FreeBSD-main-amd64-gcc12_build - Build #4926 (21c534b9f5d5de07137f9a42e016876dd6ae66c1) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4926/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4926/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4926/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)
97350075fe3a7951b7ef86a63c0a3f033dc03118 by jrtc27:
bsdinstall: Switched back to amended single-button finalconfig
21c534b9f5d5de07137f9a42e016876dd6ae66c1 by jrtc27:
riscv: Fix and generalise saving TP (PCPU pointer) whilst in userspace
The end of the build log:
[...truncated 125.47 MiB...]
/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 'ar5211GetScaledPower',
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:1715:9: warning: 'llPcdac' may be used uninitialized [-Wmaybe-uninitialized]
1715 | ar5211FindValueInList(lFreq, llPcdac, pSrcStruct, &lPwr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
--- modules-all ---
--- all_subdir_usb/ural ---
--- genoffset.o ---
--- all_subdir_virtio ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
--- all_subdir_usb ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu99 -fcommon /workspace/src/sys/kern/genoffset.c
--- ar5211_reset.o ---
/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 'ar5211GetScaledPower',
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:1716:9: warning: 'ulPcdac' may be used uninitialized [-Wmaybe-uninitialized]
1716 | ar5211FindValueInList(lFreq, ulPcdac, pSrcStruct, &uPwr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 'ar5211GetScaledPower',
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:1720:9: warning: 'lrPcdac' may be used uninitialized [-Wmaybe-uninitialized]
1720 | ar5211FindValueInList(rFreq, lrPcdac, pSrcStruct, &lPwr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
--- modules-all ---
--- all_subdir_virtio ---
x86 -> /workspace/src/sys/x86/include
--- ar5211_reset.o ---
/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 'ar5211GetScaledPower',
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:1721:9: warning: 'urPcdac' may be used uninitialized [-Wmaybe-uninitialized]
1721 | ar5211FindValueInList(rFreq, urPcdac, pSrcStruct, &uPwr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 'ar5211GetScaledPower',
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:1717:22: warning: 'uPwr' may be used uninitialized [-Wmaybe-uninitialized]
1717 | lScaledPwr = ar5211GetInterpolatedValue(pcdacValue,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1718 | llPcdac, ulPcdac, lPwr, uPwr, 0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
--- modules-all ---
--- i386 ---
--- ar5211_reset.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1700:24: note: 'uPwr' was declared here
1700 | uint16_t lPwr, uPwr; /* lower and upper temp pwr values */
| ^~~~
In function 'ar5211GetScaledPower',
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:1717:22: warning: 'lPwr' may be used uninitialized [-Wmaybe-uninitialized]
1717 | lScaledPwr = ar5211GetInterpolatedValue(pcdacValue,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1718 | llPcdac, ulPcdac, lPwr, uPwr, 0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:1700:18: note: 'lPwr' was declared here
1700 | uint16_t lPwr, uPwr; /* lower and upper temp pwr 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:1545:20: warning: 'lowerChannel' 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: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 ---
i386 -> /workspace/src/sys/i386/include
--- virtio_bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/virtio/virtio_bus_if.m -h
--- virtio_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/virtio/virtio_if.m -h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- all_subdir_usb ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_virtio ---
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- all_subdir_usb ---
--- if_ural.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.if_ural.o -MTif_ural.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=gnu99 -c /workspace/src/sys/dev/usb/wlan/if_ural.c -o if_ural.o
--- all_subdir_virtio ---
--- genoffset.o ---
--- all_subdir_usb ---
--- all_subdir_usb/mtw ---
In file included from /workspace/src/sys/dev/usb/wlan/if_mtw.c:27:
In function 'mtw_mcu_cmd',
inlined from 'mtw_mcu_radio' at /workspace/src/sys/dev/usb/wlan/if_mtw.c:4387:10,
inlined from 'mtw_init_locked' at /workspace/src/sys/dev/usb/wlan/if_mtw.c:4513:2,
inlined from 'mtw_parent' at /workspace/src/sys/dev/usb/wlan/if_mtw.c:3490:3:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [4, 15] is out of the bounds [0, 4] of object 'val' with type 'uint32_t' {aka 'unsigned int'} [-Warray-bounds]
283 | #define memcpy(to, from, len) __builtin_memcpy((to), (from), (len))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/usb/wlan/if_mtw.c:1407:9: note: in expansion of macro 'memcpy'
1407 | memcpy(&sc->txd_fw[sc->sc_idx]->fw, buf, len);
| ^~~~~~
/workspace/src/sys/dev/usb/wlan/if_mtw.c: In function 'mtw_parent':
--- all_subdir_virtio ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnos--- all_subdir_usb ---
/workspace/src/sys/dev/usb/wlan/if_mtw.c:4390:1: note: 'val' declared here
4390 | mtw_init_locked(struct mtw_softc *sc)
| ^~~~~~~~~~~~~~~
--- all_subdir_virtio ---
tics-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=gnu99 -fcommon /workspace/src/sys/kern/genoffset.c
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- virtio_p9fs.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.virtio_p9fs.o -MTvirtio_p9fs.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=gnu99 -c /workspace/src/sys/dev/virtio/p9fs/virtio_p9fs.c -o virtio_p9fs.o
--- all_subdir_usb ---
--- all_subdir_usb/usie ---
/workspace/src/sys/dev/usb/net/if_usie.c: In function 'usie_if_rx_callback':
/workspace/src/sys/dev/usb/net/if_usie.c:892:25: warning: 'ipv' may be used uninitialized [-Wmaybe-uninitialized]
892 | netisr_dispatch(ipv, m);
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/usb/net/if_usie.c:779:17: note: 'ipv' was declared here
779 | uint8_t ipv;
| ^~~
--- all_subdir_virtio ---
ctfconvert -L VERSION -g virtio_p9fs.o
--- virtio_p9fs.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o virtio_p9fs.ko.full virtio_p9fs.o
ctfmerge -L VERSION -g -o virtio_p9fs.ko.full virtio_p9fs.o
--- all_subdir_virtio/console ---
ctfconvert -L VERSION -g virtio_console.o
--- all_subdir_virtio/p9fs ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk virtio_p9fs.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % virtio_p9fs.ko.full
--- all_subdir_virtio/console ---
--- virtio_console.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o virtio_console.ko.full virtio_console.o
ctfmerge -L VERSION -g -o virtio_console.ko.full virtio_console.o
--- all_subdir_virtio/p9fs ---
--- virtio_p9fs.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug virtio_p9fs.ko.full virtio_p9fs.ko.debug
--- virtio_p9fs.ko ---
--- ar5212_ani.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ar5212_ani.o -MTar5212_ani.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c -I/workspace/src/sys/dev/ath/ath_hal
--- modules-all ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=virtio_p9fs.ko.debug virtio_p9fs.ko.full virtio_p9fs.ko
--- all_subdir_virtio/console ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk virtio_console.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % virtio_console.ko.full
--- virtio_console.ko.debug ---
--- all_subdir_usb ---
--- all_subdir_usb/zyd ---
===> usb/zyd (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/usb/zyd...]
--- all_subdir_virtio ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug virtio_console.ko.full virtio_console.ko.debug
--- virtio_console.ko ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=virtio_console.ko.debug virtio_console.ko.full virtio_console.ko
--- all_subdir_usb ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_bus.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_bus.h opt_bus.h
--- opt_usb.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_usb.h opt_usb.h
--- opt_wlan.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_wlan.h opt_wlan.h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- usb_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/usb/usb_if.m -h
--- usbdevs.h ---
awk -f /workspace/src/sys/tools/usbdevs2h.awk /workspace/src/sys/dev/usb/usbdevs -h
--- all_subdir_usb/mtw ---
cc1: all warnings being treated as errors
--- all_subdir_usb/zyd ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu99 -fcommon /workspace/src/sys/kern/genoffset.c
--- all_subdir_usb/usie ---
ctfconvert -L VERSION -g if_usie.o
--- usie.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o usie.ko.full if_usie.o
ctfmerge -L VERSION -g -o usie.ko.full if_usie.o
--- all_subdir_usb/mtw ---
*** [if_mtw.o] Error code 1
make[5]: stopped in /workspace/src/sys/modules/usb/mtw
327.75 real 300.87 user 17.32 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/jenkins18431034637751377260.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 address