Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2024 16:01:23 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        behlendorf1@llnl.gov, noreply@github.com, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #2418 - Failure
Message-ID:  <1970900417.6820.1733587285303@jenkins.ci.freebsd.org>

next in thread | raw e-mail | index | archive | help
------=_Part_6811_736361173.1733587283353
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-gcc13_build - Build #2418 (17aab35a77a1b1bf02fc85bb8ffad=
ccb0ca5006d) - Failure

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil=
d/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/2=
418/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/netpfi=
l/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 uninitia=
lized [-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)) !=3D NULL)                  =
       \
      |             ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTAT=
E'
  583 |                         RB_ROTATE(elm, child, elmdir, field);      =
     \
      |                         ^~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERA=
TE_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_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
/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_GENERA=
TE_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_GENERA=
TE_INTERNAL'
  469 |         RB_GENERATE_INTERNAL(name, type, field, cmp,)
      |         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/netpfil/pf/pf_if.c:105:8: note: in expansion of macro 'R=
B_GENERATE'
  105 | static RB_GENERATE(pfi_ifhead, pfi_kkif, pfik_tree, pfi_kkif_compar=
e);
      |        ^~~~~~~~~~~
--- 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-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o ng_pppoe.ko.full ng_pppoe.o=20
ctfmerge -L VERSION -g -o ng_pppoe.ko.full ng_pppoe.o=20
:> 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.k=
o.full
--- ng_pppoe.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pppo=
e.ko.full ng_pppoe.ko.debug
--- ng_pppoe.ko ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dng_pppoe.ko.debug  ng_pppoe.ko.full ng_pppoe.ko
--- all_subdir_netgraph/pred1 ---
=3D=3D=3D> netgraph/pred1 (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/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_ne=
tgraph.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign =
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare =
-Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl=
ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro=
r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-=
aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro=
r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z=
ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=
=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func=
tion-growth=3D1000 -std=3Dgnu99 -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 ---
=3D=3D=3D> netgraph/rfc1490 (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/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_ne=
tgraph.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign =
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare =
-Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl=
ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro=
r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-=
aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro=
r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z=
ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=
=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func=
tion-growth=3D1000 -std=3Dgnu99 -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=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ng_pred1.o -MTng_pre=
d1.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-a=
synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf=
-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu=
al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i=
nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er=
ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray=
-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co=
mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation =
-Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po=
int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro=
r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-=
size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all=
oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull=
 -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format=
-zero-length   -finline-limit=3D8000 -fms-extensions --param inline-unit-gr=
owth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -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=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.ng_rfc1490.o -MTng_r=
fc1490.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -f=
no-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gd=
warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas=
t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi=
ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn=
o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da=
rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu=
m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat=
ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc=
e-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-=
error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-=
elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno=
-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon=
null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo=
rmat-zero-length   -finline-limit=3D8000 -fms-extensions --param inline-uni=
t-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c /works=
pace/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-co=
mmon --build-id=3Dsha1 -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_ddum=
p.o ocs_mgmt.o ocs_gendump.o ocs_cam.o=20
--- all_subdir_qat ---
--- adf_isr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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_HEA=
DERS -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=
=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=
=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/=
src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -M=
D  -MF.depend.adf_isr.o -MTadf_isr.o -mcmodel=3Dkernel -mno-red-zone -mno-m=
mx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -f=
wrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prot=
otypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=
=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn=
o-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loo=
p-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-erro=
r=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -W=
no-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=
=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-er=
ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring=
op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W=
no-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca=
-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length=
-bounds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -f=
ms-extensions --param inline-unit-growth=3D100 --param large-function-growt=
h=3D1000  -std=3Dgnu99 -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-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o ng_pred1.ko.full ng_pred1.o=20
ctfmerge -L VERSION -g -o ng_pred1.ko.full ng_pred1.o=20
--- 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.k=
o.full
--- ng_pred1.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_pred=
1.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/qatv=
ar.h:845:2,
    inlined from 'qat_misc_write_4' at /workspace/src/sys/dev/qat_c2xxx/qat=
var.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_a=
e.c:209:3,
    inlined from 'qat_ae_ctx_indr_write' at /workspace/src/sys/dev/qat_c2xx=
x/qat_ae.c:266:2,
    inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a=
e.c:2848:3:
./x86/bus.h:487:55: warning: 'ctxptr' may be used uninitialized [-Wmaybe-un=
initialized]
  487 |                 *(volatile u_int32_t *)(bsh + offset) =3D 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 declar=
ed here
  247 |         uint32_t ctxptr;
      |                  ^~~~~~
In function 'qat_ae_enable_ctx',
    inlined from 'qat_aefw_start' at /workspace/src/sys/dev/qat_c2xxx/qat_a=
e.c:2851:3:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:714:15: warning: 'ctxen' may be u=
sed uninitialized [-Wmaybe-uninitialized]
  714 |         ctxen &=3D 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 declare=
d 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-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o ng_pptpgre.ko.full ng_pptpgre.o=20
--- all_subdir_netgraph/pred1 ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dng_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=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -=
pipe -fno-common -fno-builtin -fms-extensions -Wredundant-decls -Wunused-va=
riable -Woverflow -Wmissing-prototypes -Wparentheses -w  -fno-strict-aliasi=
ng -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTI=
ON_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glob=
al.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-pref=
ix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D=
./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/works=
pace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC =
   -MD  -MF.depend.mpidebug.o -MTmpidebug.o -mcmodel=3Dkernel -mno-red-zone=
 -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestan=
ding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissi=
ng-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__pri=
ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-optio=
n -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressiv=
e-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno=
-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitializ=
ed -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-er=
ror=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno=
-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstr=
ingop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned=
 -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dall=
oca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-len=
gth-bounds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000=
 -fms-extensions --param inline-unit-growth=3D100 --param large-function-gr=
owth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/pms/RefTisa/sallsdk/spc=
/mpidebug.c -o mpidebug.o
--- all_subdir_netgraph ---
--- all_subdir_netgraph/socket ---
=3D=3D=3D> netgraph/socket (all)
--- all_subdir_netgraph/pptpgre ---
ctfmerge -L VERSION -g -o ng_pptpgre.ko.full ng_pptpgre.o=20
--- all_subdir_netgraph/socket ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/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-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o ng_rfc1490.ko.full ng_rfc1490.o=20
--- all_subdir_netgraph/pptpgre ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ng_pptpgre.ko.full  export_sym=
s | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_pptpg=
re.ko.full
--- all_subdir_netgraph/rfc1490 ---
ctfmerge -L VERSION -g -o ng_rfc1490.ko.full ng_rfc1490.o=20
--- 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_sym=
s | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % ng_rfc14=
90.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_pptp=
gre.ko.full ng_pptpgre.ko.debug
--- all_subdir_netgraph/rfc1490 ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ng_rfc1=
490.ko.full ng_rfc1490.ko.debug
--- all_subdir_netgraph/socket ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_netgraph.h opt_ne=
tgraph.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign =
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare =
-Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl=
ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro=
r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-=
aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro=
r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z=
ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=
=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func=
tion-growth=3D1000 -std=3Dgnu99 -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-d=
ebuglink=3Dng_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-d=
ebuglink=3Dng_rfc1490.ko.debug  ng_rfc1490.ko.full ng_rfc1490.ko
--- all_subdir_netgraph/source ---
=3D=3D=3D> netgraph/source (all)
--- all_subdir_netgraph/split ---
=3D=3D=3D> 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/wor=
kspace/src/sys/modules/netgraph/source...]
--- all_subdir_netgraph/split ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/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_scs=
i.o ocs_unsol.o ocs_ddump.o ocs_mgmt.o ocs_gendump.o ocs_cam.o=20
--- 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_ne=
tgraph.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=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign =
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare =
-Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl=
ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro=
r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-=
aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro=
r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z=
ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=
=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func=
tion-growth=3D1000 -std=3Dgnu99 -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_ne=
tgraph.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=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign =
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare =
-Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl=
ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro=
r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-=
aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro=
r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z=
ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=
=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func=
tion-growth=3D1000 -std=3Dgnu99 -fcommon  /workspace/src/sys/kern/genoffset=
.c
--- all_subdir_pms ---
--- dminit.o ---
------=_Part_6811_736361173.1733587283353--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1970900417.6820.1733587285303>