FreeBSD-main-amd64-gcc14_build - Build #188 - Still Failing
Date: Mon, 31 Mar 2025 17:24:25 UTC
FreeBSD-main-amd64-gcc14_build - Build #188 (2ad0f7e91582dde5475ceb1a1942930549e5c628) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/188/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/188/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/188/console Status explanation: "Failure" - the build is suspected being broken by the following changes "Still Failing" - the build has not been fixed by the following changes and this is a notification to note that these changes have not been fully tested by the CI system Change summaries: (Those commits are likely but not certainly responsible) No changes The end of the build log: [...truncated 120.73 MiB...] /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_ix --- --- ixgbe_x540.o --- ctfconvert -L VERSION -g ixgbe_x540.o --- all_subdir_ixv --- --- ixgbe_osdep.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_osdep.o -MTixgbe_osdep.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_osdep.c -o ixgbe_osdep.o --- ix_txrx.o --- ctfconvert -L VERSION -g ix_txrx.o --- all_subdir_ixl --- --- ixl_pf_iov.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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 --- all_subdir_iwlwifi --- --- mvm/ftm-responder.o --- ctfconvert -L VERSION -g mvm/ftm-responder.o --- mvm/coex.o --- ctfconvert -L VERSION -g mvm/coex.o --- all_subdir_ixv --- --- ixgbe_osdep.o --- ctfconvert -L VERSION -g ixgbe_osdep.o --- ixgbe_common.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_common.o -MTixgbe_common.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_common.c -o ixgbe_common.o --- all_subdir_ix --- --- ixgbe_82599.o --- ctfconvert -L VERSION -g ixgbe_82599.o --- all_subdir_ixv --- --- ixgbe_api.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_api.o -MTixgbe_api.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_api.c -o ixgbe_api.o --- all_subdir_ixl --- --- ixl_pf_main.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_ixv --- --- ixgbe_phy.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_phy.o -MTixgbe_phy.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_phy.c -o ixgbe_phy.o --- all_subdir_ixl --- --- i40e_common.o --- ctfconvert -L VERSION -g i40e_common.o --- db_pprint.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.db_pprint.o -MTdb_pprint.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 -Werror /workspace/src/sys/ddb/db_pprint.c --- modules-all --- --- all_subdir_iwn --- ctfconvert -L VERSION -g if_iwn.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_iwn --- --- if_iwn.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o if_iwn.ko.full if_iwn.o ctfmerge -L VERSION -g -o if_iwn.ko.full if_iwn.o :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk if_iwn.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % if_iwn.ko.full --- if_iwn.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug if_iwn.ko.full if_iwn.ko.debug --- if_iwn.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=if_iwn.ko.debug if_iwn.ko.full if_iwn.ko --- all_subdir_iwlwifi --- --- mvm/fw.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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=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/fw.c -o mvm/fw.o --- all_subdir_ixv --- --- ixgbe_api.o --- ctfconvert -L VERSION -g ixgbe_api.o --- all_subdir_iwlwifi --- --- mvm/mac-ctxt.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_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-initiator.o --- ctfconvert -L VERSION -g mvm/ftm-initiator.o --- all_subdir_ixv --- --- ixgbe_mbx.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_mbx.o -MTixgbe_mbx.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_mbx.c -o ixgbe_mbx.o --- all_subdir_ix --- --- ixgbe_x550.o --- ctfconvert -L VERSION -g ixgbe_x550.o --- all_subdir_iwlwifi --- --- mvm/mac80211.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_ixv --- ctfconvert -L VERSION -g ixgbe_mbx.o --- db_pprint.o --- ctfconvert -L VERSION -g db_pprint.o --- modules-all --- --- ixgbe_vf.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_vf.o -MTixgbe_vf.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_vf.c -o ixgbe_vf.o --- db_print.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.db_print.o -MTdb_print.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 -Werror /workspace/src/sys/ddb/db_print.c --- modules-all --- --- all_subdir_ixl --- --- i40e_dcb.o --- ctfconvert -L VERSION -g i40e_dcb.o --- db_ps.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.db_ps.o -MTdb_ps.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 -Werror /workspace/src/sys/ddb/db_ps.c --- db_print.o --- ctfconvert -L VERSION -g db_print.o --- modules-all --- --- all_subdir_iwlwifi --- --- mvm/nvm.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --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_nvm.o -MTmvm/nvm.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/nvm.c -o mvm/nvm.o --- all_subdir_iwx --- cc1: all warnings being treated as errors *** [if_iwx.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/iwx 158.36 real 213.50 user 11.69 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins16934343736699091167.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_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