FreeBSD-main-amd64-gcc13_build - Build #2418 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 07 Dec 2024 16:01:23 UTC
FreeBSD-main-amd64-gcc13_build - Build #2418 (17aab35a77a1b1bf02fc85bb8ffadccb0ca5006d) - Failure

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

d2b0ca953f16d7b33f747369fceb55a89eb51b2e by noreply:
Assert if we're logging after final txg was set

0ffa6f3464278993d30c6e98b53af4ced0ed9ab7 by noreply:
zdb: show dedup table and log attributes

f29dcc25c7a784bbb3d3e92942a0a180671a04ac by noreply:
Linux: Fix detection of register_sysctl_sz

c8a326aab7b268873e4418252d50ab92e5f81b92 by noreply:
Linux: fix zfs_uio_dio_check_for_zero_page

3e9ba0f223b3a48d1537c5f51cca201aef0cf87f by noreply:
Add missing parenthesis in VERIFYF()

6e3c109bc007597692054c66675b8f45b76744a4 by noreply:
Fix regression in dmu_buf_will_fill()

027b3e06edaccb87f3a060c1628740ffa604aa18 by noreply:
zinject(8): rename "ioctl" to "flush"

ae00c807dcd5a20f8fce194f22dd6ab5c45e1ebc by behlendorf1:
FreeBSD: Return ifndef IN_BASE back to fix the build

654ade8ca28568f94f99c6d440124fcf82972d7b by behlendorf1:
FreeBSD: Remove some illumos compat from vnode.h

1cd2419ece5c0639c724141e5ff22d86c542f675 by noreply:
Fix race in libzfs_run_process_impl

4b4e346b9f24c8a315af5a44d540080a449167ea by noreply:
Add ability to scrub from last scrubbed txg

0e020bf3e12d4993d8720292f15a4fead45cd597 by noreply:
FreeBSD: Remove an incorrect assertion in zfs_getpages()

c33a55b0c201dce9457bc6632f68fc87a903a6af by noreply:
Allow dsl_deadlist_open() return errors

a01504b35c77053e180d557677c4a84218897754 by noreply:
Improve speculative prefetcher for block cloning

2507db612df9e888fb9939eec41b48d59ca1c3cb by noreply:
zdb_il: use flex array member to access ZIL records

44446dccdb0077bcf9d93db2fe336ccefc04635e by noreply:
During pool export flush the ARC asynchronously

e8b333e4d33b7c6f3f1e3761b0e1ac3210275dc8 by noreply:
Fix false assertion in dmu_tx_dirty_buf() on cloning

a44eaf16909a81b8ca42c7937e089e4a83125868 by noreply:
Optimize RAIDZ expansion

903895ea5f5f4bd21f654f84c17b4d294ac65049 by behlendorf1:
cstyle: understand basic top-level macro invocations

ba00a6f9a3961876cbaacf5e4534efdbe2c9ff47 by behlendorf1:
cstyle: understand macro params can be empty

0de8ae56f7138e63be8a215c63212c62b354bd62 by behlendorf1:
cstyle: ignore old non-POSIX types in macro invocations

e0039c70573e455f4745a83b7d5a6a5f6f2e58a8 by behlendorf1:
Remove unnecessary CSTYLED escapes on top-level macro invocations



The end of the build log:

[...truncated 122.53 MiB...]
    inlined from 'pfi_ifhead_RB_INSERT_FINISH' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8,
    inlined from 'pfi_ifhead_RB_INSERT' at /workspace/src/sys/netpfil/pf/pf_if.c:105:8,
    inlined from 'pfi_kkif_attach' at /workspace/src/sys/netpfil/pf/pf_if.c:353:2,
    inlined from 'pfi_attach_ifnet' at /workspace/src/sys/netpfil/pf/pf_if.c:451:8,
    inlined from 'pfi_initialize_vnet' at /workspace/src/sys/netpfil/pf/pf_if.c:158:3:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
  332 | #define _RB_LINK(elm, dir, field)       (elm)->field.rbe_link[dir]
      |                                         ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK'
  401 |             _RB_LINK(tmp, dir, field)) != NULL)                         \
      |             ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
  583 |                         RB_ROTATE(elm, child, elmdir, field);           \
      |                         ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)               \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
      |        ^~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c: In function 'pfi_initialize_vnet':
/workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here
  540 |         struct type *child, *child_up, *gpar;                           \
      |                      ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
  474 |         RB_GENERATE_INSERT_COLOR(name, type, field, attr)               \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'RB_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compare);
      |        ^~~~~~~~~~~
--- all_subdir_netgraph ---
--- all_subdir_netgraph/pppoe ---
ctfconvert -L VERSION -g ng_pppoe.o
--- ng_pppoe.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ng_pppoe.ko.full ng_pppoe.o 
ctfmerge -L VERSION -g -o ng_pppoe.ko.full ng_pppoe.o 
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pppoe.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pppoe.ko.full
--- ng_pppoe.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pppoe.ko.full ng_pppoe.ko.debug
--- ng_pppoe.ko ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_pppoe.ko.debug  ng_pppoe.ko.full ng_pppoe.ko
--- all_subdir_netgraph/pred1 ---
===> netgraph/pred1 (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/pred1...]
--- 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-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_ocs_fc ---
--- ocs_pci.o ---
ctfconvert -L VERSION -g ocs_pci.o
--- all_subdir_netgraph ---
--- all_subdir_netgraph/rfc1490 ---
===> netgraph/rfc1490 (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/rfc1490...]
--- 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-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_netgraph/pred1 ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ng_pred1.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ng_pred1.o -MTng_pred1.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=gnu99 -c /workspace/src/sys/netgraph/ng_pred1.c -o ng_pred1.o
--- all_subdir_netgraph/rfc1490 ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ng_rfc1490.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ng_rfc1490.o -MTng_rfc1490.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=gnu99 -c /workspace/src/sys/netgraph/ng_rfc1490.c -o ng_rfc1490.o
--- all_subdir_qat ---
--- adf_init.o ---
ctfconvert -L VERSION -g adf_init.o
--- all_subdir_ocs_fc ---
--- ocs_cam.o ---
ctfconvert -L VERSION -g ocs_cam.o
--- ocs_fc.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ocs_fc.ko.full ocs_pci.o ocs_ioctl.o ocs_os.o ocs_utils.o ocs_hw.o ocs_hw_queues.o sli4.o ocs_sm.o ocs_device.o ocs_xport.o ocs_domain.o ocs_sport.o ocs_els.o ocs_fabric.o ocs_io.o ocs_node.o ocs_scsi.o ocs_unsol.o ocs_ddump.o ocs_mgmt.o ocs_gendump.o ocs_cam.o 
--- all_subdir_qat ---
--- adf_isr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/dev/qat/include -I/workspace/src/sys/dev/qat/include/common -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.adf_isr.o -MTadf_isr.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=gnu99 -c /workspace/src/sys/dev/qat/qat_common/adf_isr.c -o adf_isr.o
--- all_subdir_netgraph ---
--- all_subdir_netgraph/pred1 ---
ctfconvert -L VERSION -g ng_pred1.o
--- ng_pred1.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ng_pred1.ko.full ng_pred1.o 
ctfmerge -L VERSION -g -o ng_pred1.ko.full ng_pred1.o 
--- all_subdir_netgraph/pptpgre ---
ctfconvert -L VERSION -g ng_pptpgre.o
--- all_subdir_netgraph/pred1 ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pred1.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pred1.ko.full
--- ng_pred1.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pred1.ko.full ng_pred1.ko.debug
--- all_subdir_pms ---
ctfconvert -L VERSION -g saioctlcmd.o
--- all_subdir_qat_c2xxx ---
In function 'bus_space_write_4',
    inlined from 'qat_bar_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:845:2,
    inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:863:2,
    inlined from 'qat_ae_local_write_4' at /workspace/src/sys/dev/qat_c2xxx/qatvar.h:917:2,
    inlined from 'qat_ae_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:209:3,
    inlined from 'qat_ae_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:266:2,
    inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:2848:3:
./x86/bus.h:487:55: warning: 'ctxptr' may be used uninitialized [-Wmaybe-uninitialized]
  487 |                 *(volatile u_int32_t *)(bsh + offset) = value;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_start':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:247:18: note: 'ctxptr' was declared here
  247 |         uint32_t ctxptr;
      |                  ^~~~~~
In function 'qat_ae_enable_ctx',
    inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_ae.c:2851:3:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:714:15: warning: 'ctxen' may be used uninitialized [-Wmaybe-uninitialized]
  714 |         ctxen &= CTX_ENABLES_IGNORE_W1C_MASK;
      |               ^~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_aefw_start':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:711:18: note: 'ctxen' was declared here
  711 |         uint32_t ctxen;
      |                  ^~~~~
--- all_subdir_netgraph ---
--- ng_pred1.ko ---
--- all_subdir_netgraph/pptpgre ---
--- ng_pptpgre.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ng_pptpgre.ko.full ng_pptpgre.o 
--- all_subdir_netgraph/pred1 ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_pred1.ko.debug  ng_pred1.ko.full ng_pred1.ko
--- all_subdir_pms ---
--- mpidebug.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-variable -Woverflow -Wmissing-prototypes -Wparentheses -w  -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.mpidebug.o -MTmpidebug.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=gnu99 -c /workspace/src/sys/dev/pms/RefTisa/sallsdk/spc/mpidebug.c -o mpidebug.o
--- all_subdir_netgraph ---
--- all_subdir_netgraph/socket ---
===> netgraph/socket (all)
--- all_subdir_netgraph/pptpgre ---
ctfmerge -L VERSION -g -o ng_pptpgre.ko.full ng_pptpgre.o 
--- all_subdir_netgraph/socket ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/socket...]
--- all_subdir_netgraph/rfc1490 ---
ctfconvert -L VERSION -g ng_rfc1490.o
--- ng_rfc1490.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ng_rfc1490.ko.full ng_rfc1490.o 
--- all_subdir_netgraph/pptpgre ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pptpgre.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pptpgre.ko.full
--- all_subdir_netgraph/rfc1490 ---
ctfmerge -L VERSION -g -o ng_rfc1490.ko.full ng_rfc1490.o 
--- all_subdir_netgraph/socket ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
--- all_subdir_netgraph/rfc1490 ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_rfc1490.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_rfc1490.ko.full
--- all_subdir_netgraph/socket ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- all_subdir_netgraph/pptpgre ---
--- ng_pptpgre.ko.debug ---
--- all_subdir_netgraph/rfc1490 ---
--- ng_rfc1490.ko.debug ---
--- all_subdir_netgraph/socket ---
--- opt_netgraph.h ---
--- all_subdir_netgraph/pptpgre ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pptpgre.ko.full ng_pptpgre.ko.debug
--- all_subdir_netgraph/rfc1490 ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_rfc1490.ko.full ng_rfc1490.ko.debug
--- all_subdir_netgraph/socket ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_netgraph.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_netgraph/pptpgre ---
--- ng_pptpgre.ko ---
--- all_subdir_netgraph/rfc1490 ---
--- ng_rfc1490.ko ---
--- all_subdir_netgraph/pptpgre ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_pptpgre.ko.debug  ng_pptpgre.ko.full ng_pptpgre.ko
--- all_subdir_netgraph/rfc1490 ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ng_rfc1490.ko.debug  ng_rfc1490.ko.full ng_rfc1490.ko
--- all_subdir_netgraph/source ---
===> netgraph/source (all)
--- all_subdir_netgraph/split ---
===> netgraph/split (all)
--- all_subdir_qat ---
--- adf_transport.o ---
ctfconvert -L VERSION -g adf_transport.o
--- all_subdir_netgraph ---
--- all_subdir_netgraph/source ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/source...]
--- all_subdir_netgraph/split ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/netgraph/split...]
--- all_subdir_ocs_fc ---
ctfmerge -L VERSION -g -o ocs_fc.ko.full ocs_pci.o ocs_ioctl.o ocs_os.o ocs_utils.o ocs_hw.o ocs_hw_queues.o sli4.o ocs_sm.o ocs_device.o ocs_xport.o ocs_domain.o ocs_sport.o ocs_els.o ocs_fabric.o ocs_io.o ocs_node.o ocs_scsi.o ocs_unsol.o ocs_ddump.o ocs_mgmt.o ocs_gendump.o ocs_cam.o 
--- all_subdir_netgraph ---
--- all_subdir_netgraph/source ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- all_subdir_netgraph/split ---
--- machine ---
--- all_subdir_netgraph/source ---
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- all_subdir_netgraph/split ---
machine -> /workspace/src/sys/amd64/include
--- all_subdir_netgraph/source ---
--- i386 ---
--- all_subdir_netgraph/split ---
--- x86 ---
--- all_subdir_netgraph/source ---
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
--- all_subdir_netgraph/split ---
x86 -> /workspace/src/sys/x86/include
--- all_subdir_netgraph/source ---
--- genoffset.o ---
--- all_subdir_netgraph/split ---
--- i386 ---
--- all_subdir_netgraph/source ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_netgraph/split ---
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 ---
--- all_subdir_pms ---
ctfconvert -L VERSION -g mpidebug.o
--- all_subdir_netgraph ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_pms ---
--- dminit.o ---