FreeBSD-stable-15-amd64-gcc12_build - Build #414 - Still Failing
- In reply to: jenkins-admin_a_FreeBSD.org: "FreeBSD-stable-15-amd64-gcc12_build - Build #413 - Still Failing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 20:36:22 UTC
FreeBSD-stable-15-amd64-gcc12_build - Build #414 (34c94bee0cee0cbf67e14d47809acc751fca8da5) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/414/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/414/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/414/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)
efa78078be9dceb19655cf6dc4f400b1db940cc5 by imp:
stand: Try to parse vdisk correctly
34c94bee0cee0cbf67e14d47809acc751fca8da5 by imp:
loader.efi: Only use SPCR if enabled.
The end of the build log:
[...truncated 138.29 MiB...]
from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_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")
| ^
--- mlx5_transobj.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -o mlx5_transobj.o -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mlx5_transobj.o -MTmlx5_transobj.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 -DCONFIG_INFINIBAND_USER_MEM -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 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -Wno-cast-qual -Wno-pointer-arith -Werror /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_transobj.c
--- modules-all ---
--- all_subdir_mac_ipacl ---
ctfconvert -L VERSION -g mac_ipacl.o
--- mac_ipacl.ko.full ---
/usr/local/x86_64-unknown-freebsd15.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o mac_ipacl.ko.full mac_ipacl.o
ctfmerge -L VERSION -g -o mac_ipacl.ko.full mac_ipacl.o
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk mac_ipacl.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % mac_ipacl.ko.full
--- mac_ipacl.ko.debug ---
/usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug mac_ipacl.ko.full mac_ipacl.ko.debug
--- mac_ipacl.ko ---
/usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=mac_ipacl.ko.debug mac_ipacl.ko.full mac_ipacl.ko
--- all_subdir_linux64 ---
ctfconvert -L VERSION -g linux_socket.o
--- all_subdir_mac_mls ---
===> mac_mls (all)
--- all_subdir_lio ---
ctfconvert -L VERSION -g cn23xx_pf_device.o
--- all_subdir_mac_mls ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mac_mls...]
--- all_subdir_lio ---
--- lio_mem_ops.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/workspace/src/sys/modules/lio/../../dev/liquidio/base -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/lio=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/lio -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.lio_mem_ops.o -MTlio_mem_ops.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/modules/lio/../../dev/liquidio/base/lio_mem_ops.c -o lio_mem_ops.o
--- all_subdir_mac_mls ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- vnode_if_newproto.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -p
--- all_subdir_linux64 ---
--- linux_stats.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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/linux64=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/linux64 -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.linux_stats.o -MTlinux_stats.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/compat/linux/linux_stats.c -o linux_stats.o
--- all_subdir_mac_mls ---
--- vnode_if_typedef.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -q
--- vnode_if.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h
--- mlx5_srq.o ---
ctfconvert -L VERSION -g mlx5_srq.o
--- modules-all ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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 -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/mac_mls=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mac_mls -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.genoffset.o -MTgenoffset.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 -fcommon /workspace/src/sys/kern/genoffset.c
--- mlx5_uar.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -o mlx5_uar.o -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mlx5_uar.o -MTmlx5_uar.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 -DCONFIG_INFINIBAND_USER_MEM -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 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -Wno-cast-qual -Wno-pointer-arith -Werror /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_uar.c
--- modules-all ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- mac_mls.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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/mac_mls=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mac_mls -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.mac_mls.o -MTmac_mls.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/security/mac_mls/mac_mls.c -o mac_mls.o
--- mlx5_tls.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/mlx5_core/mlx5_tls.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")
| ^
--- mlx5_transobj.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_transobj.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")
| ^
--- mlx5_tls.o ---
ctfconvert -L VERSION -g mlx5_tls.o
--- mlx5_vport.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -o mlx5_vport.o -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mlx5_vport.o -MTmlx5_vport.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 -DCONFIG_INFINIBAND_USER_MEM -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 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -Wno-cast-qual -Wno-pointer-arith -Werror /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_vport.c
--- modules-all ---
--- all_subdir_lio ---
ctfconvert -L VERSION -g lio_mem_ops.o
--- mlx5_transobj.o ---
ctfconvert -L VERSION -g mlx5_transobj.o
--- modules-all ---
--- lio_droq.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/modules/lio/../../dev/liquidio -I/workspace/src/sys/modules/lio/../../dev/liquidio/base -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/lio=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/lio -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.lio_droq.o -MTlio_droq.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/modules/lio/../../dev/liquidio/base/lio_droq.c -o lio_droq.o
--- mlx5_uar.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/mlx5_core/mlx5_uar.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")
| ^
--- mlx5_vsc.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -o mlx5_vsc.o -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.mlx5_vsc.o -MTmlx5_vsc.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 -DCONFIG_INFINIBAND_USER_MEM -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 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -Wno-cast-qual -Wno-pointer-arith -Werror /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_vsc.c
--- modules-all ---
--- all_subdir_iwlwifi ---
ctfconvert -L VERSION -g mvm/mld-mac80211.o
--- all_subdir_linux64 ---
ctfconvert -L VERSION -g linux_stats.o
--- mlx5_vport.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/etherdevice.h:28,
from /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_vport.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")
| ^
--- modules-all ---
--- 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_linux64 ---
--- linux_syscalls.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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/linux64=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/linux64 -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.linux_syscalls.o -MTlinux_syscalls.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/amd64/linux/linux_syscalls.c -o linux_syscalls.o
ctfconvert -L VERSION -g linux_syscalls.o
--- linux_sysctl.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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/linux64=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/linux64 -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.linux_sysctl.o -MTlinux_sysctl.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/compat/linux/linux_sysctl.c -o linux_sysctl.o
--- all_subdir_iwlwifi ---
*** [mvm/mac80211.o] Error code 1
make[4]: stopped making "all" in /workspace/src/sys/modules/iwlwifi
--- mlx5_uar.o ---
ctfconvert -L VERSION -g mlx5_uar.o
--- modules-all ---
--- all_subdir_linux64 ---
ctfconvert -L VERSION -g linux_sysctl.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_linuxkpi ---
In function 'linux_pci_attach_device',
inlined from 'linux_pci_attach' at /workspace/src/sys/compat/linuxkpi/common/src/linux_pci.c:535:10:
/workspace/src/sys/compat/linuxkpi/common/src/linux_pci.c:645:25: warning: 'id' may be used uninitialized [-Wmaybe-uninitialized]
645 | error = pdrv->probe(pdev, id);
| ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/src/linux_pci.c: In function 'linux_pci_attach':
/workspace/src/sys/compat/linuxkpi/common/src/linux_pci.c:525:37: note: 'id' was declared here
525 | const struct pci_device_id *id;
| ^~
--- all_subdir_iwlwifi ---
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/sys/modules/iwlwifi
make[3]: stopped making "all" in /workspace/src/sys/modules
--- mlx5_vsc.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_vsc.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")
| ^
--- modules-all ---
--- all_subdir_lio ---
ctfconvert -L VERSION -g lio_droq.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_mac_lomac ---
ctfconvert -L VERSION -g mac_lomac.o
--- mlx5_vsc.o ---
In file included from /workspace/src/sys/dev/mlx5/driver.h:45:
/workspace/src/sys/dev/mlx5/device.h: In function 'mlx5_vsc_read':
/workspace/src/sys/dev/mlx5/device.h:165:78: warning: 'in' may be used uninitialized [-Wmaybe-uninitialized]
165 | cpu_to_le32((le32_to_cpu(*((__le32 *)(p) + __mlx5_dw_off(typ, fld))) & \
| ^
/workspace/src/sys/dev/mlx5/mlx5_core/mlx5_vsc.c:161:13: note: 'in' was declared here
161 | u32 in;
| ^~
/workspace/src/sys/dev/mlx5/device.h: In function 'mlx5_vsc_lock_addr_space':
/workspace/src/sys/dev/mlx5/device.h:165:78: warning: 'in' may be used uninitialized [-Wmaybe-uninitialized]
165 | cpu_to_le32((le32_to_cpu(*((__le32 *)(p) + __mlx5_dw_off(typ, fld))) & \
| ^
/workspace/src/sys/dev/mlx5/mlx5_core/mlx5_vsc.c:161:13: note: 'in' was declared here
161 | u32 in;
| ^~
--- modules-all ---
make[3]: stopped making "all" in /workspace/src/sys/modules
--- mlx5_vsc.o ---
/workspace/src/sys/dev/mlx5/device.h: In function 'mlx5_vsc_unlock_addr_space':
/workspace/src/sys/dev/mlx5/device.h:165:78: warning: 'in' may be used uninitialized [-Wmaybe-uninitialized]
165 | cpu_to_le32((le32_to_cpu(*((__le32 *)(p) + __mlx5_dw_off(typ, fld))) & \
| ^
/workspace/src/sys/dev/mlx5/mlx5_core/mlx5_vsc.c:161:13: note: 'in' was declared here
161 | u32 in;
| ^~
--- mlx5_vport.o ---
ctfconvert -L VERSION -g mlx5_vport.o
--- mlx5_vsc.o ---
ctfconvert -L VERSION -g mlx5_vsc.o
--- modules-all ---
--- all_subdir_linux ---
ctfconvert -L VERSION -g linux_socket.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_linuxkpi_wlan ---
ctfconvert -L VERSION -g linux_80211.o
--- all_subdir_mac_mls ---
ctfconvert -L VERSION -g mac_mls.o
--- all_subdir_linuxkpi ---
ctfconvert -L VERSION -g linux_pci.o
--- all_subdir_mac_mls ---
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_linuxkpi ---
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_linuxkpi_wlan ---
make[3]: stopped making "all" in /workspace/src/sys/modules
make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
290.51 real 3373.04 user 203.62 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins15339303534641748058.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