FreeBSD-stable-15-amd64-gcc13_build - Build #209 - Still Failing
Date: Sun, 09 Nov 2025 02:41:58 UTC
FreeBSD-stable-15-amd64-gcc13_build - Build #209 (074fc34c842c00d31f6c4edc13cea66110652062) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/209/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/209/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/209/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)
e02ff3003bf631340b4a5c793fbbe020bfc1b703 by kib:
ipsec_offload: do not leak drv_spi unr
7a9378856ae0b20e4d7330ab67cf02880db69afe by kib:
kern_jail_set(): do not double-free opts
21b0a62ebcdcb5453a4d3ff824c8a827e1413e78 by kib:
atomic.9: fix description of acquire and release
074fc34c842c00d31f6c4edc13cea66110652062 by kib:
atomic.9: provide fine details about CAS memory model MD semantic
The end of the build log:
[...truncated 135.83 MiB...]
/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_flow_table.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_mpi3mr ---
In function 'mpi3mr_process_admin_reply_desc',
inlined from 'mpi3mr_complete_admin_cmd' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:4635:3,
inlined from 'poll_for_command_completion' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:168:16,
inlined from 'mpi3mr_issue_event_notification' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:2411:2:
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:4593:17: warning: 'scsi_reply' may be used uninitialized [-Wmaybe-uninitialized]
4593 | mpi3mr_repost_sense_buf(sc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
4594 | scsi_reply->SenseDataBufferAddress);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/mpi3mr/mpi3mr.c: In function 'mpi3mr_issue_event_notification':
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:4489:28: note: 'scsi_reply' was declared here
4489 | Mpi3SCSIIOReply_t *scsi_reply;
| ^~~~~~~~~~
--- all_subdir_mlx4ib ---
ctfconvert -L VERSION -g mlx4_ib_srq.o
--- mlx4_ib_wc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_wc.o -MTmlx4_ib_wc.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_wc.c -o mlx4_ib_wc.o
--- all_subdir_mlx5 ---
ctfconvert -L VERSION -g mlx5_fs_chains.o
--- mlx5_fs_cmd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_fs_cmd.o -MTmlx5_fs_cmd.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_fs_cmd.c -o mlx5_fs_cmd.o
--- all_subdir_mlx5en ---
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")
| ^
--- all_subdir_mlx5 ---
--- mlx5_eswitch.o ---
ctfconvert -L VERSION -g mlx5_eswitch.o
--- all_subdir_mlx4 ---
--- mlx4_resource_tracker.o ---
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c: In function 'mlx4_RST2INIT_QP_wrapper':
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:2980:25: warning: 'qp' may be used uninitialized [-Wmaybe-uninitialized]
2980 | qp->srq = srq;
| ~~~~~~~~^~~~~
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:2907:24: note: 'qp' was declared here
2907 | struct res_qp *qp;
| ^~
--- all_subdir_mpi3mr ---
In function 'mpi3mr_process_admin_reply_desc',
inlined from 'mpi3mr_complete_admin_cmd' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:4635:3,
inlined from 'poll_for_command_completion' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:168:16,
inlined from 'mpi3mr_issue_event_notification' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:2411:2,
inlined from 'mpi3mr_register_events' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:2448:10:
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:4593:17: warning: 'scsi_reply' may be used uninitialized [-Wmaybe-uninitialized]
4593 | mpi3mr_repost_sense_buf(sc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
4594 | scsi_reply->SenseDataBufferAddress);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/mpi3mr/mpi3mr.c: In function 'mpi3mr_register_events':
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:4489:28: note: 'scsi_reply' was declared here
4489 | Mpi3SCSIIOReply_t *scsi_reply;
| ^~~~~~~~~~
--- all_subdir_mlx5 ---
--- mlx5_fs_core.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_fs_core.o -MTmlx5_fs_core.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_fs_core.c -o mlx5_fs_core.o
--- all_subdir_mlx4ib ---
ctfconvert -L VERSION -g mlx4_ib_wc.o
--- mlx4_ib_cm.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_cm.o -MTmlx4_ib_cm.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_cm.c -o mlx4_ib_cm.o
--- all_subdir_mlx5 ---
--- mlx5_fs_cmd.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_fs_cmd.c:33:
/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")
| ^
--- mlx5_fs_core.o ---
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_core/mlx5_fs_core.c:33:
/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")
| ^
--- ocs_hw_queues.o ---
ctfconvert -L VERSION -g ocs_hw_queues.o
--- sli4.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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.sli4.o -MTsli4.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/dev/ocs_fc/sli4.c
--- modules-all ---
--- all_subdir_mlx4 ---
In function 'handle_resize',
inlined from 'mlx4_MODIFY_CQ_wrapper' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:3530:9:
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:3499:17: warning: 'cq' may be used uninitialized [-Wmaybe-uninitialized]
3499 | cq->mtt = mtt;
| ~~~~~~~~^~~~~
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c: In function 'mlx4_MODIFY_CQ_wrapper':
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:3519:24: note: 'cq' was declared here
3519 | struct res_cq *cq;
| ^~
--- all_subdir_mlx4ib ---
ctfconvert -L VERSION -g mlx4_ib_cm.o
--- all_subdir_mpi3mr ---
In function 'mpi3mr_process_admin_reply_desc',
inlined from 'mpi3mr_complete_admin_cmd' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:4635:3,
inlined from 'mpi3mr_isr' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:5149:3:
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:4593:17: warning: 'scsi_reply' may be used uninitialized [-Wmaybe-uninitialized]
4593 | mpi3mr_repost_sense_buf(sc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
4594 | scsi_reply->SenseDataBufferAddress);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/mpi3mr/mpi3mr.c: In function 'mpi3mr_isr':
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:4489:28: note: 'scsi_reply' was declared here
4489 | Mpi3SCSIIOReply_t *scsi_reply;
| ^~~~~~~~~~
--- all_subdir_mlx4ib ---
--- lkpi_iic_if.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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.lkpi_iic_if.o -MTlkpi_iic_if.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 lkpi_iic_if.c -o lkpi_iic_if.o
--- all_subdir_mlx5 ---
--- mlx5_fs_cmd.o ---
ctfconvert -L VERSION -g mlx5_fs_cmd.o
--- all_subdir_mlx4ib ---
ctfconvert -L VERSION -g lkpi_iic_if.o
--- mlx4_ib_alias_GUID.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_alias_GUID.o -MTmlx4_ib_alias_GUID.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_alias_GUID.c -o mlx4_ib_alias_GUID.o
--- mlx4_ib_qp.o ---
ctfconvert -L VERSION -g mlx4_ib_qp.o
--- all_subdir_mlx5 ---
--- mlx5_fs_counters.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_fs_counters.o -MTmlx5_fs_counters.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_fs_counters.c -o mlx5_fs_counters.o
--- all_subdir_mpi3mr ---
--- mpi3mr_cam.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/compat/linuxkpi/common/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/mpi3mr=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mpi3mr -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.mpi3mr_cam.o -MTmpi3mr_cam.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/dev/mpi3mr/mpi3mr_cam.c -o mpi3mr_cam.o
--- all_subdir_mlx5ib ---
ctfconvert -L VERSION -g mlx5_ib_main.o
--- all_subdir_mpi3mr ---
/workspace/src/sys/dev/mpi3mr/mpi3mr_cam.c: In function 'mpi3mr_remove_device_from_os':
/workspace/src/sys/dev/mpi3mr/mpi3mr_cam.c:1859:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
1859 | if (target_outstanding)
| ^~
In file included from /workspace/src/sys/dev/mpi3mr/mpi3mr_cam.h:43,
from /workspace/src/sys/dev/mpi3mr/mpi3mr_cam.c:80:
/workspace/src/sys/dev/mpi3mr/mpi3mr.h:829:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
829 | do { \
| ^~
/workspace/src/sys/dev/mpi3mr/mpi3mr_cam.c:1861:25: note: in expansion of macro 'mpi3mr_dprint'
1861 | mpi3mr_dprint(sc, MPI3MR_ERROR, "[%2d] outstanding IOs present on target: %d "
| ^~~~~~~~~~~~~
--- all_subdir_mlx5ib ---
--- mlx5_ib_mem.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc13 --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_mem.o -MTmlx5_ib_mem.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_mem.c -o mlx5_ib_mem.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/driver.h:32,
from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_fs_counters.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_mlx4 ---
In function 'mlx4_do_mirror_rule',
inlined from 'mlx4_QP_FLOW_STEERING_ATTACH_wrapper' at /workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:4432:3:
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:4973:15: warning: 'rrule' may be used uninitialized [-Wmaybe-uninitialized]
4973 | err = get_res(dev, fs_rule->com.owner, reg_id, RES_FS_RULE, &mirr_rule);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c: In function 'mlx4_QP_FLOW_STEERING_ATTACH_wrapper':
/workspace/src/sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c:4342:29: note: 'rrule' was declared here
4342 | struct res_fs_rule *rrule;
| ^~~~~
--- 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_mem.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_alias_GUID.o ---
ctfconvert -L VERSION -g mlx4_ib_alias_GUID.o
--- all_subdir_iwlwifi ---
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_mpi3mr ---
--- mpi3mr.o ---
In function 'mpi3mr_issue_reset',
inlined from 'mpi3mr_initialize_ioc' at /workspace/src/sys/dev/mpi3mr/mpi3mr.c:2817:12:
--- all_subdir_mlx4ib ---
--- mlx4ib.ko.full ---
--- all_subdir_mpi3mr ---
/workspace/src/sys/dev/mpi3mr/mpi3mr.h:831:17: warning: 'host_diagnostic' may be used uninitialized [-Wmaybe-uninitialized]
831 | device_printf((sc)->mpi3mr_dev, msg, ##args); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:6188:25: note: in expansion of macro 'mpi3mr_dprint'
6188 | mpi3mr_dprint(sc, MPI3MR_ERROR,
| ^~~~~~~~~~~~~
/workspace/src/sys/dev/mpi3mr/mpi3mr.c: In function 'mpi3mr_initialize_ioc':
--- all_subdir_mlx4ib ---
/usr/local/x86_64-unknown-freebsd14.3/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o mlx4ib.ko.full mlx4_ib_alias_GUID.o mlx4_ib_mcg.o mlx4_ib_sysfs.o mlx4_ib_ah.o mlx4_ib_cq.o mlx4_ib_doorbell.o mlx4_ib_mad.o mlx4_ib_main.o mlx4_ib_mr.o mlx4_ib_qp.o mlx4_ib_srq.o mlx4_ib_wc.o mlx4_ib_cm.o lkpi_iic_if.o
--- all_subdir_mpi3mr ---
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:6164:13: note: 'host_diagnostic' was declared here
6164 | U32 host_diagnostic, ioc_status, ioc_config, scratch_pad0;
| ^~~~~~~~~~~~~~~
--- all_subdir_mlx4ib ---
ctfmerge -L VERSION -g -o mlx4ib.ko.full mlx4_ib_alias_GUID.o mlx4_ib_mcg.o mlx4_ib_sysfs.o mlx4_ib_ah.o mlx4_ib_cq.o mlx4_ib_doorbell.o mlx4_ib_mad.o mlx4_ib_main.o mlx4_ib_mr.o mlx4_ib_qp.o mlx4_ib_srq.o mlx4_ib_wc.o mlx4_ib_cm.o lkpi_iic_if.o
--- all_subdir_iwlwifi ---
*** [mvm/mac80211.o] Error code 1
make[4]: stopped in /workspace/src/sys/modules/iwlwifi
1 error
make[4]: stopped in /workspace/src/sys/modules/iwlwifi
224.46 real 720.85 user 30.25 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins7951198818634833711.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