FreeBSD-stable-13-amd64-gcc14_build - Build #53 - Failure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Apr 2025 10:42:43 UTC
FreeBSD-stable-13-amd64-gcc14_build - Build #53 (f8cd0c8e20b0be367c9508770a92ea7649f5da4b) - Failure
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-13-amd64-gcc14_build/53/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-13-amd64-gcc14_build/53/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-13-amd64-gcc14_build/53/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)
f8cd0c8e20b0be367c9508770a92ea7649f5da4b by ae:
tests: fix test for NULL encription
The end of the build log:
[...truncated 145.08 MiB...]
from /workspace/src/sys/sys/systm.h:43,
from /workspace/src/sys/sys/malloc.h:42,
from /workspace/src/sys/netlink/netlink_module.c:32:
/workspace/src/sys/netlink/netlink_module.c: In function 'vnet_nl_ctl_init':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct nl_control **' to 'struct nl_control * volatile*' must be 'const' qualified [-Wcast-qual]
128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v))
| ^
/workspace/src/sys/netlink/netlink_module.c:96:17: note: in expansion of macro 'atomic_store_ptr'
96 | atomic_store_ptr(&V_nl_ctl, ctl);
| ^~~~~~~~~~~~~~~~
/workspace/src/sys/netlink/netlink_module.c: In function 'vnet_nl_ctl_destroy':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct nl_control **' to 'struct nl_control * volatile*' must be 'const' qualified [-Wcast-qual]
128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v))
| ^
/workspace/src/sys/netlink/netlink_module.c:120:9: note: in expansion of macro 'atomic_store_ptr'
120 | atomic_store_ptr(&V_nl_ctl, NULL);
| ^~~~~~~~~~~~~~~~
ctfconvert -L VERSION -g netlink_module.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- iface_drivers.o ---
--- netlink_route.o ---
ctfconvert -L VERSION -g netlink_route.o
--- iface_drivers.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.iface_drivers.o -MTiface_drivers.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/netlink/route/iface_drivers.c
--- netlink_route.o ---
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- iface.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.iface.o -MTiface.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/netlink/route/iface.c
--- netlink_message_parser.o ---
ctfconvert -L VERSION -g netlink_message_parser.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- neigh.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.neigh.o -MTneigh.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/netlink/route/neigh.c
--- netlink_io.o ---
ctfconvert -L VERSION -g netlink_io.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- nexthop.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.nexthop.o -MTnexthop.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/netlink/route/nexthop.c
--- in_mcast.o ---
In function 'ip_msource_tree_RB_INSERT_FINISH',
inlined from 'ip_msource_tree_RB_INSERT' at /workspace/src/sys/netinet/in_mcast.c:3078:1,
inlined from 'imf_get_source' at /workspace/src/sys/netinet/in_mcast.c:762:3,
inlined from 'inp_set_source_filters' at /workspace/src/sys/netinet/in_mcast.c:2687:12,
inlined from 'inp_setmoptions' at /workspace/src/sys/netinet/in_mcast.c:2874:11:
/workspace/src/sys/sys/tree.h:354:28: warning: array subscript 'struct ip_msource[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=]
354 | _RB_UP(elm, field) = parent; \
| ^
/workspace/src/sys/sys/tree.h:843:9: note: in expansion of macro 'RB_SET'
843 | RB_SET(elm, parent, field); \
| ^~~~~~
/workspace/src/sys/sys/tree.h:480:9: note: in expansion of macro 'RB_GENERATE_INSERT_FINISH'
480 | RB_GENERATE_INSERT_FINISH(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:472:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
472 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3078:1: note: in expansion of macro 'RB_GENERATE'
3078 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
In function 'imf_get_source',
inlined from 'inp_set_source_filters' at /workspace/src/sys/netinet/in_mcast.c:2687:12,
inlined from 'inp_setmoptions' at /workspace/src/sys/netinet/in_mcast.c:2874:11:
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 32 allocated by 'malloc'
232 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:755:24: note: in expansion of macro 'malloc'
755 | nims = malloc(sizeof(struct in_msource), M_INMFILTER,
| ^~~~~~
--- iface_drivers.o ---
ctfconvert -L VERSION -g iface_drivers.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- rt.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.rt.o -MTrt.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/netlink/route/rt.c
--- ip6_output.o ---
ctfconvert -L VERSION -g ip6_output.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- nfs_diskless.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.nfs_diskless.o -MTnfs_diskless.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/nfs/nfs_diskless.c
--- in_mcast.o ---
In function 'ip_msource_tree_RB_DO_INSERT_COLOR',
inlined from 'ip_msource_tree_RB_INSERT_FINISH' at /workspace/src/sys/netinet/in_mcast.c:3078:1,
inlined from 'ip_msource_tree_RB_INSERT' at /workspace/src/sys/netinet/in_mcast.c:3078:1,
inlined from 'imf_get_source' at /workspace/src/sys/netinet/in_mcast.c:762:3,
inlined from 'inp_set_source_filters' at /workspace/src/sys/netinet/in_mcast.c:2687:12,
inlined from 'inp_setmoptions' at /workspace/src/sys/netinet/in_mcast.c:2874:11:
/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-1, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:587:25: note: in expansion of macro 'RB_ROTATE'
587 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_DO_INSERT_COLOR'
477 | RB_GENERATE_DO_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:472:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
472 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3078:1: note: in expansion of macro 'RB_GENERATE'
3078 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'inp_setmoptions':
/workspace/src/sys/sys/tree.h:544:22: note: 'child' was declared here
544 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_DO_INSERT_COLOR'
477 | RB_GENERATE_DO_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:472:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
472 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3078:1: note: in expansion of macro 'RB_GENERATE'
3078 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
In function 'inm_merge',
inlined from 'inp_set_source_filters' at /workspace/src/sys/netinet/in_mcast.c:2705:10,
inlined from 'inp_setmoptions' at /workspace/src/sys/netinet/in_mcast.c:2874:11:
/workspace/src/sys/sys/tree.h:1072:27: warning: 'nims' may be used uninitialized [-Wmaybe-uninitialized]
1072 | ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:1047:17: note: in expansion of macro 'RB_FOREACH_REVERSE_FROM'
1047 | RB_FOREACH_REVERSE_FROM(ims, ip_msource_tree, nims) {
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'inp_setmoptions':
/workspace/src/sys/netinet/in_mcast.c:1016:40: note: 'nims' was declared here
1016 | struct ip_msource *ims, *nims;
| ^~~~
In function 'ip_msource_tree_RB_DO_INSERT_COLOR',
inlined from 'ip_msource_tree_RB_INSERT_FINISH' at /workspace/src/sys/netinet/in_mcast.c:3078:1,
inlined from 'ip_msource_tree_RB_INSERT' at /workspace/src/sys/netinet/in_mcast.c:3078:1,
inlined from 'inm_get_source' at /workspace/src/sys/netinet/in_mcast.c:955:3,
inlined from 'inm_merge' at /workspace/src/sys/netinet/in_mcast.c:1038:11,
inlined from 'inp_set_source_filters' at /workspace/src/sys/netinet/in_mcast.c:2705:10,
inlined from 'inp_setmoptions' at /workspace/src/sys/netinet/in_mcast.c:2874:11:
/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-1, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:587:25: note: in expansion of macro 'RB_ROTATE'
587 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_DO_INSERT_COLOR'
477 | RB_GENERATE_DO_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:472:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
472 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3078:1: note: in expansion of macro 'RB_GENERATE'
3078 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c: In function 'inp_setmoptions':
/workspace/src/sys/sys/tree.h:544:22: note: 'child' was declared here
544 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_DO_INSERT_COLOR'
477 | RB_GENERATE_DO_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:472:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
472 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netinet/in_mcast.c:3078:1: note: in expansion of macro 'RB_GENERATE'
3078 | RB_GENERATE(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
| ^~~~~~~~~~~
--- key.o ---
In function 'key_setlifetime',
inlined from 'key_setdumpsp' at /workspace/src/sys/netipsec/key.c:2670:7,
inlined from 'key_spdget' at /workspace/src/sys/netipsec/key.c:2411:6:
/workspace/src/sys/netipsec/key.c:8540:38: warning: 'lt.allocations' may be used uninitialized [-Wmaybe-uninitialized]
8540 | p->sadb_lifetime_allocations = src->allocations;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/workspace/src/sys/netipsec/key.c: In function 'key_spdget':
/workspace/src/sys/netipsec/key.c:2641:28: note: 'lt.allocations' was declared here
2641 | struct seclifetime lt;
| ^~
In function 'key_setlifetime',
inlined from 'key_setdumpsp' at /workspace/src/sys/netipsec/key.c:2670:7,
inlined from 'key_spdget' at /workspace/src/sys/netipsec/key.c:2411:6:
/workspace/src/sys/netipsec/key.c:8541:32: warning: 'lt.bytes' may be used uninitialized [-Wmaybe-uninitialized]
8541 | p->sadb_lifetime_bytes = src->bytes;
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/workspace/src/sys/netipsec/key.c: In function 'key_spdget':
/workspace/src/sys/netipsec/key.c:2641:28: note: 'lt.bytes' was declared here
2641 | struct seclifetime lt;
| ^~
--- netlink_message_writer.o ---
ctfconvert -L VERSION -g netlink_message_writer.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- nfs_nfssvc.o ---
/usr/local/bin/x86_64-unknown-freebsd13.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.4/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.nfs_nfssvc.o -MTnfs_nfssvc.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-unused-but-set-variable -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=iso9899:1999 -Werror /workspace/src/sys/nfs/nfs_nfssvc.c
--- mld6.o ---
ctfconvert -L VERSION -g mld6.o
--- key.o ---
In function 'key_setlifetime',
inlined from 'key_setdumpsp' at /workspace/src/sys/netipsec/key.c:2670:7,
inlined from 'key_spddump' at /workspace/src/sys/netipsec/key.c:2612:9:
/workspace/src/sys/netipsec/key.c:8540:38: warning: 'lt.allocations' may be used uninitialized [-Wmaybe-uninitialized]
8540 | p->sadb_lifetime_allocations = src->allocations;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/workspace/src/sys/netipsec/key.c: In function 'key_spddump':
/workspace/src/sys/netipsec/key.c:2641:28: note: 'lt.allocations' was declared here
2641 | struct seclifetime lt;
| ^~
In function 'key_setlifetime',
inlined from 'key_setdumpsp' at /workspace/src/sys/netipsec/key.c:2670:7,
inlined from 'key_spddump' at /workspace/src/sys/netipsec/key.c:2612:9:
/workspace/src/sys/netipsec/key.c:8541:32: warning: 'lt.bytes' may be used uninitialized [-Wmaybe-uninitialized]
8541 | p->sadb_lifetime_bytes = src->bytes;
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/workspace/src/sys/netipsec/key.c: In function 'key_spddump':
/workspace/src/sys/netipsec/key.c:2641:28: note: 'lt.bytes' was declared here
2641 | struct seclifetime lt;
| ^~
In function 'key_setlifetime',
inlined from 'key_setdumpsp' at /workspace/src/sys/netipsec/key.c:2670:7,
inlined from 'key_spddump' at /workspace/src/sys/netipsec/key.c:2622:9:
/workspace/src/sys/netipsec/key.c:8540:38: warning: 'lt.allocations' may be used uninitialized [-Wmaybe-uninitialized]
8540 | p->sadb_lifetime_allocations = src->allocations;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/workspace/src/sys/netipsec/key.c: In function 'key_spddump':
/workspace/src/sys/netipsec/key.c:2641:28: note: 'lt.allocations' was declared here
2641 | struct seclifetime lt;
| ^~
In function 'key_setlifetime',
inlined from 'key_setdumpsp' at /workspace/src/sys/netipsec/key.c:2670:7,
inlined from 'key_spddump' at /workspace/src/sys/netipsec/key.c:2622:9:
/workspace/src/sys/netipsec/key.c:8541:32: warning: 'lt.bytes' may be used uninitialized [-Wmaybe-uninitialized]
8541 | p->sadb_lifetime_bytes = src->bytes;
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/workspace/src/sys/netipsec/key.c: In function 'key_spddump':
/workspace/src/sys/netipsec/key.c:2641:28: note: 'lt.bytes' was declared here
2641 | struct seclifetime lt;
| ^~
Build timed out (after 90 minutes). Marking the build as failed.
Build was aborted
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-13-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins9301719950718459372.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-13-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