FreeBSD-stable-15-amd64-gcc13_build - Build #424 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 16 Jan 2026 15:27:41 UTC
FreeBSD-stable-15-amd64-gcc13_build - Build #424 (484edabb945582de7e212ff3f3b1ec889070dc50) - Still Failing

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

No changes


The end of the build log:

[...truncated 142.45 MiB...]
/workspace/src/sys/dev/smartpqi/smartpqi_prototypes.h:170:20: error: inline function 'pqisrc_aio_build_cdb' declared but never defined [-Werror]
  170 | extern inline void pqisrc_aio_build_cdb(aio_req_locator_t *, uint32_t,
      |                    ^~~~~~~~~~~~~~~~~~~~
--- linux_acpi.o ---
/workspace/src/sys/compat/linuxkpi/common/src/linux_acpi.c:56:32: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
   56 | _Static_assert(LINUX_ACPI_TAGS <= LINUX_NOTIFY_TAGS,
      |                                ^~
--- modules-all ---
--- all_subdir_rtw89 ---
--- rtw8852c.o ---
ctfconvert -L VERSION -g rtw8852c.o
--- linux_acpi.o ---
ctfconvert -L VERSION -g linux_acpi.o
--- linux_compat.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --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.linux_compat.o -MTlinux_compat.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/compat/linuxkpi/common/src/linux_compat.c -I/workspace/src/sys/compat/linuxkpi/common/include  -I/workspace/src/sys/compat/linuxkpi/dummy/include  -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h
--- modules-all ---
--- all_subdir_smartpqi ---
cc1: all warnings being treated as errors
*** [smartpqi_intr.o] Error code 1

make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi
make[4]: 1 error

make[4]: stopped making "all" in /workspace/src/sys/modules/smartpqi

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sfxge ---
ctfconvert -L VERSION -g efx_mcdi.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- nlm_prot_impl.o ---
ctfconvert -L VERSION -g nlm_prot_impl.o
--- linux_compat.o ---
In file included from /workspace/src/sys/sys/sysctl.h:41,
                 from /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:38:
/workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c: In function 'linux_root_RB_INSERT_COLOR':
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
In function 'linux_root_RB_INSERT_COLOR',
    inlined from 'linux_root_RB_INSERT_FINISH' at /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:173:1:
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c: In function 'linux_root_RB_INSERT_FINISH':
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
In function 'linux_root_RB_INSERT_COLOR',
    inlined from 'linux_root_RB_INSERT_FINISH' at /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:173:1,
    inlined from 'linux_root_RB_INSERT_NEXT' at /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:173:1:
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c: In function 'linux_root_RB_INSERT_NEXT':
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
In function 'linux_root_RB_INSERT_COLOR',
    inlined from 'linux_root_RB_INSERT_FINISH' at /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:173:1,
    inlined from 'linux_root_RB_INSERT_PREV' at /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:173:1:
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c: In function 'linux_root_RB_INSERT_PREV':
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
In function 'linux_root_RB_INSERT_COLOR',
    inlined from 'rb_insert_color_cached' at /workspace/src/sys/compat/linuxkpi/common/include/linux/rbtree.h:150:3,
    inlined from 'lkpi_interval_tree_insert' at /workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c:178:1:
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/src/linux_compat.c: In function 'lkpi_interval_tree_insert':
/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/compat/linuxkpi/common/src/linux_compat.c:173:1: note: in expansion of macro 'RB_GENERATE'
  173 | RB_GENERATE(linux_root, rb_node, __entry, panic_cmp);
      | ^~~~~~~~~~~
--- key.o ---
ctfconvert -L VERSION -g key.o
--- modules-all ---
--- all_subdir_sctp ---
ctfconvert -L VERSION -g sctp_input.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- linux_compat.o ---
ctfconvert -L VERSION -g linux_compat.o
--- modules-all ---
--- all_subdir_rtw89 ---
--- rtw8852c_rfk.o ---
ctfconvert -L VERSION -g rtw8852c_rfk.o
--- all_subdir_rtw88 ---
ctfconvert -L VERSION -g rtw8822c.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sk ---
ctfconvert -L VERSION -g if_sk.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_rtw89 ---
--- rtw8852c_table.o ---
ctfconvert -L VERSION -g rtw8852c_table.o
--- linux_80211.o ---
ctfconvert -L VERSION -g linux_80211.o
--- modules-all ---

make[3]: stopped making "all" in /workspace/src/sys/modules

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      425.25 real      4914.98 user       308.75 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/jenkins11627553140509346516.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