Date: Wed, 25 Feb 2026 04:15:13 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bz@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #2979 - Still Failing Message-ID: <246721056.1531.1771992916343@jenkins.ci.freebsd.org> In-Reply-To: <42050587.1519.1771987610215@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #2979 (fc9369abef6b6993e79b08de832e1d49f81a17b9) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2979/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2979/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2979/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) a4e30909ec983f7986954e6c509ea21422561d84 by bz: qoriq: fix spelling in device_set_desc() 5edf24aac1d0978d37d62594f42d87c9f118622b by bz: ofed: reduce usage of struct dma_attrs *dma_attrs fc9369abef6b6993e79b08de832e1d49f81a17b9 by bz: LinuxKPI: 802.11: do not leak BA sessions when tearing down state The end of the build log: [...truncated 121.61 MiB...] 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_ufs --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_uart --- ctfconvert -L VERSION -g uart_dev_quicc.o --- 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; | ^~~~~ --- all_subdir_sound --- ctfconvert -L VERSION -g ich.o --- all_subdir_sound/driver/hdspe --- ctfconvert -L VERSION -g hdspe-pcm.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_sound/driver/ich --- make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_tmpfs --- ctfconvert -L VERSION -g tmpfs_vnops.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_udf --- In function 'udf_uiodir', inlined from 'udf_readdir' at /workspace/src/sys/fs/udf/udf_vnops.c:883:12: /workspace/src/sys/fs/udf/udf_vnops.c:626:20: warning: 'uiodir.ncookies' may be used uninitialized [-Wmaybe-uninitialized] 626 | if (++uiodir->acookies > uiodir->ncookies) { | ^ /workspace/src/sys/fs/udf/udf_vnops.c: In function 'udf_readdir': /workspace/src/sys/fs/udf/udf_vnops.c:794:27: note: 'uiodir.ncookies' was declared here 794 | struct udf_uiodir uiodir; | ^~~~~~ --- all_subdir_sound --- --- all_subdir_sound/driver/hda --- --- hdac.o --- ctfconvert -L VERSION -g hdac.o --- all_subdir_udf --- ctfconvert -L VERSION -g udf_vnops.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_uart --- --- uart_dev_ns8250.o --- ctfconvert -L VERSION -g uart_dev_ns8250.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tcp --- 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; | ^~~~ --- all_subdir_tcp/rack --- /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c: In function 'rack_log_output.isra': /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:8307:25: warning: 'nrsm' may be used uninitialized [-Wmaybe-uninitialized] 8307 | panic("Insert in tailq_hash of %p fails ret:%d rack:%p rsm:%p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8308 | nrsm, insret, rack, rsm); | ~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:8142:36: note: 'nrsm' was declared here 8142 | struct rack_sendmap *rsm, *nrsm; | ^~~~ --- all_subdir_tcp/bbr --- /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; | ^~~~ --- all_subdir_tcp/rack --- /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c: In function 'rack_fast_output.constprop': /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19075:21: warning: 'if_hw_tsomaxsegsize' may be used uninitialized [-Wmaybe-uninitialized] 19075 | m->m_next = rack_fo_m_copym(rack, &len, if_hw_tsomaxsegcount, if_hw_tsomaxsegsize, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19076 | &s_mb, &s_soff); | ~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:18948:18: note: 'if_hw_tsomaxsegsize' was declared here 18948 | uint32_t if_hw_tsomaxsegsize; | ^~~~~~~~~~~~~~~~~~~ In function 'rack_log_output', inlined from 'rack_fast_output.constprop' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19333:2: /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:8307:25: warning: 'nrsm' may be used uninitialized [-Wmaybe-uninitialized] 8307 | panic("Insert in tailq_hash of %p fails ret:%d rack:%p rsm:%p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8308 | nrsm, insret, rack, rsm); | ~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c: In function 'rack_fast_output.constprop': /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:8142:36: note: 'nrsm' was declared here 8142 | struct rack_sendmap *rsm, *nrsm; | ^~~~ --- all_subdir_sound --- --- hdaa.o --- ctfconvert -L VERSION -g hdaa.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 --- /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c: In function 'rack_output': /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22262:28: warning: 'mtu' may be used uninitialized [-Wmaybe-uninitialized] 22262 | if (mtu != 0) { | ^ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19578:22: note: 'mtu' was declared here 19578 | int32_t tso, mtu; | ^~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22260:28: warning: 'tso' may be used uninitialized [-Wmaybe-uninitialized] 22260 | if (tso) | ^ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19578:17: note: 'tso' was declared here 19578 | int32_t tso, mtu; | ^~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:20595:52: warning: 'idle' may be used uninitialized [-Wmaybe-uninitialized] 20595 | if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 20596 | (idle || (tp->t_flags & TF_NODELAY)) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19573:17: note: 'idle' was declared here 19573 | int32_t idle, sendalot; | ^~~~ In function 'rack_fast_rsm_output', inlined from 'rack_output' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:20160:9: /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:18520:21: warning: 'if_hw_tsomaxsegsize' may be used uninitialized [-Wmaybe-uninitialized] 18520 | m->m_next = rack_fo_base_copym(rsm->m, rsm->soff, &len, NULL, if_hw_tsomaxsegcount, if_hw_tsomaxsegsize, rsm->r_hw_tls); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c: In function 'rack_output': /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:18358:18: note: 'if_hw_tsomaxsegsize' was declared here 18358 | uint32_t if_hw_tsomaxsegsize; | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:21609:20: warning: 'recwin' may be used uninitialized [-Wmaybe-uninitialized] 21609 | if (recwin < (long)(so->so_rcv.sb_hiwat / 4) && | ^ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19545:18: note: 'recwin' was declared here 19545 | uint32_t recwin; | ^~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:21430:37: warning: 'if_hw_tsomaxsegsize' may be used uninitialized [-Wmaybe-uninitialized] 21430 | m->m_next = tcp_m_copym( | ^~~~~~~~~~~~ 21431 | mb, moff, &len, | ~~~~~~~~~~~~~~~ 21432 | if_hw_tsomaxsegcount, if_hw_tsomaxsegsize, msb, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21433 | ((rsm == NULL) ? hw_tls : 0)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19552:18: note: 'if_hw_tsomaxsegsize' was declared here 19552 | uint32_t if_hw_tsomaxsegsize; | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22415:38: warning: 'ipoptlen' may be used uninitialized [-Wmaybe-uninitialized] 22411 | if ((error == 0) && | ~~~~~~~~~~~~~~~ 22412 | rack_use_rfo && | ~~~~~~~~~~~~~~~ 22413 | ((flags & (TH_SYN|TH_FIN)) == 0) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22414 | (rsm == NULL) && | ~~~~~~~~~~~~~~~~ 22415 | (doing_tlp == 0) && | ~~~~~~~~~~~~~~~~~^~ 22416 | (ipoptlen == 0) && | ~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19566:18: note: 'ipoptlen' was declared here 19566 | unsigned ipoptlen, optlen, hdrlen, ulen=0; | ^~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22404:17: warning: 'optlen' may be used uninitialized [-Wmaybe-uninitialized] 22404 | rack_log_fsb(rack, tp, so, flags, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22405 | ipoptlen, orig_len, len, error, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22406 | (rsm == NULL), optlen, __LINE__, 2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19566:28: note: 'optlen' was declared here 19566 | unsigned ipoptlen, optlen, hdrlen, ulen=0; | ^~~~~~ --- all_subdir_tcp/bbr --- ctfconvert -L VERSION -g bbr.o make[4]: stopped making "all" in /workspace/src/sys/modules/tcp --- all_subdir_tcp/rack --- ctfconvert -L VERSION -g rack.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 541.95 real 6125.84 user 363.72 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/jenkins10513945548577762286.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?246721056.1531.1771992916343>
