Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2025 18:26:33 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        zlei@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #2894 - Still Failing
Message-ID:  <1091779605.1805.1739816797353@jenkins.ci.freebsd.org>
In-Reply-To: <1889211098.1776.1739783478264@jenkins.ci.freebsd.org>
References:  <1889211098.1776.1739783478264@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #2894 (90a3b6a7a4e4c8201ba1bb90fb8e2=
b088f3a5788) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil=
d/2894/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/=
2894/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2=
894/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)

90a3b6a7a4e4c8201ba1bb90fb8e2b088f3a5788 by zlei:
libkern: strdup.c, strndup.c: Prefer memcpy() over bcopy()



The end of the build log:

[...truncated 123.20 MiB...]
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/backl=
ight/backlight_if.m -h
--- all_subdir_qat_c2xxx ---
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:36: note: 'savcc' was declar=
ed here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                                    ^~~~~
--- all_subdir_qlnx ---
--- all_subdir_qlnx/qlnxe ---
--- device_if.h ---
--- all_subdir_qat_c2xxx ---
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1631:9: warning: 'savctx' may be =
used uninitialized [-Wmaybe-uninitialized]
 1631 |         qat_ae_write_4(sc, ae, ACTIVE_CTX_STATUS,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1632 |             savctx & ACTIVE_CTX_STATUS_ACNO);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:43: note: 'savctx' was decla=
red here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                                           ^~~~~~
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_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1634:2:
--- all_subdir_qlnx ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- all_subdir_qat_c2xxx ---
./x86/bus.h:487:55: warning: 'ctxarbctl' may be used uninitialized [-Wmaybe=
-uninitialized]
  487 |                 *(volatile u_int32_t *)(bsh + offset) =3D value;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1497:51: note: 'ctxarbctl' was de=
clared here
 1497 |         uint32_t wakeup_ev, savpc, savcc, savctx, ctxarbctl;
      |                                                   ^~~~~~~~~
In function 'qat_ae_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1552:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be =
used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=3D
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    =20
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declar=
ed here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1646:9: warning: 'indr_future_cnt=
_sig' may be used uninitialized [-Wmaybe-uninitialized]
 1646 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, FUTURE_COUNT_SIGNAL=
_INDIRECT,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~~~
 1647 |             indr_future_cnt_sig);
      |             ~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1495:18: note: 'indr_future_cnt_s=
ig' was declared here
 1495 |         uint32_t indr_future_cnt_sig;
      |                  ^~~~~~~~~~~~~~~~~~~
In function 'qat_ae_ctx_indr_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1554:2:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:288:48: warning: 'ctxptr' may be =
used uninitialized [-Wmaybe-uninitialized]
  288 |         if ((ctxptr & CSR_CTX_POINTER_CONTEXT) !=3D
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  289 |             (ctx & CSR_CTX_POINTER_CONTEXT))
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    =20
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:274:18: note: 'ctxptr' was declar=
ed here
  274 |         uint32_t ctxptr;
      |                  ^~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1648:9: warning: 'indr_sig' may b=
e used uninitialized [-Wmaybe-uninitialized]
 1648 |         qat_ae_ctx_indr_write(sc, ae, 1 << ctx, CTX_SIG_EVENTS_INDI=
RECT,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~
 1649 |             indr_sig);
      |             ~~~~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1496:18: note: 'indr_sig' was dec=
lared here
 1496 |         uint32_t indr_sig, active_sig;
      |                  ^~~~~~~~
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_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1650:2:
./x86/bus.h:487:55: warning: 'active_sig' may be used uninitialized [-Wmayb=
e-uninitialized]
  487 |                 *(volatile u_int32_t *)(bsh + offset) =3D value;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1496:28: note: 'active_sig' was d=
eclared here
 1496 |         uint32_t indr_sig, active_sig;
      |                            ^~~~~~~~~~
In function 'qat_ae_enable_ctx',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1583:2:
/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_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:711:18: note: 'ctxen' was declare=
d here
  711 |         uint32_t ctxen;
      |                  ^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:907:18: warning: 'cnt' may be use=
d uninitialized [-Wmaybe-uninitialized]
  907 |         uint32_t cnt, actx;
      |                  ^~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:729:18: warning: 'ctxen' may be u=
sed uninitialized [-Wmaybe-uninitialized]
  729 |         uint32_t ctxen;
      |                  ^~~~~
In function 'qat_ae_ucode_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1528:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1404:47: warning: 'ulo' may be us=
ed uninitialized [-Wmaybe-uninitialized]
 1404 |                 ucode[ii] =3D (ucode[ii] << 32) | ulo;
      |                             ~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:37: note: 'ulo' was declared=
 here
 1368 |         uint32_t misc, ustore_addr, ulo, uhi;
      |                                     ^~~
In function 'qat_ae_ucode_read',
    inlined from 'qat_ae_exec_ucode.constprop' at /workspace/src/sys/dev/qa=
t_c2xxx/qat_ae.c:1528:11:
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1403:27: warning: 'uhi' may be us=
ed uninitialized [-Wmaybe-uninitialized]
 1403 |                 ucode[ii] =3D uhi;
      |                 ~~~~~~~~~~^~~~~
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c: In function 'qat_ae_exec_ucode.c=
onstprop':
/workspace/src/sys/dev/qat_c2xxx/qat_ae.c:1368:42: note: 'uhi' was declared=
 here
 1368 |         uint32_t misc, ustore_addr, ulo, uhi;
      |                                          ^~~
--- all_subdir_qlnx ---
--- all_subdir_qlnx/qlnxev ---
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_=
if.m -h
--- all_subdir_qlnx/qlnxe ---
--- iicbus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbu=
s/iicbus_if.m -h
--- all_subdir_ocs_fc ---
ctfconvert -L VERSION -g ocs_device.o
--- all_subdir_qlnx ---
--- iicbb_if.h ---
--- all_subdir_qlnx/qlnxev ---
--- device_if.h ---
--- all_subdir_qlnx/qlnxe ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbu=
s/iicbb_if.m -h
--- all_subdir_qlnx/qlnxev ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- all_subdir_qlnx/qlnxe ---
--- lkpi_iic_if.c ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/compat/li=
nuxkpi/common/src/lkpi_iic_if.m -c
--- all_subdir_qlnx/qlnxev ---
--- iicbus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbu=
s/iicbus_if.m -h
--- all_subdir_qlnx/qlnxe ---
--- pci_if.h ---
--- all_subdir_qlnx/qlnxev ---
--- iicbb_if.h ---
--- all_subdir_ocs_fc ---
--- ocs_xport.o ---
--- all_subdir_qlnx ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/iicbu=
s/iicbb_if.m -h
--- all_subdir_qlnx/qlnxe ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_if.m -h
--- all_subdir_ocs_fc ---
/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.ocs_xport.o -MTocs_x=
port.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno=
-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwa=
rf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-=
qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing=
-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-=
error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darr=
ay-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-=
compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentatio=
n -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-=
point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-er=
ror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-a=
lloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnu=
ll -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-form=
at-zero-length   -finline-limit=3D8000 -fms-extensions --param inline-unit-=
growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspa=
ce/src/sys/dev/ocs_fc/ocs_xport.c -o ocs_xport.o
--- all_subdir_qlnx ---
--- all_subdir_qlnx/qlnxev ---
--- lkpi_iic_if.c ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/compat/li=
nuxkpi/common/src/lkpi_iic_if.m -c
--- all_subdir_qlnx/qlnxe ---
--- pci_iov_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_iov_if.m -h
--- all_subdir_qlnx/qlnxev ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_if.m -h
--- all_subdir_qlnx/qlnxe ---
--- pcib_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
cib_if.m -h
--- vnode_if.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_=
if.src -h
--- all_subdir_qlnx/qlnxev ---
--- pci_iov_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_iov_if.m -h
--- all_subdir_pms ---
ctfconvert -L VERSION -g dminit.o
--- dmsmp.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.dmsmp.o -MTdmsmp.o -mcmodel=3Dkernel -mno-red-zone -mno-=
mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -=
fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-pro=
totypes -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=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/discovery/dm/d=
msmp.c -o dmsmp.o--- all_subdir_qlnx ---
--- all_subdir_qlnx/qlnxe ---
--- usb_if.h ---
--- all_subdir_qlnx/qlnxev ---
--- pcib_if.h ---
--- all_subdir_qlnx/qlnxe ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/usb/u=
sb_if.m -h
--- all_subdir_qlnx/qlnxev ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
cib_if.m -h
--- all_subdir_qlnx/qlnxe ---
--- 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=3Dgnu17 -DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWF=
N -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/=
compat/linuxkpi/dummy/include -include /workspace/src/sys/compat/linuxkpi/c=
ommon/include/linux/kconfig.h -DCONFIG_ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCON=
FIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DCONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP=
 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_qlnx/qlnxev ---
--- vnode_if.h ---
awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_=
if.src -h
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_heartbeat.o
--- all_subdir_qlnx ---
--- usb_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/usb/u=
sb_if.m -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 -Wno-cast-qual -=
finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --par=
am large-function-growth=3D1000 -std=3Dgnu17 -DQLNX_DEBUG -DECORE_PACKAGE -=
DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/lin=
uxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -in=
clude /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -g =
-fno-inline -DCONFIG_ECORE_SRIOV -DQLNX_VF -fcommon  /workspace/src/sys/ker=
n/genoffset.c
--- all_subdir_qlnx/qlnxe ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_qat ---
--- adf_freebsd_heartbeat_dbg.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_freebsd_heartbeat_dbg.o -MTadf_freebsd_heartbeat_dbg.o -m=
cmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchro=
nous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wal=
l -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wun=
def -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-=
dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Da=
ddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds=
 -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -=
Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-er=
ror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wn=
o-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunu=
sed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -W=
no-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size=
-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-d=
angling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-l=
ength   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D=
100 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspace/src/sy=
s/dev/qat/qat_common/adf_freebsd_heartbeat_dbg.c -o adf_freebsd_heartbeat_d=
bg.o
--- all_subdir_qlnx ---
--- ecore_dcbx.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.ecore_dcbx.o -MTecor=
e_dcbx.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=3Dgnu17 -DCONFIG_=
ECORE_L2 -DECORE_CONFIG_DIRECT_HWFN -I/workspace/src/sys/compat/linuxkpi/co=
mmon/include  -I/workspace/src/sys/compat/linuxkpi/dummy/include  -include =
/workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_=
ECORE_SRIOV -DCONFIG_ECORE_LL2 -DCONFIG_ECORE_ROCE -DCONFIG_ECORE_IWARP -DC=
ONFIG_ECORE_RDMA -DQLNX_ENABLE_IWARP -c /workspace/src/sys/dev/qlnx/qlnxe/e=
core_dcbx.c -o ecore_dcbx.o
--- all_subdir_qlnx/qlnxev ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ecore_dcbx.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.ecore_dcbx.o -MTecor=
e_dcbx.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 -Wno-cast-qual   -finline-limit=3D8000 -fms-extensions --p=
aram inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3D=
gnu17 -DQLNX_DEBUG -DECORE_PACKAGE -DCONFIG_ECORE_L2 -DECORE_CONFIG_DIRECT_=
HWFN -I/workspace/src/sys/compat/linuxkpi/common/include  -I/workspace/src/=
sys/compat/linuxkpi/dummy/include  -include /workspace/src/sys/compat/linux=
kpi/common/include/linux/kconfig.h -g -fno-inline -DCONFIG_ECORE_SRIOV -DQL=
NX_VF -c /workspace/src/sys/dev/qlnx/qlnxe/ecore_dcbx.c -o ecore_dcbx.o
--- pci.o ---
ctfconvert -L VERSION -g pci.o
--- fortuna.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 -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.fortuna.o -MTfortuna.o -fdebug-prefix-map=3D./machine=3D/workspace/s=
rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in=
clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode=
l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-=
unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=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-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/random/fortuna.c
ctfconvert -L VERSION -g fortuna.o
--- hash.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 -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.hash.o -MThash.o -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 -mcmodel=3Dke=
rnel -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-po=
inter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiag=
nostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=
=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon=
null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-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  =
 -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror /wo=
rkspace/src/sys/dev/random/hash.c
--- modules-all ---
--- all_subdir_pms ---
--- saioctlcmd.o ---
ctfconvert -L VERSION -g saioctlcmd.o
--- dmdisc.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.dmdisc.o -MTdmdisc.o -mcmodel=3Dkernel -mno-red-zone -mn=
o-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding=
 -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-p=
rototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf_=
_=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -W=
no-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-lo=
op-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -=
Wno-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=3Dgnu17 -c /workspace/src/sys/dev/pms/RefTisa/discovery/dm/d=
mdisc.c -o dmdisc.o
--- all_subdir_pf ---
cc1: all warnings being treated as errors
--- all_subdir_qat ---
ctfconvert -L VERSION -g adf_freebsd_heartbeat_dbg.o
--- adf_freebsd_dev_processes.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_freebsd_dev_processes.o -MTadf_freebsd_dev_processes.o -m=
cmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchro=
nous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wal=
l -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wun=
def -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-=
dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Da=
ddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds=
 -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -=
Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-er=
ror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wn=
o-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunu=
sed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -W=
no-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size=
-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-d=
angling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-l=
ength   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D=
100 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspace/src/sy=
s/dev/qat/qat_common/adf_freebsd_dev_processes.c -o adf_freebsd_dev_process=
es.o
--- all_subdir_ocs_fc ---
ctfconvert -L VERSION -g ocs_xport.o
--- hash.o ---
ctfconvert -L VERSION -g hash.o
      221.54 real       541.46 user        31.27 sys

make[1]: stopped in /workspace/src

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



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