FreeBSD-stable-14-amd64-gcc12_build - Build #319 - Still Failing
Date: Wed, 17 Jan 2024 05:01:22 UTC
FreeBSD-stable-14-amd64-gcc12_build - Build #319 (5da67ed5279abf21e36e4c02af8e93af486bfabb) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/319/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/319/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/319/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)
fcd1b6ec0766bbdacc4d1129f88e83c53f929d23 by tuexen:
Compile RACK when options TCP_RACK, not TCP_BBR
5da67ed5279abf21e36e4c02af8e93af486bfabb by tuexen:
tcp stacks: in kernel BBR and RACK require in kernel HPTS
The end of the build log:
[...truncated 130.86 MB...]
--- all_subdir_sound ---
--- all_subdir_sound/driver ---
--- all_subdir_sound/driver/solo ---
ctfconvert -L VERSION -g solo.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- snd_solo.ko.full ---
--- all_subdir_ste ---
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- if_ste.ko.full ---
--- all_subdir_sound ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o snd_solo.ko.full solo.o
--- all_subdir_ste ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o if_ste.ko.full if_ste.o
--- all_subdir_sound ---
ctfmerge -L VERSION -g -o snd_solo.ko.full solo.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk snd_solo.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % snd_solo.ko.full
--- snd_solo.ko.debug ---
--- all_subdir_ste ---
ctfmerge -L VERSION -g -o if_ste.ko.full if_ste.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
--- all_subdir_sound ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug snd_solo.ko.full snd_solo.ko.debug
--- all_subdir_ste ---
awk -f /workspace/src/sys/conf/kmod_syms.awk if_ste.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % if_ste.ko.full
--- all_subdir_sound ---
--- snd_solo.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=snd_solo.ko.debug snd_solo.ko.full snd_solo.ko
--- all_subdir_ste ---
--- if_ste.ko.debug ---
--- all_subdir_ti ---
--- if_ti.o ---
--- all_subdir_ste ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug if_ste.ko.full if_ste.ko.debug
--- all_subdir_ti ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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_ti.o -MTif_ti.o -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-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/ti/if_ti.c -o if_ti.o
--- all_subdir_tcp ---
--- all_subdir_tcp/hpts ---
--- tcp_lro_hpts.o ---
ctfconvert -L VERSION -g tcp_lro_hpts.o
--- all_subdir_tcp/bbr ---
--- bbr.o ---
--- all_subdir_tcp/hpts ---
--- tcp_hpts.o ---
In file included from ./machine/atomic.h:73,
from /workspace/src/sys/sys/systm.h:47,
from /workspace/src/sys/sys/bus.h:167,
from /workspace/src/sys/netinet/tcp_hpts.c:102:
/workspace/src/sys/netinet/tcp_hpts.c: In function 'tcp_hpts_mod_unload':
--- tcp_lro_hpts.o ---
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_tcp/bbr ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DMODNAME=tcp_bbr -DSTACKNAME=bbr -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.bbr.o -MTbbr.o -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--- procfs.o ---
--- modules-all ---
_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-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/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c -o bbr.o
--- all_subdir_tcp/hpts ---
--- tcp_hpts.o ---
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'void (**)(void)' to 'void (* volatile*)(void)' must be 'const' qualified [-Wcast-qual]
128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v))
| ^
/workspace/src/sys/netinet/tcp_hpts.c:2020:9: note: in expansion of macro 'atomic_store_ptr'
2020 | atomic_store_ptr(&tcp_hpts_softclock, NULL);
| ^~~~~~~~~~~~~~~~
--- all_subdir_ste ---
--- if_ste.ko ---
--- procfs.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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.procfs.o -MTprocfs.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 -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-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 /workspace/src/sys/fs/procfs/procfs.c
--- modules-all ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=if_ste.ko.debug if_ste.ko.full if_ste.ko
--- all_subdir_tcp ---
--- all_subdir_tcp/rack ---
--- rack.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -DMODNAME=tcp_rack -DSTACKNAME=rack -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.rack.o -MTrack.o -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-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/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c -o rack.o
--- all_subdir_sound ---
--- all_subdir_sound/driver/maestro3 ---
ctfconvert -L VERSION -g maestro3.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- snd_maestro3.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o snd_maestro3.ko.full maestro3.o
ctfmerge -L VERSION -g -o snd_maestro3.ko.full maestro3.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk snd_maestro3.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % snd_maestro3.ko.full
--- snd_maestro3.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug snd_maestro3.ko.full snd_maestro3.ko.debug
--- all_subdir_tcp ---
--- tailq_hash.o ---
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/tailq_hash.c:69:
/workspace/src/sys/netinet/tcp_ratelimit.h:217:1: warning: 'tcp_rl_log_enobuf' defined but not used [-Wunused-function]
217 | tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte)
| ^~~~~~~~~~~~~~~~~
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/tailq_hash.c:62:
/workspace/src/sys/netinet/tcp_fsm.h:73:17: error: 'tcp_outflags' defined but not used [-Werror=unused-variable]
73 | static u_char tcp_outflags[TCP_NSTATES] = {
| ^~~~~~~~~~~~
--- all_subdir_sound ---
--- snd_maestro3.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=snd_maestro3.ko.debug snd_maestro3.ko.full snd_maestro3.ko
--- all_subdir_tmpfs ---
===> tmpfs (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/tmpfs...]
--- all_subdir_tcp ---
--- all_subdir_tcp/bbr ---
--- rack_bbr_common.o ---
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:462:27: warning: 'iptos' may be used uninitialized [-Wmaybe-uninitialized]
462 | retval = (*tp->t_fb->tfb_do_segment_nounlock)(tp, m, th,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
463 | drop_hdrlen, tlen, iptos, nxt_pkt, &tv);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:364:17: note: 'iptos' was declared here
364 | uint8_t iptos, no_vn=0;
| ^~~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:433:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-uninitialized]
433 | drop_hdrlen += off;
| ^~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:363:18: note: 'drop_hdrlen' was declared here
363 | uint16_t drop_hdrlen;
| ^~~~~~~~~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:432:30: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitialized]
432 | tlen -= off;
| ~~~~~^~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:361:34: note: 'tlen' was declared here
361 | int32_t retval, nxt_pkt, tlen, off;
| ^~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:422:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitialized]
422 | off = th->th_off << 2;
| ~~^~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:351:24: note: 'th' was declared here
351 | struct tcphdr *th;
| ^~
--- all_subdir_tmpfs ---
--- machine ---
--- all_subdir_tcp ---
--- all_subdir_tcp/rack ---
--- rack_bbr_common.o ---
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:462:27: warning: 'iptos' may be used uninitialized [-Wmaybe-uninitialized]
462 | retval = (*tp->t_fb->tfb_do_segment_nounlock)(tp, m, th,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
463 | drop_hdrlen, tlen, iptos, nxt_pkt, &tv);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:364:17: note: 'iptos' was declared here
364 | uint8_t iptos, no_vn=0;
| ^~~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:433:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-uninitialized]
433 | drop_hdrlen += off;
| ^~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:363:18: note: 'drop_hdrlen' was declared here
363 | uint16_t drop_hdrlen;
| ^~~~~~~~~~~
--- all_subdir_tmpfs ---
machine -> /workspace/src/sys/amd64/include
--- all_subdir_tcp ---
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:432:30: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitialized]
432 | tlen -= off;
| ~~~~~^~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:361:34: note: 'tlen' was declared here
361 | int32_t retval, nxt_pkt, tlen, off;
| ^~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:422:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitialized]
422 | off = th->th_off << 2;
| ~~^~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:351:24: note: 'th' was declared here
351 | struct tcphdr *th;
| ^~
--- all_subdir_tmpfs ---
--- 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_tmpfs.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_tmpfs.h opt_tmpfs.h
--- opt_ddb.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ddb.h opt_ddb.h
--- vnode_if.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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 -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-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_sysvipc ---
ctfconvert -L VERSION -g sysv_msg.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- sysvmsg.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o sysvmsg.ko.full sysv_msg.o
ctfmerge -L VERSION -g -o sysvmsg.ko.full sysv_msg.o
ERROR: ctfmerge: No ctf sections found to merge
--- sysvmsg.ko.debug ---
--- all_subdir_tmpfs ---
--- offset.inc ---
--- all_subdir_sysvipc ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sysvmsg.ko.full sysvmsg.ko.debug
--- all_subdir_tmpfs ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_sysvipc ---
--- sysvmsg.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=sysvmsg.ko.debug sysvmsg.ko.full sysvmsg.ko
--- all_subdir_sound ---
--- all_subdir_sound/driver/driver ---
===> sound/driver/driver (all)
--- all_subdir_tcp ---
--- tailq_hash.o ---
cc1: all warnings being treated as errors
--- all_subdir_sound ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/sound/driver/driver...]
186.60 real 1071.25 user 52.21 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-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins4020970040753192569.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-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