FreeBSD-main-amd64-gcc14_build - Build #819 - Still Failing
- In reply to: jenkins-admin_a_FreeBSD.org: "FreeBSD-main-amd64-gcc14_build - Build #818 - Still Failing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jun 2025 15:08:22 UTC
FreeBSD-main-amd64-gcc14_build - Build #819 (359f590b2901b9ee263c2b72c26b56bcc2f33ae0) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/819/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/819/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/819/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)
359f590b2901b9ee263c2b72c26b56bcc2f33ae0 by rrs:
Fix a warning in the rack stack.
The end of the build log:
[...truncated 128.93 MiB...]
ctfconvert -L VERSION -g emu10k1.o
--- snd_emu10k1.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 snd_emu10k1.ko.full emu10k1.o
ctfmerge -L VERSION -g -o snd_emu10k1.ko.full emu10k1.o
--- all_subdir_udf ---
--- udf.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 udf.ko.full udf_vfsops.o udf_vnops.o osta.o
ctfmerge -L VERSION -g -o udf.ko.full udf_vfsops.o udf_vnops.o osta.o
--- all_subdir_sound ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk snd_emu10k1.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % snd_emu10k1.ko.full
--- snd_emu10k1.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug snd_emu10k1.ko.full snd_emu10k1.ko.debug
--- snd_emu10k1.ko ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=snd_emu10k1.ko.debug snd_emu10k1.ko.full snd_emu10k1.ko
--- all_subdir_sound/driver/emu10kx ---
===> sound/driver/emu10kx (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/sound/driver/emu10kx...]
--- all_subdir_udf ---
printf '%s' "udf_iconv
" > export_syms
--- in_mcast.o ---
In function 'inm_merge',
inlined from 'in_leavegroup_locked' at /workspace/src/sys/netinet/in_mcast.c:1337:10,
inlined from 'in_leavegroup' at /workspace/src/sys/netinet/in_mcast.c:1284:10:
--- modules-all ---
awk -f /workspace/src/sys/conf/kmod_syms.awk udf.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % udf.ko.full
--- in_mcast.o ---
/workspace/src/sys/sys/tree.h:1054:27: warning: 'nims' may be used uninitialized [-Wmaybe-uninitialized]
1054 | ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:1039:17: note: in expansion of macro 'RB_FOREACH_REVERSE_FROM'
1039 | RB_FOREACH_REVERSE_FROM(ims, ip_msource_tree, nims) {
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'in_leavegroup':
/workspace/src/sys/netinet/in_mcast.c:1008:40: note: 'nims' was declared here
1008 | struct ip_msource *ims, *nims;
| ^~~~
In function 'ip_msource_tree_RB_INSERT_COLOR',
inlined from 'ip_msource_tree_RB_INSERT_FINISH' at /workspace/src/sys/netinet/in_mcast.c:3019:1,
inlined from 'ip_msource_tree_RB_INSERT' at /workspace/src/sys/netinet/in_mcast.c:3019:1,
inlined from 'inm_get_source' at /workspace/src/sys/netinet/in_mcast.c:947:3,
inlined from 'inm_merge' at /workspace/src/sys/netinet/in_mcast.c:1030:11,
inlined from 'in_leavegroup_locked' at /workspace/src/sys/netinet/in_mcast.c:1337:10,
inlined from 'in_leavegroup' at /workspace/src/sys/netinet/in_mcast.c:1284:10:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK'
401 | _RB_LINK(tmp, dir, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
583 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3019:1: note: in expansion of macro 'RB_GENERATE'
3019 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'in_leavegroup':
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
540 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3019:1: note: in expansion of macro 'RB_GENERATE'
3019 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
--- modules-all ---
--- all_subdir_sound ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- all_subdir_udf ---
--- udf.ko.debug ---
--- all_subdir_sound ---
--- i386 ---
--- all_subdir_udf ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug udf.ko.full udf.ko.debug
--- all_subdir_sound ---
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
--- all_subdir_udf ---
--- udf.ko ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=udf.ko.debug udf.ko.full udf.ko
--- all_subdir_ufshci ---
===> ufshci (all)
--- all_subdir_sound ---
--- vnode_if_typedef.h ---
--- all_subdir_ufshci ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/ufshci...]
--- all_subdir_sound ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -q
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- all_subdir_ufshci ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_cam.h ---
--- all_subdir_sound ---
--- bus_if.h ---
--- all_subdir_ufshci ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_cam.h opt_cam.h
--- all_subdir_sound ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- all_subdir_ufshci ---
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- all_subdir_rtw88 ---
ctfmerge -L VERSION -g -o if_rtw88.ko.full main.o bf.o coex.o debug.o efuse.o fw.o mac.o mac80211.o phy.o ps.o regd.o rx.o sar.o sec.o tx.o util.o pci.o rtw8723x.o rtw8703b.o rtw8703b_tables.o rtw8723d.o rtw8723d_table.o rtw8723de.o rtw8821c.o rtw8821c_table.o rtw8821ce.o rtw8822b.o rtw8822b_table.o rtw8822be.o rtw8822c.o rtw8822c_table.o rtw8822ce.o lkpi_iic_if.o
--- all_subdir_sound ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h
--- all_subdir_ufshci ---
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- all_subdir_sound ---
--- isa_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_if.m -h
--- all_subdir_ufshci ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h
--- all_subdir_sound ---
--- channel_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/channel_if.m -h
--- all_subdir_ufshci ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -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_sound ---
--- ac97_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/ac97_if.m -h
--- mixer_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/mixer_if.m -h
--- mpufoi_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/midi/mpufoi_if.m -h
--- all_subdir_rtw89 ---
--- rtw8851b_rfk_table.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -DKBUILD_MODNAME='"rtw89"' -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_RTW89_DEBUGMSG -DCONFIG_RTW89_DEBUGFS -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/dev/rtw89 -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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.rtw8851b_rfk_table.o -MTrtw8851b_rfk_table.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -c /workspace/src/sys/contrib/dev/rtw89/rtw8851b_rfk_table.c -o rtw8851b_rfk_table.o
--- all_subdir_sound ---
--- vnode_if.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h
--- all_subdir_ufshci ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ufshci_pci.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -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.ufshci_pci.o -MTufshci_pci.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/ufshci/ufshci_pci.c -o ufshci_pci.o
--- all_subdir_sound ---
--- feeder_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/feeder_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -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
--- in_mcast.o ---
In function 'inm_merge',
inlined from 'in_leavegroup_locked' at /workspace/src/sys/netinet/in_mcast.c:1337:10:
/workspace/src/sys/sys/tree.h:1054:27: warning: 'nims' may be used uninitialized [-Wmaybe-uninitialized]
1054 | ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:1039:17: note: in expansion of macro 'RB_FOREACH_REVERSE_FROM'
1039 | RB_FOREACH_REVERSE_FROM(ims, ip_msource_tree, nims) {
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'in_leavegroup_locked':
/workspace/src/sys/netinet/in_mcast.c:1008:40: note: 'nims' was declared here
1008 | struct ip_msource *ims, *nims;
| ^~~~
In function 'ip_msource_tree_RB_INSERT_COLOR',
inlined from 'ip_msource_tree_RB_INSERT_FINISH' at /workspace/src/sys/netinet/in_mcast.c:3019:1,
inlined from 'ip_msource_tree_RB_INSERT' at /workspace/src/sys/netinet/in_mcast.c:3019:1,
inlined from 'inm_get_source' at /workspace/src/sys/netinet/in_mcast.c:947:3,
inlined from 'inm_merge' at /workspace/src/sys/netinet/in_mcast.c:1030:11,
inlined from 'in_leavegroup_locked' at /workspace/src/sys/netinet/in_mcast.c:1337:10:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK'
401 | _RB_LINK(tmp, dir, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
583 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3019:1: note: in expansion of macro 'RB_GENERATE'
3019 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'in_leavegroup_locked':
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
540 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3019:1: note: in expansion of macro 'RB_GENERATE'
3019 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
--- modules-all ---
--- all_subdir_ufshci ---
In file included from /workspace/src/sys/dev/ufshci/ufshci_pci.c:21:
/workspace/src/sys/dev/ufshci/ufshci_private.h:506:19: error: 'ufshci_devclass' defined but not used [-Werror=unused-variable]
506 | static devclass_t ufshci_devclass;
| ^~~~~~~~~~~~~~~
--- all_subdir_sound ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- emu10kx-pcm.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -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.emu10kx-pcm.o -MTemu10kx-pcm.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/sound/pci/emu10kx-pcm.c -o emu10kx-pcm.o
--- all_subdir_ufshci ---
cc1: all warnings being treated as errors
*** [ufshci_pci.o] Error code 1
make[4]: stopped in /workspace/src/sys/modules/ufshci
1 error
287.88 real 1108.00 user 56.13 sys
make[1]: stopped in /workspace/src
make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins3468561658705000110.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc14_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address