FreeBSD-stable-14-amd64-gcc12_build - Build #350 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 31 Jan 2024 16:08:52 UTC
FreeBSD-stable-14-amd64-gcc12_build - Build #350 (aaefd6898a73528d3888331a51983cbcc9f06125) - Still Failing

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

6a5396c1c682b71e6dc5e8e959860f78ad9aa550 by kib:
kern_openat(): rename fd argument to dirfd

c728101ff44c95a83c7e9a2c6c370eaac06e105d by kib:
kern_openat(): minor style fixes

8732746cbeffb3831ba144ac5999b200d63332a0 by kib:
Add kern_openatfp(9)

0de404fc0b5fbab24f1d5153116a49063099d1c1 by kib:
sys/file.h: style

3e3b87ea6e6936c4757391477075d487b6745a12 by kib:
Add fget_remote()

d7c4a6205feb6ba2d44159e343ec61cae3ecffb4 by kib:
file: add fo_cmp method

add51cc280f3a48abb2f4fc2e2e4f56efc186d54 by kib:
Add kcmp(2) kernel bits

f8d885c08dfc3d93ba00ae216c9587e990d64a5b by kib:
Add kcmp(2) userspace bits

575a909aa2430fcfe5b8ca8ae0d063a8b775fe4b by kib:
kcmp(2): implement for generic file types

098500b79e1734f269743eabb624c854804c67ac by kib:
kcmp(2): implement for vnode files

7dff3d1cdfd1556d2137ddd8dd1916e0945ed240 by kib:
kcmp(2): implement for devfs files

81cee1350ff87537f8203d2db0e8ed2acdff7aef by kib:
kcmp(2): implement for linuxkpi cdevs

0b864eb03f6621d9d0f122e6b18360a4778a4647 by kib:
kcmp(2): implement for procdesc

136d75ad86d1a62d673490ed2679e7819444f0a9 by kib:
regen

b566e44b2b88eb9f1b3b658998c7418cccab9e2f by kib:
stable/14: bump __FreeBSD_version for kcmp(2) and kern_openatfp(9)

c0565e7d34ac248bf3c20c66f341a64a6e33d6d9 by kevans:
Create namespace for the symbols added during 15-CURRENT cycle

aaefd6898a73528d3888331a51983cbcc9f06125 by tijl:
join(1): Fix ordering in case of missing fields



The end of the build log:

[...truncated 128.98 MiB...]
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:364:17: note: 'iptos' was declared here
  364 |         uint8_t iptos, no_vn=0;
      |                 ^~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:433:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-uninitialized]
  433 |                         drop_hdrlen += off;
      |                                     ^~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:363:18: note: 'drop_hdrlen' was declared here
  363 |         uint16_t drop_hdrlen;
      |                  ^~~~~~~~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
--- all_subdir_toecore ---
--- i386 ---
--- all_subdir_tcp ---
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:432:30: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitialized]
  432 |                         tlen -= off;
      |                         ~~~~~^~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:361:34: note: 'tlen' was declared here
  361 |         int32_t retval, nxt_pkt, tlen, off;
      |                                  ^~~~
--- all_subdir_sound ---
--- x86 ---
--- all_subdir_tcp ---
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:422:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitialized]
  422 |                         off = th->th_off << 2;
      |                               ~~^~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:351:24: note: 'th' was declared here
  351 |         struct tcphdr *th;
      |                        ^~
--- all_subdir_toecore ---
i386 -> /workspace/src/sys/i386/include
--- all_subdir_sound ---
x86 -> /workspace/src/sys/x86/include
--- all_subdir_toecore ---
--- opt_ofed.h ---
--- all_subdir_sound ---
--- i386 ---
--- all_subdir_toecore ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ofed.h opt_ofed.h
--- all_subdir_sound ---
--- all_subdir_sound/driver/solo ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h
--- all_subdir_toecore ---
--- opt_inet.h ---
--- all_subdir_sound ---
--- all_subdir_sound/driver/spicds ---
i386 -> /workspace/src/sys/i386/include
--- all_subdir_toecore ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h
--- all_subdir_sound ---
--- device_if.h ---
--- all_subdir_toecore ---
--- opt_inet6.h ---
--- all_subdir_sound ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- all_subdir_toecore ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet6.h opt_inet6.h
--- opt_kern_tls.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_kern_tls.h opt_kern_tls.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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-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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_sound ---
--- all_subdir_sound/driver/solo ---
--- ac97_if.h ---
--- all_subdir_sound/driver/spicds ---
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- all_subdir_sound/driver/solo ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/ac97_if.m -h
--- channel_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/channel_if.m -h
--- all_subdir_sound/driver/spicds ---
--- isa_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_if.m -h
--- all_subdir_sound/driver/solo ---
--- feeder_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/feeder_if.m -h
--- all_subdir_sound/driver/spicds ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h
--- all_subdir_sound/driver/solo ---
--- mixer_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/mixer_if.m -h
--- all_subdir_sound/driver/spicds ---
--- ac97_if.h ---
--- all_subdir_sound/driver/solo ---
--- genoffset.o ---
--- all_subdir_sound/driver/spicds ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/ac97_if.m -h
--- all_subdir_sound/driver/solo ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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-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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_sound/driver/spicds ---
--- channel_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/channel_if.m -h
--- feeder_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/feeder_if.m -h
--- all_subdir_toecore ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_sound ---
--- mixer_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/mixer_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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-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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_sound/driver/solo ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_sound/driver/spicds ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_toecore ---
--- toecore.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.toecore.o -MTtoecore.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-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=gnu99 -c /workspace/src/sys/netinet/toecore.c -o toecore.o
--- all_subdir_sound ---
--- all_subdir_sound/driver/solo ---
--- solo.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.solo.o -MTsolo.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-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=gnu99 -c /workspace/src/sys/dev/sound/pci/solo.c -o solo.o
--- all_subdir_sound/driver/spicds ---
--- spicds.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.spicds.o -MTspicds.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-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=gnu99 -c /workspace/src/sys/dev/sound/pci/spicds.c -o spicds.o
--- all_subdir_tcp ---
ctfconvert -L VERSION -g rack_bbr_common.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- tailq_hash.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -DMODNAME=tcp_rack -DSTACKNAME=rack  -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.tailq_hash.o -MTtailq_hash.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-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=gnu99 -c /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/tailq_hash.c -o tailq_hash.o
--- all_subdir_tmpfs ---
ctfconvert -L VERSION -g tmpfs_vfsops.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- tmpfs_subr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.tmpfs_subr.o -MTtmpfs_subr.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-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=gnu99 -c /workspace/src/sys/fs/tmpfs/tmpfs_subr.c -o tmpfs_subr.o
--- all_subdir_tcp ---
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/tailq_hash.c:69:
/workspace/src/sys/netinet/tcp_ratelimit.h:217:1: warning: 'tcp_rl_log_enobuf' defined but not used [-Wunused-function]
  217 | tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte)
      | ^~~~~~~~~~~~~~~~~
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/tailq_hash.c:62:
/workspace/src/sys/netinet/tcp_fsm.h:73:17: error: 'tcp_outflags' defined but not used [-Werror=unused-variable]
   73 | static u_char   tcp_outflags[TCP_NSTATES] = {
      |                 ^~~~~~~~~~~~
--- all_subdir_sfxge ---
--- sfxge.o ---
ctfconvert -L VERSION -g sfxge.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- sfxge.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o sfxge.ko.full sfxge.o sfxge_dma.o sfxge_ev.o sfxge_intr.o sfxge_mcdi.o sfxge_nvram.o sfxge_port.o sfxge_rx.o sfxge_tx.o efx_bootcfg.o efx_crc32.o efx_ev.o efx_intr.o efx_lic.o efx_mac.o efx_mcdi.o efx_mon.o efx_nic.o efx_nvram.o efx_phy.o efx_port.o efx_rx.o efx_sram.o efx_tunnel.o efx_tx.o efx_vpd.o efx_filter.o efx_hash.o mcdi_mon.o siena_mac.o siena_mcdi.o siena_nic.o siena_nvram.o siena_phy.o siena_sram.o siena_vpd.o ef10_ev.o ef10_filter.o ef10_image.o ef10_intr.o ef10_mac.o ef10_mcdi.o ef10_nic.o ef10_nvram.o ef10_phy.o ef10_rx.o ef10_tx.o ef10_vpd.o hunt_nic.o medford_nic.o medford2_nic.o 
--- all_subdir_sound ---
--- all_subdir_sound/driver/neomagic ---
ctfconvert -L VERSION -g neomagic.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- snd_neomagic.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o snd_neomagic.ko.full neomagic.o 
--- all_subdir_toecore ---
ctfconvert -L VERSION -g toecore.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- toecore.ko.full ---
--- all_subdir_sound ---
ctfmerge -L VERSION -g -o snd_neomagic.ko.full neomagic.o 
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
--- all_subdir_toecore ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o toecore.ko.full toecore.o 
--- all_subdir_sound ---
awk -f /workspace/src/sys/conf/kmod_syms.awk snd_neomagic.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % snd_neomagic.ko.full
--- all_subdir_toecore ---
ctfmerge -L VERSION -g -o toecore.ko.full toecore.o 
--- all_subdir_sound ---
--- snd_neomagic.ko.debug ---
--- all_subdir_toecore ---
ERROR: ctfmerge: No ctf sections found to merge
--- all_subdir_sound ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug snd_neomagic.ko.full snd_neomagic.ko.debug
--- all_subdir_toecore ---
--- toecore.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug toecore.ko.full toecore.ko.debug
--- all_subdir_sound ---
--- snd_neomagic.ko ---
--- all_subdir_toecore ---
--- toecore.ko ---
--- all_subdir_sound ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=snd_neomagic.ko.debug  snd_neomagic.ko.full snd_neomagic.ko
--- all_subdir_toecore ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=toecore.ko.debug  toecore.ko.full toecore.ko
--- all_subdir_tmpfs ---
--- tmpfs_vnops.o ---
--- all_subdir_sound ---
--- all_subdir_sound/sound ---
--- midi.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.midi.o -MTmidi.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-dir--- all_subdir_tmpfs ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.tmpfs_vnops.o -MTtmpfs_vnops.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__ -Wmissi--- all_subdir_sound ---
s -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-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=gnu99 -c /workspace/src/sys/dev/sound/midi/midi.c -o midi.o
--- all_subdir_tmpfs ---
ng-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-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=gnu99 -c /workspace/src/sys/fs/tmpfs/tmpfs_vnops.c -o tmpfs_vnops.o
--- tmpfs_subr.o ---
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:47,
                 from /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:40:
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_alloc_node':
--- all_subdir_sfxge ---
ctfmerge -L VERSION -g -o sfxge.ko.full sfxge.o sfxge_dma.o sfxge_ev.o sfxge_intr.o sfxge_mcdi.o sfxge_nvram.o sfxge_port.o sfxge_rx.o sfxge_tx.o efx_bootcfg.o efx_crc32.o efx_ev.o efx_intr.o efx_lic.o efx_mac.o efx_mcdi.o efx_mon.o efx_nic.o efx_nvram.o efx_phy.o efx_port.o efx_rx.o efx_sram.o efx_tunnel.o efx_tx.o efx_vpd.o efx_filter.o efx_hash.o mcdi_mon.o siena_mac.o siena_mcdi.o siena_nic.o siena_nvram.o siena_phy.o siena_sram.o siena_vpd.o ef10_ev.o ef10_filter.o ef10_image.o ef10_intr.o ef10_mac.o ef10_mcdi.o ef10_nic.o ef10_nvram.o ef10_phy.o ef10_rx.o ef10_tx.o ef10_vpd.o hunt_nic.o medford_nic.o medford2_nic.o 
--- all_subdir_tmpfs ---
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'char **' to 'char * volatile*' must be 'const' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:650:17: note: in expansion of macro 'atomic_store_ptr'
  650 |                 atomic_store_ptr(&nnode->tn_link_target, symlink);
      |                 ^~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_free_node_locked':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'char **' to 'char * volatile*' must be 'const' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:789:17: note: in expansion of macro 'atomic_store_ptr'
  789 |                 atomic_store_ptr(&node->tn_link_target, NULL);
      |                 ^~~~~~~~~~~~~~~~
--- all_subdir_sfxge ---
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk sfxge.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % sfxge.ko.full
--- all_subdir_tcp ---
cc1: all warnings being treated as errors
*** [tailq_hash.o] Error code 1

make[5]: stopped in /workspace/src/sys/modules/tcp/rack
      285.36 real       312.15 user        17.98 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-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins1018846269983913039.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-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