FreeBSD-main-amd64-gcc12_build - Build #1151 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 09 Jun 2023 06:16:15 UTC
FreeBSD-main-amd64-gcc12_build - Build #1151 (5253d74e4650300815af351cc510a1c392a16584) - Still Failing

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

5253d74e4650300815af351cc510a1c392a16584 by kbowling:
e1000: Format em_txrx



The end of the build log:

[...truncated 104.61 MB...]
./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET'
  219 | #define IS_BSP()        (PCPU_GET(cpuid) == 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'ng_bridge_rcvdata' at /workspace/src/sys/netgraph/ng_bridge.c:800:3:
./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds]
  153 |                 __asm __volatile("mov %%gs:%1,%0"                       \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |         ^~~~~~~
./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET'
  214 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET'
  219 | #define IS_BSP()        (PCPU_GET(cpuid) == 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'ng_bridge_rcvdata' at /workspace/src/sys/netgraph/ng_bridge.c:792:3:
./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds]
  153 |                 __asm __volatile("mov %%gs:%1,%0"                       \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |         ^~~~~~~
./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET'
  214 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET'
  219 | #define IS_BSP()        (PCPU_GET(cpuid) == 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'ng_bridge_rcvdata' at /workspace/src/sys/netgraph/ng_bridge.c:780:3:
./machine/pcpu.h:153:17: warning: array subscript 0 is outside array bounds of 'struct __s[0]' [-Warray-bounds]
  153 |                 __asm __volatile("mov %%gs:%1,%0"                       \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__predict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |         ^~~~~~~
./machine/pcpu.h:214:33: note: in expansion of macro '__PCPU_GET'
  214 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:219:26: note: in expansion of macro 'PCPU_GET'
  219 | #define IS_BSP()        (PCPU_GET(cpuid) == 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c != EARLY_COUNTER, ("EARLY_COUNTER used on AP"));
      |                 ^~~~~~
--- all_subdir_netgraph/bluetooth ---
ctfconvert -L VERSION -g ng_btsocket_l2cap.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- ng_btsocket_rfcomm.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/netgraph/bluetooth/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.ng_btsocket_rfcomm.o -MTng_btsocket_rfcomm.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c -o ng_btsocket_rfcomm.o
--- all_subdir_netgraph/bridge ---
ctfconvert -L VERSION -g ng_bridge.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- ng_bridge.ko.full ---
/usr/local/x86_64-unknown-freebsd13.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ng_bridge.ko.full ng_bridge.o 
ctfmerge -L VERSION -g -o ng_bridge.ko.full ng_bridge.o 
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_bridge.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy % ng_bridge.ko.full
--- ng_bridge.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug ng_bridge.ko.full ng_bridge.ko.debug
--- ng_bridge.ko ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_bridge.ko.debug  ng_bridge.ko.full ng_bridge.ko
--- all_subdir_netgraph/car ---
===> netgraph/car (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/car...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_netgraph.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_netgraph.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/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 -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 -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-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=iso9899:1999 -fcommon  /workspace/src/sys/kern/genoffset.c
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ng_car.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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.ng_car.o -MTng_car.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/netgraph/ng_car.c -o ng_car.o
--- all_subdir_nfslockd ---
ctfconvert -L VERSION -g nlm_prot_impl.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- nlm_prot_server.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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.nlm_prot_server.o -MTnlm_prot_server.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/nlm/nlm_prot_server.c -o nlm_prot_server.o
--- all_subdir_mthca ---
ctfconvert -L VERSION -g mthca_srq.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- mthca_uar.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common -DCONFIG_INFINIBAND_USER_MEM -DINET6 -DINET  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -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.mthca_uar.o -MTmthca_uar.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -Wno-cast-qual -Wno-pointer-arith -c /workspace/src/sys/dev/mthca/mthca_uar.c -o mthca_uar.o
--- nfs_nfsdstate.o ---
/workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c: In function 'nfsrv_lockctrl':
/workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:2251:59: warning: 'stp' may be used uninitialized [-Wmaybe-uninitialized]
 2251 |                 stateidp->other[2] = stp->ls_stateid.other[2];
      |                                      ~~~~~~~~~~~~~~~~~~~~~^~~
/workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:1729:26: note: 'stp' was declared here
 1729 |         struct nfsstate *stp, *lckstp = NULL;
      |                          ^~~
--- modules-all ---
--- all_subdir_netgraph ---
ctfconvert -L VERSION -g ng_car.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- ng_car.ko.full ---
/usr/local/x86_64-unknown-freebsd13.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ng_car.ko.full ng_car.o 
ctfmerge -L VERSION -g -o ng_car.ko.full ng_car.o 
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_car.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy % ng_car.ko.full
--- ng_car.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug ng_car.ko.full ng_car.ko.debug
--- ng_car.ko ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_car.ko.debug  ng_car.ko.full ng_car.ko
--- all_subdir_nfslockd ---
--- nlm_prot_svc.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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.nlm_prot_svc.o -MTnlm_prot_svc.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/nlm/nlm_prot_svc.c -o nlm_prot_svc.o
--- all_subdir_netlink ---
ctfconvert -L VERSION -g route/rt.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- netlink_module.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common -DNETLINK_MODULE  -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.netlink_module.o -MTnetlink_module.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/netlink/netlink_module.c -o netlink_module.o
--- all_subdir_nfslockd ---
--- nlm_prot_server.o ---
ctfconvert -L VERSION -g nlm_prot_server.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- nlm_prot_xdr.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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.nlm_prot_xdr.o -MTnlm_prot_xdr.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/nlm/nlm_prot_xdr.c -o nlm_prot_xdr.o
--- all_subdir_netlink ---
In file included from ./machine/atomic.h:75,
                 from /workspace/src/sys/sys/systm.h:48,
                 from /workspace/src/sys/sys/malloc.h:43,
                 from /workspace/src/sys/netlink/netlink_module.c:35:
/workspace/src/sys/netlink/netlink_module.c: In function 'vnet_nl_ctl_init':
/workspace/src/sys/sys/atomic_common.h:129:35: warning: to be safe all intermediate pointers in cast from 'struct nl_control **' to 'struct nl_control * volatile*' must be 'const' qualified [-Wcast-qual]
  129 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/netlink/netlink_module.c:94:34: note: in expansion of macro 'atomic_load_ptr'
   94 |         struct nl_control *tmp = atomic_load_ptr(&V_nl_ctl);
      |                                  ^~~~~~~~~~~~~~~
/workspace/src/sys/sys/atomic_common.h:130:35: warning: to be safe all intermediate pointers in cast from 'struct nl_control **' to 'struct nl_control * volatile*' must be 'const' qualified [-Wcast-qual]
  130 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/netlink/netlink_module.c:97:17: note: in expansion of macro 'atomic_store_ptr'
   97 |                 atomic_store_ptr(&V_nl_ctl, ctl);
      |                 ^~~~~~~~~~~~~~~~
/workspace/src/sys/netlink/netlink_module.c: In function 'vnet_nl_ctl_destroy':
/workspace/src/sys/sys/atomic_common.h:129:35: warning: to be safe all intermediate pointers in cast from 'struct nl_control **' to 'struct nl_control * volatile*' must be 'const' qualified [-Wcast-qual]
  129 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/netlink/netlink_module.c:120:15: note: in expansion of macro 'atomic_load_ptr'
  120 |         ctl = atomic_load_ptr(&V_nl_ctl);
      |               ^~~~~~~~~~~~~~~
/workspace/src/sys/sys/atomic_common.h:130:35: warning: to be safe all intermediate pointers in cast from 'struct nl_control **' to 'struct nl_control * volatile*' must be 'const' qualified [-Wcast-qual]
  130 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/netlink/netlink_module.c:121:9: note: in expansion of macro 'atomic_store_ptr'
  121 |         atomic_store_ptr(&V_nl_ctl, NULL);
      |         ^~~~~~~~~~~~~~~~
--- all_subdir_nfslockd ---
--- nlm_prot_svc.o ---
ctfconvert -L VERSION -g nlm_prot_svc.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- sm_inter_xdr.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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.sm_inter_xdr.o -MTsm_inter_xdr.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/nlm/sm_inter_xdr.c -o sm_inter_xdr.o
--- all_subdir_mthca ---
ctfconvert -L VERSION -g mthca_uar.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- lkpi_iic_if.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common -DCONFIG_INFINIBAND_USER_MEM -DINET6 -DINET  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -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.lkpi_iic_if.o -MTlkpi_iic_if.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -Wno-cast-qual -Wno-pointer-arith -c lkpi_iic_if.c -o lkpi_iic_if.o
--- all_subdir_netlink ---
ctfconvert -L VERSION -g netlink_module.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- netlink.ko.full ---
/usr/local/x86_64-unknown-freebsd13.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o netlink.ko.full netlink_module.o netlink_domain.o netlink_io.o netlink_message_writer.o netlink_generic.o netlink_route.o route/iface.o route/iface_drivers.o route/neigh.o route/nexthop.o route/rt.o 
--- all_subdir_mthca ---
ctfconvert -L VERSION -g lkpi_iic_if.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- mthca_allocator.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common -DCONFIG_INFINIBAND_USER_MEM -DINET6 -DINET  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -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.mthca_allocator.o -MTmthca_allocator.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -Wno-cast-qual -Wno-pointer-arith -c /workspace/src/sys/dev/mthca/mthca_allocator.c -o mthca_allocator.o
--- all_subdir_netlink ---
ctfmerge -L VERSION -g -o netlink.ko.full netlink_module.o netlink_domain.o netlink_io.o netlink_message_writer.o netlink_generic.o netlink_route.o route/iface.o route/iface_drivers.o route/neigh.o route/nexthop.o route/rt.o 
ERROR: ctfmerge: No ctf sections found to merge
--- netlink.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug netlink.ko.full netlink.ko.debug
--- netlink.ko ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=netlink.ko.debug  netlink.ko.full netlink.ko
--- all_subdir_nfslockd ---
ctfconvert -L VERSION -g sm_inter_xdr.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- nlm_advlock.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.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.nlm_advlock.o -MTnlm_advlock.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -c /workspace/src/sys/nlm/nlm_advlock.c -o nlm_advlock.o
--- all_subdir_nlsysevent ---
===> nlsysevent (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/nlsysevent...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/netlink -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 -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 -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-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=iso9899:1999 -fcommon  /workspace/src/sys/kern/genoffset.c
cc1: error: /workspace/src/sys/contrib/netlink: No such file or directory [-Werror=missing-include-dirs]
cc1: all warnings being treated as errors
--- all_subdir_nfslockd ---
--- nlm_prot_xdr.o ---
ctfconvert -L VERSION -g nlm_prot_xdr.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_nlsysevent ---
*** [genoffset.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/nlsysevent
      169.45 real       695.46 user        37.71 sys

make[1]: stopped in /workspace/src

make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins9443974095732064062.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address