FreeBSD-stable-15-amd64-gcc13_build - Build #579 - Still Failing
Date: Wed, 04 Mar 2026 23:16:39 UTC
FreeBSD-stable-15-amd64-gcc13_build - Build #579 (8d5e8dfdc22c52bc944d80d5a8811373de001517) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/579/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/579/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/579/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)
8d5e8dfdc22c52bc944d80d5a8811373de001517 by bapt:
ObsoleteFiles.inc: revert accidental merge failure
The end of the build log:
[...truncated 144.13 MiB...]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c: In function 'iommu_map_msi':
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
In function 'iommu_gas_entries_tree_RB_INSERT_COLOR',
inlined from 'iommu_gas_entries_tree_RB_INSERT_FINISH' at /workspace/src/sys/dev/iommu/iommu_gas.c:187:1,
inlined from 'iommu_gas_entries_tree_RB_INSERT_NEXT' at /workspace/src/sys/dev/iommu/iommu_gas.c:187:1,
inlined from 'iommu_gas_find_space' at /workspace/src/sys/dev/iommu/iommu_gas.c:475:4,
inlined from 'iommu_gas_map' at /workspace/src/sys/dev/iommu/iommu_gas.c:820:10,
inlined from 'iommu_map_msi' at /workspace/src/sys/dev/iommu/iommu_gas.c:1022:11:
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c: In function 'iommu_map_msi':
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
In function 'iommu_gas_entries_tree_RB_INSERT_COLOR',
inlined from 'iommu_gas_entries_tree_RB_INSERT_FINISH' at /workspace/src/sys/dev/iommu/iommu_gas.c:187:1,
inlined from 'iommu_gas_entries_tree_RB_INSERT_PREV' at /workspace/src/sys/dev/iommu/iommu_gas.c:187:1,
inlined from 'iommu_gas_find_space' at /workspace/src/sys/dev/iommu/iommu_gas.c:508:4,
inlined from 'iommu_gas_map' at /workspace/src/sys/dev/iommu/iommu_gas.c:820:10,
inlined from 'iommu_map_msi' at /workspace/src/sys/dev/iommu/iommu_gas.c:1022:11:
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c: In function 'iommu_map_msi':
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
In function 'iommu_gas_entries_tree_RB_INSERT_COLOR',
inlined from 'iommu_gas_entries_tree_RB_INSERT_FINISH' at /workspace/src/sys/dev/iommu/iommu_gas.c:187:1,
inlined from 'iommu_gas_entries_tree_RB_INSERT_NEXT' at /workspace/src/sys/dev/iommu/iommu_gas.c:187:1,
inlined from 'iommu_gas_find_space' at /workspace/src/sys/dev/iommu/iommu_gas.c:515:4,
inlined from 'iommu_gas_map' at /workspace/src/sys/dev/iommu/iommu_gas.c:820:10,
inlined from 'iommu_map_msi' at /workspace/src/sys/dev/iommu/iommu_gas.c:1022:11:
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c: In function 'iommu_map_msi':
/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:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
469 | RB_GENERATE_INTERNAL(name, type, field, cmp,)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/iommu/iommu_gas.c:187:1: note: in expansion of macro 'RB_GENERATE'
187 | RB_GENERATE(iommu_gas_entries_tree, iommu_map_entry, rb_entry,
| ^~~~~~~~~~~
ctfconvert -L VERSION -g iommu_gas.o
--- modules-all ---
--- all_subdir_sound ---
--- mixer.o ---
ctfconvert -L VERSION -g mixer.o
make[4]: stopped making "all" in /workspace/src/sys/modules/sound
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sctp ---
In file included from /workspace/src/sys/sys/mutex.h:44,
from /workspace/src/sys/sys/eventhandler.h:35,
from /workspace/src/sys/netinet/sctp_os_bsd.h:45,
from /workspace/src/sys/netinet/sctp_os.h:59,
from /workspace/src/sys/netinet/sctputil.c:35:
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2567:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int32_t[0]' {aka 'int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2567:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int32_t[0]' {aka 'int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2570:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2570:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2573:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int[0]' [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2573:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int[0]' [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
ctfconvert -L VERSION -g sctputil.o
--- sctp_usrreq.o ---
ctfconvert -L VERSION -g sctp_usrreq.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
make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
482.22 real 5527.01 user 349.54 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins5684856645815651084.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-amd64-gcc13_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