Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 19:25:14 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        dchagin@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #22 - Still Failing
Message-ID:  <294577961.3982.1694460317373@jenkins.ci.freebsd.org>
In-Reply-To: <2057201607.3972.1694446479332@jenkins.ci.freebsd.org>
References:  <2057201607.3972.1694446479332@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #22 (e975d1b72507def7a699adf1cb=
38c68b48d80f51) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12=
_build/22/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_b=
uild/22/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_bu=
ild/22/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)

803280ea07e9c07007e0acd3864a18d40b86de2a by dchagin:
linux(4): Merge getxattr for future error recode

a9b8a0ced46efe72ec118a749d191b29ce47712b by dchagin:
linux(4): Return ENODATA from getxattr syscalls instead of EPERM

0f35bf8b294e2c57ef0d9cd39f0f44e36cd4f7be by dchagin:
linux(4): Merge removexattr for future error recode

bce9c2e34006dd70fb77a72f8cce1ead8a01db9e by dchagin:
linux(4): Return ENOTSUP from xattr syscalls instead of EPERM

53b3e15d732ff6ff0df7870107d45a371a376e73 by dchagin:
linux(4): Fix listxattr for the case when the size is 0

e975d1b72507def7a699adf1cb38c68b48d80f51 by dchagin:
linux(4): Return ENOTSUP from listxattr instead of EPERM



The end of the build log:

[...truncated 116.35 MB...]
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- fwohci.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.fwohci.o -MTfwohci.=
o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asyn=
chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f=
diagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-erro=
r=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmayb=
e-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-co=
mpare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-=
overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wn=
o-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacke=
d-not-aligned -Wno-address-of-packed-member -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-extension=
s --param inline-unit-growth=3D100 --param large-function-growth=3D1000  -s=
td=3Dgnu99 -c /workspace/src/sys/dev/firewire/fwohci.c -o fwohci.o
--- all_subdir_fdc ---
In function 'fdc_read_status',
    inlined from 'fdc_worker' at /workspace/src/sys/dev/fdc/fdc.c:1073:6,
    inlined from 'fdc_thread' at /workspace/src/sys/dev/fdc/fdc.c:1161:7:
/workspace/src/sys/dev/fdc/fdc.c:605:32: warning: 'status' may be used unin=
itialized [-Wmaybe-uninitialized]
  605 |                 fdc->status[i] =3D status;
      |                 ~~~~~~~~~~~~~~~^~~~~~~~
/workspace/src/sys/dev/fdc/fdc.c: In function 'fdc_thread':
/workspace/src/sys/dev/fdc/fdc.c:601:21: note: 'status' was declared here
  601 |         int i, ret, status;
      |                     ^~~~~~
In function 'fd_probe_disk',
    inlined from 'fdc_worker' at /workspace/src/sys/dev/fdc/fdc.c:855:7,
    inlined from 'fdc_thread' at /workspace/src/sys/dev/fdc/fdc.c:1161:7:
/workspace/src/sys/dev/fdc/fdc.c:1231:26: warning: 'cyl' may be used uninit=
ialized [-Wmaybe-uninitialized]
 1231 |         if ((st0 & 0xc0) || cyl !=3D 0)
      |             ~~~~~~~~~~~~~^~~~~~~~~~~
/workspace/src/sys/dev/fdc/fdc.c: In function 'fdc_thread':
/workspace/src/sys/dev/fdc/fdc.c:1209:23: note: 'cyl' was declared here
 1209 |         int st0, st3, cyl;
      |                       ^~~
In function 'fd_probe_disk',
    inlined from 'fdc_worker' at /workspace/src/sys/dev/fdc/fdc.c:855:7,
    inlined from 'fdc_thread' at /workspace/src/sys/dev/fdc/fdc.c:1161:7:
/workspace/src/sys/dev/fdc/fdc.c:1231:18: warning: 'st0' may be used uninit=
ialized [-Wmaybe-uninitialized]
 1231 |         if ((st0 & 0xc0) || cyl !=3D 0)
      |             ~~~~~^~~~~~~
/workspace/src/sys/dev/fdc/fdc.c: In function 'fdc_thread':
/workspace/src/sys/dev/fdc/fdc.c:1209:13: note: 'st0' was declared here
 1209 |         int st0, st3, cyl;
      |             ^~~
In function 'fdc_worker',
    inlined from 'fdc_thread' at /workspace/src/sys/dev/fdc/fdc.c:1161:7:
/workspace/src/sys/dev/fdc/fdc.c:946:34: warning: 'cyl' may be used uniniti=
alized [-Wmaybe-uninitialized]
  946 |                 if ((st0 & 0xc0) || cyl !=3D descyl) {
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/dev/fdc/fdc.c: In function 'fdc_thread':
/workspace/src/sys/dev/fdc/fdc.c:765:23: note: 'cyl' was declared here
  765 |         int st0, st3, cyl, mfm, steptrac, cylinder, descyl, sec;
      |                       ^~~
In function 'fdc_worker',
    inlined from 'fdc_thread' at /workspace/src/sys/dev/fdc/fdc.c:1161:7:
/workspace/src/sys/dev/fdc/fdc.c:946:26: warning: 'st0' may be used uniniti=
alized [-Wmaybe-uninitialized]
  946 |                 if ((st0 & 0xc0) || cyl !=3D descyl) {
      |                     ~~~~~^~~~~~~
/workspace/src/sys/dev/fdc/fdc.c: In function 'fdc_thread':
/workspace/src/sys/dev/fdc/fdc.c:765:13: note: 'st0' was declared here
  765 |         int st0, st3, cyl, mfm, steptrac, cylinder, descyl, sec;
      |             ^~~
--- all_subdir_ext2fs ---
--- ext2_htree.o ---
ctfconvert -L VERSION -g ext2_htree.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_firewire ---
--- fwohci_pci.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.fwohci_pci.o -MTfwo=
hci_pci.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -=
fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-er=
ror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-erro=
r=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dno=
nnull-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-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-=
extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/firewire/fwohci_pci.c -o fw=
ohci_pci.o
--- all_subdir_ext2fs ---
--- ext2_extattr.o ---
ctfconvert -L VERSION -g ext2_extattr.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- hwsleep.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.hwsleep.o -MThwsleep.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot=
otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe=
r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost=
ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr=
essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W=
no-error=3Doverflow -Wno-error=3Dsequence-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-a=
ligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exten=
sions  -std=3Dgnu99 -Werror /workspace/src/sys/contrib/dev/acpica/component=
s/hardware/hwsleep.c
ctfconvert -L VERSION -g hwsleep.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- modules-all ---
--- all_subdir_firewire ---
--- all_subdir_firewire/fwe ---
=3D=3D=3D> firewire/fwe (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/firewire/fwe...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_inet.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_=
if.m -h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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 -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optim=
izations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcas=
t-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-erro=
r=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverfl=
ow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtau=
tological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overfl=
ow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-addres=
s-of-packed-member -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-growt=
h=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -fcommon  /worksp=
ace/src/sys/kern/genoffset.c
--- all_subdir_ext2fs ---
--- ext2_lookup.o ---
/workspace/src/sys/fs/ext2fs/ext2_lookup.c: In function 'ext2_dirempty':
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1180:23: warning: array subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1180 |                 if (dp->e2d_reclen =3D=3D 0)
      |                       ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of =
size 24
 1163 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1183:23: warning: array subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1183 |                 if (dp->e2d_ino =3D=3D 0)
      |                       ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of =
size 24
 1163 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1186:28: warning: array subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1186 |                 namlen =3D dp->e2d_namlen;
      |                            ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of =
size 24
 1163 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1189:23: warning: array subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1189 |                 if (dp->e2d_name[0] !=3D '.')
      |                       ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of =
size 24
 1163 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1198:23: warning: array subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1198 |                 if (dp->e2d_name[1] =3D=3D '.' && le32toh(dp->e2d_i=
no) =3D=3D parentino)
      |                       ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of =
size 24
 1163 |         struct dirtemplate dbuf;
      |                            ^~~~
--- all_subdir_firewire ---
--- offset.inc ---
--- all_subdir_em ---
ctfconvert -L VERSION -g e1000_phy.o
--- all_subdir_firewire ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_em ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ext2fs ---
--- ext2_vfsops.o ---
--- all_subdir_filemon ---
ctfconvert -L VERSION -g filemon.o
--- all_subdir_ext2fs ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.ext2_vfsops.o -MTex=
t2_vfsops.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float =
 -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress=
 -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-=
error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er=
ror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3D=
nonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-erro=
r=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fu=
nction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-err=
or=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-l=
arger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-b=
ounds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms=
-extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Dgnu99 -c /workspace/src/sys/fs/ext2fs/ext2_vfsops.c -o ext2=
_vfsops.o
--- all_subdir_filemon ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- filemon.ko.full ---
--- all_subdir_firewire ---
--- if_fwe.o ---
--- all_subdir_filemon ---
/usr/local/x86_64-unknown-freebsd13.2/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o filemon.ko.full filemon.o=20
--- all_subdir_firewire ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.if_fwe.o -MTif_fwe.=
o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asyn=
chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f=
diagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-erro=
r=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmayb=
e-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-co=
mpare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-=
overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wn=
o-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacke=
d-not-aligned -Wno-address-of-packed-member -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-extension=
s --param inline-unit-growth=3D100 --param large-function-growth=3D1000  -s=
td=3Dgnu99 -c /workspace/src/sys/dev/firewire/if_fwe.c -o if_fwe.o
--- all_subdir_ext2fs ---
--- ext2_lookup.o ---
ctfconvert -L VERSION -g ext2_lookup.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_firewire ---
--- all_subdir_firewire/firewire ---
--- fwcrom.o ---
--- all_subdir_filemon ---
ctfmerge -L VERSION -g -o filemon.ko.full filemon.o=20
--- all_subdir_firewire ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.fwcrom.o -MTfwcrom.=
o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asyn=
chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include--- all_=
subdir_filemon ---
ERROR: ctfmerge: No ctf sections found to merge
--- all_subdir_firewire ---
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-er=
ror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-erro=
r=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dno=
nnull-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-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-=
extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/firewire/fwcrom.c -o fwcrom=
.o
--- all_subdir_filemon ---
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk filemon.ko.full  export_syms |=
 xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % filemon.ko.f=
ull
--- all_subdir_firewire ---
--- fwohci_pci.o ---
ctfconvert -L VERSION -g fwohci_pci.o
--- hwtimer.o ---
--- modules-all ---
--- all_subdir_filemon ---
--- filemon.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug filemon=
.ko.full filemon.ko.debug
--- all_subdir_firewire ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- hwtimer.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.hwtimer.o -MThwtimer.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot=
otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe=
r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost=
ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr=
essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W=
no-error=3Doverflow -Wno-error=3Dsequence-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-a=
ligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exten=
sions  -std=3Dgnu99 -Werror /workspace/src/sys/contrib/dev/acpica/component=
s/hardware/hwtimer.c
--- modules-all ---
--- all_subdir_filemon ---
--- filemon.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dfilemon.ko.debug  filemon.ko.full filemon.ko
--- hwvalid.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.hwvalid.o -MThwvalid.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot=
otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe=
r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost=
ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr=
essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W=
no-error=3Doverflow -Wno-error=3Dsequence-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-a=
ligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exten=
sions  -std=3Dgnu99 -Werror /workspace/src/sys/contrib/dev/acpica/component=
s/hardware/hwvalid.c
--- hwtimer.o ---
ctfconvert -L VERSION -g hwtimer.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- modules-all ---
--- all_subdir_firewire ---
--- all_subdir_firewire/fwip ---
=3D=3D=3D> firewire/fwip (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/firewire/fwip...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_inet.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h
--- opt_inet6.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet6.h opt_inet6=
.h
--- opt_ofed.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ofed.h opt_ofed.h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_=
if.m -h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- genoffset.o ---
--- hwvalid.o ---
ctfconvert -L VERSION -g hwvalid.o
--- modules-all ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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 -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optim=
izations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcas=
t-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-erro=
r=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverfl=
ow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtau=
tological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overfl=
ow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-addres=
s-of-packed-member -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-growt=
h=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -fcommon  /worksp=
ace/src/sys/kern/genoffset.c
--- hwvalid.o ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- modules-all ---
--- all_subdir_ext2fs ---
--- ext2_vnops.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.ext2_vnops.o -MText=
2_vnops.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -=
fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-er=
ror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-erro=
r=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dno=
nnull-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-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-=
extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Dgnu99 -c /workspace/src/sys/fs/ext2fs/ext2_vnops.c -o ext2_=
vnops.o
--- all_subdir_firewire ---
--- offset.inc ---
--- hwxface.o ---
--- modules-all ---
--- all_subdir_ext2fs ---
--- ext2_inode.o ---
cc1: all warnings being treated as errors
--- all_subdir_firewire ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_firewire/firewire ---
--- fwcrom.o ---
ctfconvert -L VERSION -g fwcrom.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- hwxface.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.hwxface.o -MThwxface.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot=
otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe=
r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost=
ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr=
essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W=
no-error=3Doverflow -Wno-error=3Dsequence-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-a=
ligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exten=
sions  -std=3Dgnu99 -Werror /workspace/src/sys/contrib/dev/acpica/component=
s/hardware/hwxface.c
--- modules-all ---
--- all_subdir_ext2fs ---
*** [ext2_inode.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/ext2fs
       53.05 real        87.09 user         7.10 sys

make[1]: stopped in /workspace/src

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



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