FreeBSD-main-amd64-gcc12_build - Build #5159 - Still Failing
Date: Tue, 01 Apr 2025 09:19:27 UTC
FreeBSD-main-amd64-gcc12_build - Build #5159 (7becd87c988c090bdc41a177bf06ad2894f79a5b) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5159/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5159/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5159/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) 7becd87c988c090bdc41a177bf06ad2894f79a5b by dougm: vm_grab: use iterator for grab lookup The end of the build log: [...truncated 119.38 MiB...] /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:277:25: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 277 | cmd->request_id = req->cookie; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:278:24: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 278 | cmd->num_of_ap = req->n_peers; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:287:37: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 287 | cmd->req_timeout_ms = cpu_to_le32(0xfffff); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:285:37: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 285 | cmd->req_timeout_ms = cpu_to_le32(req->timeout); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:302:49: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 302 | cmd->tsf_mac_id = cpu_to_le32(mvmvif->id); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:311:25: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 311 | cmd->tsf_mac_id = cpu_to_le32(0xff); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:291:38: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v8[1]' [-Warray-bounds] 291 | cmd->macaddr_mask[i] = ~req->mac_addr_mask[i]; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start_v8': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:676:41: note: object 'cmd' of size 456 676 | struct iwl_tof_range_req_cmd_v8 cmd; | ^~~ --- all_subdir_ixl --- --- i40e_hmc.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.i40e_hmc.o -MTi40e_hmc.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/ixl/i40e_hmc.c -o i40e_hmc.o --- all_subdir_ixv --- --- ixgbe_common.o --- ctfconvert -L VERSION -g ixgbe_common.o --- all_subdir_ixl --- --- i40e_dcb.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.i40e_dcb.o -MTi40e_dcb.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/ixl/i40e_dcb.c -o i40e_dcb.o --- all_subdir_iwm --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk if_iwm.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % if_iwm.ko.full --- if_iwm.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug if_iwm.ko.full if_iwm.ko.debug --- if_iwm.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=if_iwm.ko.debug if_iwm.ko.full if_iwm.ko --- zstd_compress_literals.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -DZSTD_HEAPMODE=1 -I/workspace/src/sys/contrib/zstd/lib/freebsd -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.zstd_compress_literals.o -MTzstd_compress_literals.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/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 -I/workspace/src/sys/contrib/zstd/lib -I/workspace/src/sys/contrib/zstd/lib/common -Werror -Wno-missing-prototypes -U__BMI__ -DZSTD_NO_INTRINSICS /workspace/src/sys/contrib/zstd/lib/compress/zstd_compress_literals.c --- modules-all --- --- all_subdir_ixv --- --- ixgbe_vf.o --- ctfconvert -L VERSION -g ixgbe_vf.o --- all_subdir_ixl --- --- i40e_hmc.o --- ctfconvert -L VERSION -g i40e_hmc.o --- all_subdir_iwlwifi --- --- mvm/fw.o --- --- mvm/mac-ctxt.o --- --- mvm/fw.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DCONFIG_IWLWIFI_DEBUGFS -DCONFIG_MAC80211_DEBUGFS -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61100 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mvm_fw.o -MTmvm/fw.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=alloc--- mvm/mac-ctxt.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DCONFIG_IWLWIFI_DEBUGFS -DCONFIG_MAC80211_DEBUGFS -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61100 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-m--- mvm/fw.o --- a-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/fw.c -o mvm/fw.o --- mvm/mac-ctxt.o --- ap=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mvm_mac-ctxt.o -MTmvm/mac-ctxt.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/mac-ctxt.c -o mvm/mac-ctxt.o --- mvm/ftm-responder.o --- ctfconvert -L VERSION -g mvm/ftm-responder.o --- zstd_compress_literals.o --- ctfconvert -L VERSION -g zstd_compress_literals.o --- modules-all --- --- all_subdir_ixl --- --- ixl_pf_iov.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ixl_pf_iov.o -MTixl_pf_iov.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/ixl/ixl_pf_iov.c -o ixl_pf_iov.o --- i40e_common.o --- ctfconvert -L VERSION -g i40e_common.o --- all_subdir_ixv --- --- ixgbe_dcb.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/dev/ixgbe -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ixgbe_dcb.o -MTixgbe_dcb.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/ixgbe/ixgbe_dcb.c -o ixgbe_dcb.o --- all_subdir_ixl --- --- ixl_pf_main.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ixl_pf_main.o -MTixl_pf_main.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/ixl/ixl_pf_main.c -o ixl_pf_main.o --- all_subdir_iwlwifi --- --- mvm/ftm-initiator.o --- In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:274:30: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 274 | cmd->initiator_flags = /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:277:25: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 277 | cmd->request_id = req->cookie; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:278:24: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 278 | cmd->num_of_ap = req->n_peers; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:287:37: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 287 | cmd->req_timeout_ms = cpu_to_le32(0xfffff); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:285:37: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 285 | cmd->req_timeout_ms = cpu_to_le32(req->timeout); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:302:49: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 302 | cmd->tsf_mac_id = cpu_to_le32(mvmvif->id); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:311:25: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 311 | cmd->tsf_mac_id = cpu_to_le32(0xff); /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ In function 'iwl_mvm_ftm_cmd_common', inlined from 'iwl_mvm_ftm_cmd_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:318:2, inlined from 'iwl_mvm_ftm_start_v7' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:660:2, inlined from 'iwl_mvm_ftm_start' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:1089:10: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:291:38: warning: array subscript 'struct iwl_tof_range_req_cmd_v9[0]' is partly outside array bounds of 'struct iwl_tof_range_req_cmd_v7[1]' [-Warray-bounds] 291 | cmd->macaddr_mask[i] = ~req->mac_addr_mask[i]; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c: In function 'iwl_mvm_ftm_start': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:646:41: note: object 'cmd_v7' of size 156 646 | struct iwl_tof_range_req_cmd_v7 cmd_v7; | ^~~~~~ --- all_subdir_ixv --- ctfconvert -L VERSION -g ixgbe_dcb.o --- all_subdir_iwlwifi --- --- mvm/mac80211.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DCONFIG_IWLWIFI_DEBUGFS -DCONFIG_MAC80211_DEBUGFS -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61100 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mvm_mac80211.o -MTmvm/mac80211.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/mac80211.c -o mvm/mac80211.o --- all_subdir_ix --- --- ixgbe_x550.o --- ctfconvert -L VERSION -g ixgbe_x550.o --- zstd_compress_sequences.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -DZSTD_HEAPMODE=1 -I/workspace/src/sys/contrib/zstd/lib/freebsd -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.zstd_compress_sequences.o -MTzstd_compress_sequences.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/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 -I/workspace/src/sys/contrib/zstd/lib -I/workspace/src/sys/contrib/zstd/lib/common -Werror -Wno-missing-prototypes -U__BMI__ -DZSTD_NO_INTRINSICS /workspace/src/sys/contrib/zstd/lib/compress/zstd_compress_sequences.c --- modules-all --- --- all_subdir_iwlwifi --- --- mvm/ftm-initiator.o --- ctfconvert -L VERSION -g mvm/ftm-initiator.o --- all_subdir_iwx --- cc1: all warnings being treated as errors --- all_subdir_ixv --- --- ixgbe_dcb_82598.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/dev/ixgbe -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ixgbe_dcb_82598.o -MTixgbe_dcb_82598.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/ixgbe/ixgbe_dcb_82598.c -o ixgbe_dcb_82598.o --- zstd_compress_sequences.o --- ctfconvert -L VERSION -g zstd_compress_sequences.o --- modules-all --- --- ixgbe_dcb_82599.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/dev/ixgbe -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ixgbe_dcb_82599.o -MTixgbe_dcb_82599.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/ixgbe/ixgbe_dcb_82599.c -o ixgbe_dcb_82599.o --- all_subdir_iwx --- *** [if_iwx.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/iwx 145.82 real 86.72 user 8.62 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-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins166430694708728410.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-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