Date: Mon, 2 Mar 2026 15:21:52 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc14_build - Build #569 - Still Failing Message-ID: <1479316280.2161.1772464916499@jenkins.ci.freebsd.org> In-Reply-To: <1580013130.2131.1772418992531@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-15-amd64-gcc14_build - Build #569 (f35cb87a56b0fb21dc19546135bd68315ce17714) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/569/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/569/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/569/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) f35cb87a56b0fb21dc19546135bd68315ce17714 by bapt: libusb: dequeue next transfer on completion to prevent stalls The end of the build log: [...truncated 143.67 MiB...] ctfconvert -L VERSION -g g_raid.o --- md_intel.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.md_intel.o -MTmd_intel.o -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu17 -Werror /workspace/src/sys/geom/raid/md_intel.c --- modules-all --- --- all_subdir_sound --- --- all_subdir_sound/driver/es137x --- ctfconvert -L VERSION -g es137x.o --- snd_es137x.ko.full --- /usr/local/x86_64-unknown-freebsd15.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_es137x.ko.full es137x.o ctfmerge -L VERSION -g -o snd_es137x.ko.full es137x.o --- all_subdir_rtw89 --- *** [core.o] Error code 1 make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89 make[4]: 1 error make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89 make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sound --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk snd_es137x.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % snd_es137x.ko.full make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_tmpfs --- In file included from /workspace/src/sys/sys/sysctl.h:41, from /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:54: In function 'tmpfs_dir_RB_INSERT_COLOR', inlined from 'tmpfs_dir_RB_INSERT_FINISH' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1, inlined from 'tmpfs_dir_RB_INSERT' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1, inlined from 'tmpfs_dir_attach' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1463:8, inlined from 'tmpfs_alloc_file' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1226:2: /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:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_alloc_file': /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:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ --- all_subdir_sound --- --- all_subdir_sound/driver/fm801 --- ctfconvert -L VERSION -g fm801.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_sound/sound --- ctfconvert -L VERSION -g sndstat.o --- all_subdir_sysvipc --- ctfconvert -L VERSION -g sysv_shm.o make[4]: stopped making "all" in /workspace/src/sys/modules/sysvipc make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tmpfs --- In function 'tmpfs_dir_RB_INSERT_COLOR', inlined from 'tmpfs_dir_RB_INSERT_FINISH' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1, inlined from 'tmpfs_dir_RB_INSERT' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1, inlined from 'tmpfs_dir_attach' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1463:8: /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:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_dir_attach': /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:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ In function 'tmpfs_dir_RB_INSERT_COLOR', inlined from 'tmpfs_dir_RB_INSERT_FINISH' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1, inlined from 'tmpfs_dir_RB_INSERT' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1, inlined from 'tmpfs_dir_attach' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1463:8, inlined from 'tmpfs_dir_whiteout_add' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1804:2: /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:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_dir_whiteout_add': /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:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 471 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ ctfconvert -L VERSION -g tmpfs_subr.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_ti --- ctfconvert -L VERSION -g if_ti.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sound --- --- mixer.o --- ctfconvert -L VERSION -g mixer.o make[4]: stopped making "all" in /workspace/src/sys/modules/sound --- md_ddf.o --- ctfconvert -L VERSION -g md_ddf.o --- modules-all --- --- all_subdir_sound/driver --- --- all_subdir_sound/driver/emu10kx --- ctfconvert -L VERSION -g emu10kx.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver make[4]: stopped making "all" in /workspace/src/sys/modules/sound make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tcp --- In function 'bbr_state_startup', inlined from 'bbr_state_change' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11060:7, inlined from 'bbr_check_bbr_for_state' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11270:2: /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:10965:25: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized] 10965 | bbr_log_startup_event(bbr, cts, rtt_gain, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10966 | delta, bbr->r_ctl.startup_last_srtt, 10); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c: In function 'bbr_check_bbr_for_state': /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:10908:13: note: 'delta' was declared here 10908 | int delta, rtt_gain; | ^~~~~ In function 'bbr_timer_audit', inlined from 'bbr_do_segment_nounlock' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11599:4: /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:1055:32: warning: 'lcts' may be used uninitialized [-Wmaybe-uninitialized] 1055 | hpts_timeout = bbr_timer_start(tp, bbr, cts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c: In function 'bbr_do_segment_nounlock': --- md_intel.o --- ctfconvert -L VERSION -g md_intel.o --- modules-all --- /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11281:23: note: 'lcts' was declared here 11281 | uint32_t cts, lcts; | ^~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c: In function 'bbr_output_wtime': /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13352:30: warning: 'recwin' may be used uninitialized [-Wmaybe-uninitialized] 13352 | if ((flags & TH_RST) || ((recwin < (so->so_rcv.sb_hiwat / 4) && | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13353 | recwin < maxseg))) | ~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11819:18: note: 'recwin' was declared here 11819 | uint32_t recwin, sendwin; | ^~~~~~ In file included from ./x86/endian.h:36, from ./machine/endian.h:5, from /workspace/src/sys/sys/types.h:43, from /workspace/src/sys/sys/param.h:117, from /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:38: /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13445:59: warning: 'ulen' may be used uninitialized [-Wmaybe-uninitialized] 13445 | ip->ip_dst.s_addr, htons(ulen + IPPROTO_UDP)); /workspace/src/sys/sys/_endian.h:85:43: note: in definition of macro '__bswap16' 85 | #define __bswap16(x) __builtin_bswap16(x) | ^ /workspace/src/sys/sys/param.h:345:25: note: in expansion of macro '__htons' 345 | #define htons(x) __htons(x) | ^~~~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13445:48: note: in expansion of macro 'htons' 13445 | ip->ip_dst.s_addr, htons(ulen + IPPROTO_UDP)); | ^~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11834:18: note: 'ulen' was declared here 11834 | unsigned ulen; | ^~~~ ctfconvert -L VERSION -g bbr.o make[4]: stopped making "all" in /workspace/src/sys/modules/tcp make[3]: stopped making "all" in /workspace/src/sys/modules make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 427.92 real 4902.82 user 291.24 sys make[1]: stopped making "buildkernel" in /workspace/src make: stopped making "buildkernel" in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-stable-15-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins3314671752186595199.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1479316280.2161.1772464916499>
