FreeBSD-stable-15-amd64-gcc12_build - Build #147 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 30 Oct 2025 15:39:14 UTC
FreeBSD-stable-15-amd64-gcc12_build - Build #147 (eff786f23611582e518f038e4086a1306c019d23) - Still Failing

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

54d1d527c8edf1e6819af7aadae744095116a27d by des:
pwait: Avoid calling getpid(2) for each proc.

955650f1814257070f8414b6b6e8f42496f26409 by des:
pwait: Add an option to print remaining processes

7b375832c252430243810ca85d6cbf67820457d5 by des:
rc.subr: Fix slow shutdown issue

758e4565a9d61644a3a7e5dc517612df1617f231 by des:
id: Clean up

eff786f23611582e518f038e4086a1306c019d23 by des:
id: Add -d and -s options



The end of the build log:

[...truncated 135.83 MiB...]
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=mmc.ko.debug  mmc.ko.full mmc.ko
--- all_subdir_mlx5ib ---
--- mlx5_ib_qp.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_INFINIBAND_USER_MEM  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5ib=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5ib -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_ib_qp.o -MTmlx5_ib_qp.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c -o mlx5_ib_qp.o
--- all_subdir_iwlwifi ---
ctfconvert -L VERSION -g mvm/mld-key.o
--- all_subdir_mlx5 ---
In file included from /workspace/src/sys/sys/systm.h:42,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kernel.h:34,
                 from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_crypto.c:30:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
ctfconvert -L VERSION -g mlx5_crypto.o
--- all_subdir_mlx4 ---
--- mlx4_mcg.o ---
ctfconvert -L VERSION -g mlx4_mcg.o
--- all_subdir_mlx5 ---
--- mlx5_cq.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5 -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_cq.o -MTmlx5_cq.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_cq.c -o mlx5_cq.o
--- all_subdir_mlx4ib ---
--- mlx4_ib_mr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_INFINIBAND_USER_MEM -DINET6 -DINET  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx4ib=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx4ib -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx4_ib_mr.o -MTmlx4_ib_mr.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith -c /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_mr.c -o mlx4_ib_mr.o
--- all_subdir_mlx5en ---
--- mlx5_en_tx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5en=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5en -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_en_tx.o -MTmlx5_en_tx.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_en/mlx5_en_tx.c -o mlx5_en_tx.o
--- mlx5_en_main.o ---
/workspace/src/sys/dev/mlx5/mlx5_en/mlx5_en_main.c: In function 'mlx5e_ioctl':
/workspace/src/sys/dev/mlx5/mlx5_en/mlx5_en_main.c:2347:21: warning: 'nsegs' may be used uninitialized [-Wmaybe-uninitialized]
--- all_subdir_mlx5ib ---
In file included from /workspace/src/sys/sys/systm.h:42,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/types.h:34,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/list.h:38,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/module.h:38,
                 from /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c:29:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- ciss.o ---
/workspace/src/sys/dev/ciss/cissvar.h: In function 'ciss_notify_thread':
/workspace/src/sys/dev/ciss/cissvar.h:336:27: warning: 'cr' may be used uninitialized [-Wmaybe-uninitialized]
  336 |     STAILQ_INSERT_HEAD(&cr->cr_sc->ciss_ ## name, cr, cr_link);         \
      |                           ^~
/workspace/src/sys/dev/ciss/ciss.c:1950:34: note: 'cr' was declared here
 1950 |     struct ciss_request         *cr;
      |                                  ^~
--- modules-all ---
--- mlx5_ib_mr.o ---
ctfconvert -L VERSION -g mlx5_ib_mr.o
--- all_subdir_mlx4 ---
--- mlx4_main.o ---
In function 'mlx4_allocate_default_counters',
    inlined from 'mlx4_setup_hca' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2724:8,
    inlined from 'mlx4_setup_hca' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2612:12,
    inlined from 'mlx4_load_one' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:3486:9,
    inlined from 'mlx4_pci_resume' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:4118:9:
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2468:49: warning: 'idx' may be used uninitialized [-Wmaybe-uninitialized]
 2468 |                         priv->def_counter[port] = idx;
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c: In function 'mlx4_pci_resume':
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2459:13: note: 'idx' was declared here
 2459 |         u32 idx;
      |             ^~~
In function 'mlx4_allocate_default_counters',
    inlined from 'mlx4_setup_hca' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2724:8,
    inlined from 'mlx4_setup_hca' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2612:12,
    inlined from 'mlx4_load_one' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:3480:8,
    inlined from 'mlx4_pci_resume' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:4118:9:
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2468:49: warning: 'idx' may be used uninitialized [-Wmaybe-uninitialized]
 2468 |                         priv->def_counter[port] = idx;
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c: In function 'mlx4_pci_resume':
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_main.c:2459:13: note: 'idx' was declared here
 2459 |         u32 idx;
      |             ^~~
--- all_subdir_mlx5en ---
--- mlx5_en_flow_table.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5en=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5en -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_en_flow_table.o -MTmlx5_en_flow_table.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c -o mlx5_en_flow_table.o
--- all_subdir_mlx5 ---
In file included from /workspace/src/sys/sys/systm.h:42,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kernel.h:34,
                 from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_cq.c:29:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- all_subdir_mlx5en ---
--- mlx5_en_tx.o ---
In file included from /workspace/src/sys/sys/refcount.h:32,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kmod.h:34,
                 from /workspace/src/sys/dev/mlx5/mlx5_en/en.h:30,
                 from /workspace/src/sys/dev/mlx5/mlx5_en/mlx5_en_tx.c:31:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- all_subdir_mlx5ib ---
--- mlx5_ib_main.o ---
ctfconvert -L VERSION -g mlx5_ib_main.o
--- all_subdir_mlx5 ---
ctfconvert -L VERSION -g mlx5_cq.o
--- mlx5_diag_cnt.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5 -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_diag_cnt.o -MTmlx5_diag_cnt.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_diag_cnt.c -o mlx5_diag_cnt.o
--- all_subdir_mlx4ib ---
ctfconvert -L VERSION -g mlx4_ib_mr.o
--- all_subdir_mlx5 ---
--- mlx5_diagnostics.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5 -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_diagnostics.o -MTmlx5_diagnostics.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_diagnostics.c -o mlx5_diagnostics.o
--- all_subdir_mlx5ib ---
--- mlx5_ib_srq.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_INFINIBAND_USER_MEM  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/mlx5ib=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mlx5ib -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mlx5_ib_srq.o -MTmlx5_ib_srq.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c -o mlx5_ib_srq.o
--- all_subdir_mlx5en ---
--- mlx5_en_flow_table.o ---
In file included from /workspace/src/sys/sys/refcount.h:32,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kmod.h:34,
                 from /workspace/src/sys/dev/mlx5/mlx5_en/en.h:30,
                 from /workspace/src/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c:29:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- ciss.o ---
In function 'ciss_get_ldrive_status',
    inlined from 'ciss_identify_logical' at /workspace/src/sys/dev/ciss/ciss.c:1815:18:
/workspace/src/sys/dev/ciss/ciss.c:1915:8: warning: 'cr' may be used uninitialized [-Wmaybe-uninitialized]
 1915 |     if (cr != NULL)
      |        ^
/workspace/src/sys/dev/ciss/ciss.c: In function 'ciss_identify_logical':
/workspace/src/sys/dev/ciss/ciss.c:1864:34: note: 'cr' was declared here
 1864 |     struct ciss_request         *cr;
      |                                  ^~
--- modules-all ---
--- all_subdir_mlx5 ---
--- mlx5_diag_cnt.o ---
In file included from /workspace/src/sys/sys/systm.h:42,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kernel.h:34,
                 from /workspace/src/sys/dev/mlx5/driver.h:32,
                 from /workspace/src/sys/dev/mlx5/mlx5_core/diag_cnt.h:29,
                 from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_diag_cnt.c:26:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- all_subdir_mlx5en ---
--- mlx5_en_tx.o ---
ctfconvert -L VERSION -g mlx5_en_tx.o
--- all_subdir_mlx5 ---
--- mlx5_diagnostics.o ---
In file included from /workspace/src/sys/sys/systm.h:42,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kernel.h:34,
                 from /workspace/src/sys/dev/mlx5/driver.h:32,
                 from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_diagnostics.c:31:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- all_subdir_iwlwifi ---
--- mvm/mld-mac.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common -DCONFIG_ACPI -DLINUXKPI_WANT_LINUX_ACPI -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61700 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLMLD=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -Wno-override-init -Wno-initializer-overrides  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/contrib/dev/iwlwifi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/iwlwifi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/iwlwifi -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.mvm_mld-mac.o -MTmvm/mld-mac.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000  -std=gnu17 -c /workspace/src/sys/contrib/dev/iwlwifi/mvm/mld-mac.c -o mvm/mld-mac.o
--- all_subdir_mlx5ib ---
In file included from /workspace/src/sys/sys/systm.h:42,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/types.h:34,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/list.h:38,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/module.h:38,
                 from /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c:29:
/workspace/src/sys/dev/mlx5/device.h:679:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  679 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:107:40: note: in definition of macro 'CTASSERT'
  107 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- all_subdir_mlx4ib ---
--- mlx4_ib_main.o ---
In file included from /workspace/src/sys/compat/linuxkpi/common/include/linux/sched.h:48,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/wait.h:37,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kobject.h:39,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/module.h:42,
                 from /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:36:
In function 'memchr_inv',
    inlined from 'parse_flow_attr' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1315:7,
    inlined from '__mlx4_ib_create_default_rules' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1456:9,
    inlined from '__mlx4_ib_create_flow' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1518:9,
    inlined from 'mlx4_ib_create_flow' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1704:9:
/workspace/src/sys/compat/linuxkpi/common/include/linux/string.h:194:20: warning: '((const u8 *)&ib_spec)[13]' may be used uninitialized [-Wmaybe-uninitialized]
  194 |                 if (*ptr != ch)
      |                    ^
/workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c: In function 'mlx4_ib_create_flow':
/workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1441:36: note: '((const u8 *)&ib_spec)[13]' was declared here
 1441 |                 union ib_flow_spec ib_spec;
      |                                    ^~~~~~~
In function 'memchr_inv',
    inlined from 'parse_flow_attr' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1315:7,
    inlined from '__mlx4_ib_create_default_rules' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1456:9,
    inlined from '__mlx4_ib_create_flow' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1518:9,
    inlined from 'mlx4_ib_create_flow' at /workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1713:10:
/workspace/src/sys/compat/linuxkpi/common/include/linux/string.h:194:20: warning: '((const u8 *)&ib_spec)[13]' may be used uninitialized [-Wmaybe-uninitialized]
  194 |                 if (*ptr != ch)
      |                    ^
/workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c: In function 'mlx4_ib_create_flow':
/workspace/src/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c:1441:36: note: '((const u8 *)&ib_spec)[13]' was declared here
 1441 |                 union ib_flow_spec ib_spec;
      |                                    ^~~~~~~
--- all_subdir_mlx5 ---
ctfconvert -L VERSION -g mlx5_diagnostics.o
--- all_subdir_iwlwifi ---
--- mvm/mac80211.o ---
At top level:
cc1: note: unrecognized command-line option '-Wno-initializer-overrides' may have been intended to silence earlier diagnostics
cc1: all warnings being treated as errors
--- all_subdir_mlx5 ---
--- mlx5_diag_cnt.o ---
ctfconvert -L VERSION -g mlx5_diag_cnt.o
--- all_subdir_iwlwifi ---
*** [mvm/mac80211.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/iwlwifi
      264.85 real       432.31 user        24.18 sys

make[1]: stopped in /workspace/src

make: stopped 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins6395902236163738925.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-amd64-gcc12_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