Date: Wed, 25 Feb 2026 12:13:40 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: khng@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #2984 - Still Failing Message-ID: <470733522.1571.1772021623205@jenkins.ci.freebsd.org> In-Reply-To: <359343199.1561.1772016023750@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #2984 (de773bcc2ffb8472f68283985bf4b7b698c57914) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2984/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2984/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2984/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) de773bcc2ffb8472f68283985bf4b7b698c57914 by khng: Use NO_SHARED instead of explicitly using -static flag The end of the build log: [...truncated 121.38 MiB...] ctfconvert -L VERSION -g envy24.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_thunderbolt --- /workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_find_router_vsec': /workspace/src/sys/dev/thunderbolt/tbcfg_reg.h:144:43: warning: array subscript 'struct tb_cfg_router[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 144 | #define GET_ROUTER_CS_NEXT_CAP(r) (r->router_cs_1 & \ /workspace/src/sys/dev/thunderbolt/router.c:859:25: note: in expansion of macro 'GET_ROUTER_CS_NEXT_CAP' 859 | rcap.next_cap = GET_ROUTER_CS_NEXT_CAP(cfg); | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/malloc.h:235:32: note: object of size 32 allocated by 'malloc' 235 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/thunderbolt/router.c:846:15: note: in expansion of macro 'malloc' 846 | buf = malloc(8 * 4, M_THUNDERBOLT, M_NOWAIT|M_ZERO); | ^~~~~~ /workspace/src/sys/dev/thunderbolt/router.c:864:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized] 864 | *offset = rcap.current_cap; | ~~~~^~~~~~~~~~~~ /workspace/src/sys/dev/thunderbolt/router.c:841:31: note: 'rcap.current_cap' was declared here 841 | struct router_cfg_cap rcap; | ^~~~ /workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_find_adapter_cap': /workspace/src/sys/dev/thunderbolt/router.c:910:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized] 910 | *offset = rcap.current_cap; | ~~~~^~~~~~~~~~~~ /workspace/src/sys/dev/thunderbolt/router.c:887:31: note: 'rcap.current_cap' was declared here 887 | struct router_cfg_cap rcap; | ^~~~ --- 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, 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:404:13: note: in expansion of macro '_RB_LINK' 404 | _RB_LINK(tmp, dir, field)) != NULL) \ | ^~~~~~~~ /workspace/src/sys/sys/tree.h:586:25: note: in expansion of macro 'RB_ROTATE' 586 | RB_ROTATE(elm, child, elmdir, field); \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | 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:543:22: note: 'child' was declared here 543 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | 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_sysvipc --- --- all_subdir_sysvipc/sysvsem --- ctfconvert -L VERSION -g sysv_sem.o make[4]: stopped making "all" in /workspace/src/sys/modules/sysvipc make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tcp --- --- all_subdir_tcp/rack --- ctfconvert -L VERSION -g rack_bbr_common.o --- all_subdir_thunderbolt --- In function 'tb_config_find_router_cap', inlined from 'tb_config_find_router_vsec' at /workspace/src/sys/dev/thunderbolt/router.c:881:10, inlined from 'tb_config_get_lc_uuid' at /workspace/src/sys/dev/thunderbolt/router.c:924:10: /workspace/src/sys/dev/thunderbolt/tbcfg_reg.h:144:43: warning: array subscript 'struct tb_cfg_router[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds=] 144 | #define GET_ROUTER_CS_NEXT_CAP(r) (r->router_cs_1 & \ /workspace/src/sys/dev/thunderbolt/router.c:859:25: note: in expansion of macro 'GET_ROUTER_CS_NEXT_CAP' 859 | rcap.next_cap = GET_ROUTER_CS_NEXT_CAP(cfg); | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/malloc.h:235:32: note: object of size 32 allocated by 'malloc' 235 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/thunderbolt/router.c:846:15: note: in expansion of macro 'malloc' 846 | buf = malloc(8 * 4, M_THUNDERBOLT, M_NOWAIT|M_ZERO); | ^~~~~~ --- all_subdir_tcp --- make[4]: stopped making "all" in /workspace/src/sys/modules/tcp --- all_subdir_thunderbolt --- /workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_get_lc_uuid': /workspace/src/sys/dev/thunderbolt/router.c:841:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized] 841 | struct router_cfg_cap rcap; | ^~~~ ctfconvert -L VERSION -g router.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sound --- --- all_subdir_sound/driver/emu10k1 --- ctfconvert -L VERSION -g emu10k1.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- 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, 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:404:13: note: in expansion of macro '_RB_LINK' 404 | _RB_LINK(tmp, dir, field)) != NULL) \ | ^~~~~~~~ /workspace/src/sys/sys/tree.h:586:25: note: in expansion of macro 'RB_ROTATE' 586 | RB_ROTATE(elm, child, elmdir, field); \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | 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:543:22: note: 'child' was declared here 543 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | 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/envy24ht --- ctfconvert -L VERSION -g envy24ht.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_tmpfs --- ctfconvert -L VERSION -g tmpfs_subr.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sym --- ctfconvert -L VERSION -g sym_hipd.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 --- --- 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 --- --- all_subdir_tcp/bbr --- In function 'bbr_state_startup', inlined from 'bbr_state_change' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11055:7, inlined from 'bbr_check_bbr_for_state' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11265:2: /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:10960:25: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized] 10960 | bbr_log_startup_event(bbr, cts, rtt_gain, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10961 | 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:10903:13: note: 'delta' was declared here 10903 | 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:11594:4: /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:1053:32: warning: 'lcts' may be used uninitialized [-Wmaybe-uninitialized] 1053 | 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': /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11276:23: note: 'lcts' was declared here 11276 | 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:13346:30: warning: 'recwin' may be used uninitialized [-Wmaybe-uninitialized] 13346 | if ((flags & TH_RST) || ((recwin < (so->so_rcv.sb_hiwat / 4) && | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13347 | recwin < maxseg))) | ~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11814:18: note: 'recwin' was declared here 11814 | 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:13439:59: warning: 'ulen' may be used uninitialized [-Wmaybe-uninitialized] 13439 | 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:348:25: note: in expansion of macro '__htons' 348 | #define htons(x) __htons(x) | ^~~~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13439:48: note: in expansion of macro 'htons' 13439 | ip->ip_dst.s_addr, htons(ulen + IPPROTO_UDP)); | ^~~~~ /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11829:18: note: 'ulen' was declared here 11829 | 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 *** [modules-all] Error code 2 make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC make[2]: 1 error make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 544.84 real 6234.15 user 382.79 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-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins16784047310616262060.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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470733522.1571.1772021623205>
