Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 04:10:28 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kib@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-15-amd64-gcc14_build - Build #566 - Still Failing
Message-ID:  <412805953.1951.1772251832413@jenkins.ci.freebsd.org>
In-Reply-To: <1601649553.1943.1772248455725@jenkins.ci.freebsd.org>

index | next in thread | previous in thread | raw e-mail

FreeBSD-stable-15-amd64-gcc14_build - Build #566 (fe90ad2d2444616d01d0d5396c0687635d637364) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/566/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/566/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/566/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)

e0dbeabeee7a5f8fb7617b22b272c70c5618907c by kib:
iommu_gas: Fix assertion.

08f95c4938d301a9e00e69b97d1dea3cacd98ac5 by kib:
procctl(PROC_REAP_KILL): use pgrp pg_killsx sx to sync with fork

cf64824a3e95777834233064dfbf6ed9f8a1c663 by kib:
reap_kill_subtree_once(): reap_kill_proc_work() might drop proctree_lock

fe90ad2d2444616d01d0d5396c0687635d637364 by kib:
procctl(PROC_REAP_KILL): align error reporting with pgkill(2)



The end of the build log:

[...truncated 144.08 MiB...]
/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);
      | ^~~~~~~~~~~~~~~~~~
--- all_subdir_sctp ---
--- sctp_asconf.o ---
ctfconvert -L VERSION -g sctp_asconf.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sound ---
--- all_subdir_sound/driver ---
ctfconvert -L VERSION -g csa.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_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: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
--- sysv_msg.o ---
ctfconvert -L VERSION -g sysv_msg.o
--- sysv_sem.o ---
ctfconvert -L VERSION -g sysv_sem.o
--- modules-all ---
--- all_subdir_ti ---
ctfconvert -L VERSION -g if_ti.o

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: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':
/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;
      |                  ^~~~
--- 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:19012:21: warning: 'if_hw_tsomaxsegsize' may be used uninitialized [-Wmaybe-uninitialized]
19012 |         m->m_next = rack_fo_m_copym(rack, &len, if_hw_tsomaxsegcount, if_hw_tsomaxsegsize,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19013 |                                     &s_mb, &s_soff);
      |                                     ~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:18885:18: note: 'if_hw_tsomaxsegsize' was declared here
18885 |         uint32_t if_hw_tsomaxsegsize;
      |                  ^~~~~~~~~~~~~~~~~~~
--- 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 ---
/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:22190:28: warning: 'mtu' may be used uninitialized [-Wmaybe-uninitialized]
22190 |                         if (mtu != 0) {
      |                            ^
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19515:22: note: 'mtu' was declared here
19515 |         int32_t tso, mtu;
      |                      ^~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22188:28: warning: 'tso' may be used uninitialized [-Wmaybe-uninitialized]
22188 |                         if (tso)
      |                            ^
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19515:17: note: 'tso' was declared here
19515 |         int32_t tso, mtu;
      |                 ^~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:20532:52: warning: 'idle' may be used uninitialized [-Wmaybe-uninitialized]
20532 |                 if (!(tp->t_flags & TF_MORETOCOME) &&   /* normal case */
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
20533 |                     (idle || (tp->t_flags & TF_NODELAY)) &&
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19510:17: note: 'idle' was declared here
19510 |         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:20097:9:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:18457:21: warning: 'if_hw_tsomaxsegsize' may be used uninitialized [-Wmaybe-uninitialized]
18457 |         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:18295:18: note: 'if_hw_tsomaxsegsize' was declared here
18295 |         uint32_t if_hw_tsomaxsegsize;
      |                  ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:21537:20: warning: 'recwin' may be used uninitialized [-Wmaybe-uninitialized]
21537 |                 if (recwin < (long)(so->so_rcv.sb_hiwat / 4) &&
      |                    ^
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19482:18: note: 'recwin' was declared here
19482 |         uint32_t recwin;
      |                  ^~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:21358:37: warning: 'if_hw_tsomaxsegsize' may be used uninitialized [-Wmaybe-uninitialized]
21358 |                         m->m_next = tcp_m_copym(
      |                                     ^~~~~~~~~~~~
21359 |                                 mb, moff, &len,
      |                                 ~~~~~~~~~~~~~~~
21360 |                                 if_hw_tsomaxsegcount, if_hw_tsomaxsegsize, msb,
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21361 |                                 ((rsm == NULL) ? hw_tls : 0));
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19489:18: note: 'if_hw_tsomaxsegsize' was declared here
19489 |         uint32_t if_hw_tsomaxsegsize;
      |                  ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22343:38: warning: 'ipoptlen' may be used uninitialized [-Wmaybe-uninitialized]
22339 |                 if ((error == 0) &&
      |                     ~~~~~~~~~~~~~~~   
22340 |                     rack_use_rfo &&
      |                     ~~~~~~~~~~~~~~~   
22341 |                     ((flags & (TH_SYN|TH_FIN)) == 0) &&
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22342 |                     (rsm == NULL) &&
      |                     ~~~~~~~~~~~~~~~~  
22343 |                     (doing_tlp == 0) &&
      |                     ~~~~~~~~~~~~~~~~~^~
22344 |                     (ipoptlen == 0) &&
      |                     ~~~~~~~~~~~~~~~   
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19503:18: note: 'ipoptlen' was declared here
19503 |         unsigned ipoptlen, optlen, hdrlen, ulen=0;
      |                  ^~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:22332:17: warning: 'optlen' may be used uninitialized [-Wmaybe-uninitialized]
22332 |                 rack_log_fsb(rack, tp, so, flags,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22333 |                              ipoptlen, orig_len, len, error,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22334 |                              (rsm == NULL), optlen, __LINE__, 2);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:19503:28: note: 'optlen' was declared here
19503 |         unsigned ipoptlen, optlen, hdrlen, ulen=0;
      |                            ^~~~~~
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

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      305.08 real      3404.15 user       252.19 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/jenkins828593654630888558.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 address
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412805953.1951.1772251832413>