FreeBSD-main-amd64-gcc13_build - Build #4385 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 12 Sep 2025 19:50:50 UTC
FreeBSD-main-amd64-gcc13_build - Build #4385 (ecca34fa969579e53e4940ef9d7a7e170e872e77) - Still Failing

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

b0e7b55a0e90d737cf469b78e9785b492b3c0d0f by cy:
krb5: Enable PRINC_LOOK_AHEAD in ksu

1bc7ee74b6a80081f0f5764970e3949e834965f1 by bapt:
pkgbase: fix alpha and beta versioning

4c6cf6107b824f7ba4a3fe66db8e0a36c8dd8b04 by des:
tools: Drop cryptotest

ecca34fa969579e53e4940ef9d7a7e170e872e77 by imp:
gunion: Also destroy the rw_lock



The end of the build log:

[...truncated 128.65 MiB...]
--- kcrypto_aes.o ---
ctfconvert -L VERSION -g kcrypto_aes.o
--- all_subdir_ksyms ---
===> ksyms (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/ksyms...]
--- all_subdir_krpc ---
--- rpctlssd.h ---
RPCGEN_CPP=/usr/local/bin/x86_64-unknown-freebsd14.2-cpp13\ --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp\ -B/usr/local/x86_64-unknown-freebsd14.2/bin/ rpcgen -hM /workspace/src/sys/rpc/rpcsec_tls/rpctlssd.x | grep -v pthread.h > rpctlssd.h
--- all_subdir_ksyms ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
--- all_subdir_kgssapi_krb5 ---
--- kcrypto.o ---
In function 'krb5_n_fold',
    inlined from 'krb5_derive_key' at /workspace/src/sys/kgssapi/krb5/kcrypto.c:195:2,
    inlined from 'krb5_get_usage_key' at /workspace/src/sys/kgssapi/krb5/kcrypto.c:235:11,
    inlined from 'krb5_get_usage_key' at /workspace/src/sys/kgssapi/krb5/kcrypto.c:223:1,
    inlined from 'krb5_get_checksum_key' at /workspace/src/sys/kgssapi/krb5/kcrypto.c:260:10:
/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: 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);
      |               ^~~~~~
--- all_subdir_ksyms ---
i386 -> /workspace/src/sys/i386/include
--- linker_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/linker_if.m -h
--- all_subdir_krpc ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_ksyms ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu17 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_kgssapi ---
ctfconvert -L VERSION -g gss_release_oid_set.o
--- gss_release_name.o ---
ctfconvert -L VERSION -g gss_release_name.o
--- all_subdir_kgssapi_krb5 ---
--- krb5_mech.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_kgssapi ---
--- gss_set_cred_option.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_set_cred_option.o -MTgss_set_cred_option.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_set_cred_option.c -o gss_set_cred_option.o
--- all_subdir_krpc ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_kgssapi_krb5 ---
--- kcrypto.o ---
ctfconvert -L VERSION -g kcrypto.o
--- all_subdir_ksyms ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_kgssapi ---
--- gss_test_oid_set_member.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_test_oid_set_member.o -MTgss_test_oid_set_member.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_test_oid_set_member.c -o gss_test_oid_set_member.o
--- all_subdir_krpc ---
--- auth_unix.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.auth_unix.o -MTauth_unix.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/rpc/auth_unix.c -o auth_unix.o
--- all_subdir_ksyms ---
--- ksyms.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.ksyms.o -MTksyms.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/ksyms/ksyms.c -o ksyms.o
--- all_subdir_kgssapi ---
--- gss_set_cred_option.o ---
ctfconvert -L VERSION -g gss_set_cred_option.o
--- all_subdir_krpc ---
--- authunix_prot.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.authunix_prot.o -MTauthunix_prot.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/rpc/authunix_prot.c -o authunix_prot.o
--- all_subdir_kgssapi ---
--- gss_test_oid_set_member.o ---
ctfconvert -L VERSION -g gss_test_oid_set_member.o
--- gss_unwrap.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_unwrap.o -MTgss_unwrap.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_unwrap.c -o gss_unwrap.o
--- all_subdir_iwlwifi ---
--- mvm/rxmq.o ---
In file included from /workspace/src/sys/compat/linuxkpi/common/include/linux/ieee80211.h:38,
                 from /workspace/src/sys/contrib/dev/iwlwifi/iwl-trans.h:10,
                 from /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:12:
In function 'le32_get_bits',
    inlined from 'iwl_mvm_decode_he_phy_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1112:33,
    inlined from 'iwl_mvm_rx_he' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1801:3,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1972:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2485:2:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:57:49: warning: 'phy_data.d2' may be used uninitialized [-Wmaybe-uninitialized]
   57 |                 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f));      \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:61:1: note: in expansion of macro '_leX_get_bits'
   61 | _leX_get_bits(32)
      | ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2400:36: note: 'phy_data.d2' was declared here
 2400 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
In function 'le16_get_bits',
    inlined from 'iwl_mvm_decode_he_phy_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1185:21,
    inlined from 'iwl_mvm_rx_he' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1801:3,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1972:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2485:2:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:57:49: warning: 'phy_data.d4' may be used uninitialized [-Wmaybe-uninitialized]
   57 |                 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f));      \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:62:1: note: in expansion of macro '_leX_get_bits'
   62 | _leX_get_bits(16)
      | ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2400:36: note: 'phy_data.d4' was declared here
 2400 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
In function 'iwl_mvm_decode_he_mu_ext',
    inlined from 'iwl_mvm_decode_he_phy_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1196:3,
    inlined from 'iwl_mvm_rx_he' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1801:3,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1972:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2485:2:
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:976:34: warning: 'phy_data.d3' may be used uninitialized [-Wmaybe-uninitialized]
  976 |                 he_mu->ru_ch1[1] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH1_RU1,
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2400:36: note: 'phy_data.d3' was declared here
 2400 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
In function 'le32_get_bits',
    inlined from 'iwl_mvm_rx_eht' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1724:4,
    inlined from 'iwl_mvm_rx_fill_status' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:1994:3,
    inlined from 'iwl_mvm_rx_monitor_no_data' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2485:2:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:57:49: warning: 'phy_data.rx_vec[2]' may be used uninitialized [-Wmaybe-uninitialized]
   57 |                 return ((le ## _n ## _to_cpu(v) & f) / ___lsb(f));      \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitfield.h:61:1: note: in expansion of macro '_leX_get_bits'
   61 | _leX_get_bits(32)
      | ^~~~~~~~~~~~~
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c: In function 'iwl_mvm_rx_monitor_no_data':
/workspace/src/sys/contrib/dev/iwlwifi/mvm/rxmq.c:2400:36: note: 'phy_data.rx_vec[2]' was declared here
 2400 |         struct iwl_mvm_rx_phy_data phy_data;
      |                                    ^~~~~~~~
--- all_subdir_krpc ---
ctfconvert -L VERSION -g authunix_prot.o
--- all_subdir_kgssapi ---
--- gss_verify_mic.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_verify_mic.o -MTgss_verify_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_verify_mic.c -o gss_verify_mic.o
--- all_subdir_krpc ---
--- auth_unix.o ---
ctfconvert -L VERSION -g auth_unix.o
--- clnt_bck.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.clnt_bck.o -MTclnt_bck.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/rpc/clnt_bck.c -o clnt_bck.o
--- all_subdir_kgssapi ---
--- gss_unwrap.o ---
ctfconvert -L VERSION -g gss_unwrap.o
--- all_subdir_krpc ---
--- clnt_dg.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.clnt_dg.o -MTclnt_dg.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/rpc/clnt_dg.c -o clnt_dg.o
--- all_subdir_ksyms ---
ctfconvert -L VERSION -g ksyms.o
--- ksyms.ko.full ---
/usr/local/x86_64-unknown-freebsd14.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ksyms.ko.full ksyms.o 
ctfmerge -L VERSION -g -o ksyms.ko.full ksyms.o 
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ksyms.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % ksyms.ko.full
--- all_subdir_kgssapi ---
--- gss_verify_mic.o ---
ctfconvert -L VERSION -g gss_verify_mic.o
--- gss_wrap.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_wrap.o -MTgss_wrap.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_wrap.c -o gss_wrap.o
--- all_subdir_ksyms ---
--- ksyms.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug ksyms.ko.full ksyms.ko.debug
--- ksyms.ko ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=ksyms.ko.debug  ksyms.ko.full ksyms.ko
--- all_subdir_kgssapi ---
--- gss_wrap_size_limit.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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_wrap_size_limit.o -MTgss_wrap_size_limit.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_wrap_size_limit.c -o gss_wrap_size_limit.o
--- all_subdir_iwlwifi ---
--- mvm/mac80211.o ---
cc1: all warnings being treated as errors
*** [mvm/mac80211.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/iwlwifi
      168.07 real       292.27 user        16.32 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins3585341873855424287.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address