FreeBSD-main-amd64-gcc14_build - Build #191 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 01 Apr 2025 01:03:15 UTC
FreeBSD-main-amd64-gcc14_build - Build #191 (6e76489098c6dc415ac3f2ae084154c3c22558ec) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/191/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/191/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/191/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)

6e76489098c6dc415ac3f2ae084154c3c22558ec by tuexen:
tcp: remove support for TCPPCAP



The end of the build log:

[...truncated 120.63 MiB...]
  169 |         bcopy(in, tmp, inlen);
      |         ^~~~~
/workspace/src/sys/sys/malloc.h:240:32: note: destination object of size 0 allocated by 'malloc'
  240 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:167:15: note: in expansion of macro 'malloc'
  167 |         tmp = malloc(tmplen, M_GSSAPI, M_WAITOK);
      |               ^~~~~~
/workspace/src/sys/sys/systm.h:279:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  279 | #define bcopy(from, to, len)    __builtin_memmove((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:169:9: note: in expansion of macro 'bcopy'
  169 |         bcopy(in, tmp, inlen);
      |         ^~~~~
/workspace/src/sys/sys/malloc.h:240:32: note: at offset 1 into destination object of size 0 allocated by 'malloc'
  240 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:167:15: note: in expansion of macro 'malloc'
  167 |         tmp = malloc(tmplen, M_GSSAPI, M_WAITOK);
      |               ^~~~~~
/workspace/src/sys/sys/systm.h:279:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  279 | #define bcopy(from, to, len)    __builtin_memmove((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:169:9: note: in expansion of macro 'bcopy'
  169 |         bcopy(in, tmp, inlen);
      |         ^~~~~
/workspace/src/sys/sys/malloc.h:240:32: note: at offset 2 into destination object of size 0 allocated by 'malloc'
  240 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:167:15: note: in expansion of macro 'malloc'
  167 |         tmp = malloc(tmplen, M_GSSAPI, M_WAITOK);
      |               ^~~~~~
/workspace/src/sys/sys/systm.h:279:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  279 | #define bcopy(from, to, len)    __builtin_memmove((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:169:9: note: in expansion of macro 'bcopy'
  169 |         bcopy(in, tmp, inlen);
      |         ^~~~~
/workspace/src/sys/sys/malloc.h:240:32: note: at offset 3 into destination object of size 0 allocated by 'malloc'
  240 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:167:15: note: in expansion of macro 'malloc'
  167 |         tmp = malloc(tmplen, M_GSSAPI, M_WAITOK);
      |               ^~~~~~
/workspace/src/sys/sys/systm.h:279:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  279 | #define bcopy(from, to, len)    __builtin_memmove((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:169:9: note: in expansion of macro 'bcopy'
  169 |         bcopy(in, tmp, inlen);
      |         ^~~~~
/workspace/src/sys/sys/malloc.h:240:32: note: at offset 4 into destination object of size 0 allocated by 'malloc'
  240 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kgssapi/krb5/kcrypto.c:167:15: note: in expansion of macro 'malloc'
  167 |         tmp = malloc(tmplen, M_GSSAPI, M_WAITOK);
      |               ^~~~~~
ctfconvert -L VERSION -g kcrypto.o
--- kcrypto_aes.o ---
--- all_subdir_ixl ---
--- i40e_common.o ---
ctfconvert -L VERSION -g i40e_common.o
--- all_subdir_kgssapi_krb5 ---
/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.kcrypto_aes.o -MTkcrypto_aes.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/kgssapi/krb5/kcrypto_aes.c -o kcrypto_aes.o
--- all_subdir_kgssapi ---
ctfconvert -L VERSION -g gss_delete_sec_context.o
--- all_subdir_iwlwifi ---
--- mvm/coex.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_coex.o -MTmvm/coex.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/coex.c -o mvm/coex.o
--- all_subdir_kgssapi ---
--- gss_display_status.o ---
--- all_subdir_iwlwifi ---
--- mvm/rs.o ---
ctfconvert -L VERSION -g mvm/rs.o
--- all_subdir_kgssapi ---
/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.gss_display_status.o -MTgss_display_status.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/kgssapi/gss_display_status.c -o gss_display_status.o
ctfconvert -L VERSION -g gss_display_status.o
--- gss_export_name.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.gss_export_name.o -MTgss_export_name.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/kgssapi/gss_export_name.c -o gss_export_name.o
--- all_subdir_kgssapi_krb5 ---
--- krb5_mech.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.krb5_mech.o -MTkrb5_mech.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/kgssapi/krb5/krb5_mech.c -o krb5_mech.o
--- all_subdir_ixv ---
--- if_ixv.o ---
ctfconvert -L VERSION -g if_ixv.o
--- all_subdir_kgssapi ---
--- gss_get_mic.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.gss_get_mic.o -MTgss_get_mic.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/kgssapi/gss_get_mic.c -o gss_get_mic.o
--- all_subdir_kgssapi_krb5 ---
--- kcrypto_aes.o ---
ctfconvert -L VERSION -g kcrypto_aes.o
--- all_subdir_kgssapi ---
--- gss_init_sec_context.o ---
--- gss_export_name.o ---
ctfconvert -L VERSION -g gss_export_name.o
--- gss_init_sec_context.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.gss_init_sec_context.o -MTgss_init_sec_context.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/kgssapi/gss_init_sec_context.c -o gss_init_sec_context.o
--- all_subdir_iwlwifi ---
--- mvm/ftm-initiator.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_ftm-initiator.o -MTmvm/ftm-initiator.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/ftm-initiator.c -o mvm/ftm-initiator.o
--- all_subdir_kgssapi ---
--- gss_get_mic.o ---
ctfconvert -L VERSION -g gss_get_mic.o
--- all_subdir_iwlwifi ---
--- mvm/ftm-responder.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_ftm-responder.o -MTmvm/ftm-responder.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/ftm-responder.c -o mvm/ftm-responder.o
--- all_subdir_kgssapi ---
--- gss_init_sec_context.o ---
ctfconvert -L VERSION -g gss_init_sec_context.o
--- gss_impl.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.gss_impl.o -MTgss_impl.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/kgssapi/gss_impl.c -o gss_impl.o
--- all_subdir_iwlwifi ---
--- mvm/binding.o ---
ctfconvert -L VERSION -g mvm/binding.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_kgssapi ---
ctfconvert -L VERSION -g gss_impl.o
--- all_subdir_ix ---
ctfconvert -L VERSION -g ixgbe_82599.o
--- ixgbe_x540.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_x540.o -MTixgbe_x540.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_x540.c -o ixgbe_x540.o
--- all_subdir_kgssapi ---
--- gss_import_name.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.gss_import_name.o -MTgss_import_name.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/kgssapi/gss_import_name.c -o gss_import_name.o
--- all_subdir_jme ---
ctfconvert -L VERSION -g if_jme.o
--- if_jme.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_jme.ko.full if_jme.o 
ctfmerge -L VERSION -g -o if_jme.ko.full if_jme.o 
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk if_jme.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % if_jme.ko.full
--- all_subdir_iwlwifi ---
--- mvm/coex.o ---
ctfconvert -L VERSION -g mvm/coex.o
--- all_subdir_ixv ---
--- ixgbe_x550.o ---
ctfconvert -L VERSION -g ixgbe_x550.o
--- all_subdir_iwx ---
cc1: all warnings being treated as errors
--- all_subdir_kgssapi ---
ctfconvert -L VERSION -g gss_import_name.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_v8' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c:686:2:
/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_v8[1]' [-Warray-bounds=]
  274 |         cmd->initiator_flags =
/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:
--- all_subdir_kgssapi ---
--- gss_ip_to_dns.o ---
--- all_subdir_iwlwifi ---
/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':
--- all_subdir_kgssapi ---
/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.gss_ip_to_dns.o -MTgss_ip_to_dns.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/kgssapi/gss_ip_to_dns.c -o gss_ip_to_dns.o
--- all_subdir_iwlwifi ---
/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_ixv ---
--- if_ixv.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_ixv.ko.full if_ixv.o if_fdir.o ix_txrx.o ixgbe_osdep.o ixgbe_common.o ixgbe_api.o ixgbe_phy.o ixgbe_mbx.o ixgbe_vf.o ixgbe_dcb.o ixgbe_dcb_82598.o ixgbe_dcb_82599.o ixgbe_82598.o ixgbe_82599.o ixgbe_x540.o ixgbe_x550.o 
--- all_subdir_iwx ---
*** [if_iwx.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/iwx
      164.98 real        82.16 user         7.70 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/jenkins5352607537569428357.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