Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 03:40:55 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        imp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #67 - Still Failing
Message-ID:  <965347165.5076.1695958857818@jenkins.ci.freebsd.org>
In-Reply-To: <1190752774.5044.1695916372915@jenkins.ci.freebsd.org>
References:  <1190752774.5044.1695916372915@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #67 (3cd49bc5b33fed7c305bfbf4b0=
c014520e65bc02) - Still Failing

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

a276199fef37b04b8b3678eab90f0c33095a6c4d by imp:
nvme: Timeout expired transactions

5d627e0669c5f047580b6f71d9f042afc68307d0 by imp:
nvme: Greatly improve error recovery

c7cb2dcdf2abe6c382628c80fe99f11236829cfb by imp:
nvme: Add exclusion for ISR

5e9b7d0e0e0bd4cba29de33569ab0ca86763f635 by imp:
nvme: Give up when we've failed

81b118e842f16ff5e1132212f966e23cb0f8e316 by imp:
nvme: Fix locking protocol violation to fix suspend / resume

3cd49bc5b33fed7c305bfbf4b0c014520e65bc02 by imp:
nvme: Supress noise messages



The end of the build log:

[...truncated 115.69 MB...]
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ftgpio.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.ftgpio.o -MTftgpio.=
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/ftgpio/ftgpio.c -o ftgpio.o
--- all_subdir_dtrace ---
--- all_subdir_dtrace/dtrace ---
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8414=
:19: warning: 'pkey.dtpk_nmatch' may be used uninitialized [-Wmaybe-uniniti=
alized]
 8414 |         if ((rv =3D pkp->dtpk_nmatch(prp->dtpr_name, pkp->dtpk_name=
, 0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
In file included from /workspace/src/sys/cddl/contrib/opensolaris/uts/commo=
n/dtrace/dtrace.c:18442:
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
nmatch' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8414=
:19: warning: 'pkey.dtpk_name' may be used uninitialized [-Wmaybe-uninitial=
ized]
 8414 |         if ((rv =3D pkp->dtpk_nmatch(prp->dtpr_name, pkp->dtpk_name=
, 0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
name' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8411=
:19: warning: 'pkey.dtpk_fmatch' may be used uninitialized [-Wmaybe-uniniti=
alized]
 8411 |         if ((rv =3D pkp->dtpk_fmatch(prp->dtpr_func, pkp->dtpk_func=
, 0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
fmatch' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8411=
:19: warning: 'pkey.dtpk_func' may be used uninitialized [-Wmaybe-uninitial=
ized]
 8411 |         if ((rv =3D pkp->dtpk_fmatch(prp->dtpr_func, pkp->dtpk_func=
, 0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
func' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8408=
:19: warning: 'pkey.dtpk_mmatch' may be used uninitialized [-Wmaybe-uniniti=
alized]
 8408 |         if ((rv =3D pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, =
0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
mmatch' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8408=
:19: warning: 'pkey.dtpk_mod' may be used uninitialized [-Wmaybe-uninitiali=
zed]
 8408 |         if ((rv =3D pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, =
0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
mod' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8405=
:19: warning: 'pkey.dtpk_pmatch' may be used uninitialized [-Wmaybe-uniniti=
alized]
 8405 |         if ((rv =3D pkp->dtpk_pmatch(pvp->dtpv_name, pkp->dtpk_prov=
, 0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
pmatch' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
In function 'dtrace_match_probe',
    inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrac=
e_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8405=
:19: warning: 'pkey.dtpk_prov' may be used uninitialized [-Wmaybe-uninitial=
ized]
 8405 |         if ((rv =3D pkp->dtpk_pmatch(pvp->dtpv_name, pkp->dtpk_prov=
, 0)) <=3D 0)
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioct=
l':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_=
prov' was declared here
  649 |                 dtrace_probekey_t pkey;
      |                                   ^~~~
--- all_subdir_firewire ---
--- all_subdir_firewire/sbp_targ ---
In file included from /workspace/src/sys/sys/kernel.h:54,
                 from /workspace/src/sys/dev/firewire/sbp_targ.c:38:
/workspace/src/sys/sys/queue.h: In function 'sbp_targ_action':
/workspace/src/sys/sys/queue.h:268:29: warning: 'lstate' may be used uninit=
ialized [-Wmaybe-uninitialized]
  268 |         SLIST_FIRST((head)) =3D (elm);                             =
       \
      |                             ^
/workspace/src/sys/dev/firewire/sbp_targ.c:1174:33: note: 'lstate' was decl=
ared here
 1174 |         struct sbp_targ_lstate *lstate;
      |                                 ^~~~~~
--- all_subdir_ftgpio ---
ctfconvert -L VERSION -g ftgpio.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ftgpio.ko.full ---
/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 ftgpio.ko.full ftgpio.o=20
ctfmerge -L VERSION -g -o ftgpio.ko.full ftgpio.o=20
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ftgpio.ko.full  export_syms | =
xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % ftgpio.ko.ful=
l
--- ftgpio.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug ftgpio.=
ko.full ftgpio.ko.debug
--- ftgpio.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dftgpio.ko.debug  ftgpio.ko.full ftgpio.ko
--- all_subdir_firewire ---
--- all_subdir_firewire/firewire ---
--- fwdma.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.fwdma.o -MTfwdma.o =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstric=
t-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-=
pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdi=
agnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Datt=
ributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe=
-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-com=
pare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-o=
verflow -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-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/fwdma.c -o fwdma.o
--- 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_dtrace ---
--- all_subdir_dtrace/systrace_freebsd32 ---
ctfconvert -L VERSION -g systrace.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- systrace_freebsd32.ko.full ---
/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 systrace_freebsd32.ko.full systrace.o=20
ctfmerge -L VERSION -g -o systrace_freebsd32.ko.full systrace.o=20
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk systrace_freebsd32.ko.full  ex=
port_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % s=
ystrace_freebsd32.ko.full
--- systrace_freebsd32.ko.debug ---
--- all_subdir_ext2fs ---
ctfconvert -L VERSION -g ext2_lookup.o
--- all_subdir_dtrace ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug systrac=
e_freebsd32.ko.full systrace_freebsd32.ko.debug
--- all_subdir_ext2fs ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ftwd ---
=3D=3D=3D> ftwd (all)
--- all_subdir_dtrace ---
--- systrace_freebsd32.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsystrace_freebsd32.ko.debug  systrace_freebsd32.ko.full systrace=
_freebsd32.ko
--- all_subdir_ftwd ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/ftwd...]
--- evregion.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.evregion.o -MTevregion.o -fdebug-prefix-map=3D./machine=3D/workspac=
e/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 -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-pr=
ototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-poin=
ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno=
stics-show-option -Wno-unknown-pragmas -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-error=3Dalloca-larger-than=3D -W=
no-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-retur=
n-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --pa=
ram inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exte=
nsions  -std=3Dgnu99 -Werror /workspace/src/sys/contrib/dev/acpica/componen=
ts/events/evregion.c
--- modules-all ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_=
if.m -h
--- all_subdir_firewire ---
ctfconvert -L VERSION -g fwdma.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- evrgnini.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.evrgnini.o -MTevrgnini.o -fdebug-prefix-map=3D./machine=3D/workspac=
e/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 -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-pr=
ototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-poin=
ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno=
stics-show-option -Wno-unknown-pragmas -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-error=3Dalloca-larger-than=3D -W=
no-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-retur=
n-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --pa=
ram inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exte=
nsions  -std=3Dgnu99 -Werror /workspace/src/sys/contrib/dev/acpica/componen=
ts/events/evrgnini.c
--- modules-all ---
--- all_subdir_ftwd ---
--- isa_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_i=
f.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_firewire ---
--- all_subdir_firewire/sbp_targ ---
ctfconvert -L VERSION -g sbp_targ.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sbp_targ.ko.full ---
/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 sbp_targ.ko.full sbp_targ.o=20
ctfmerge -L VERSION -g -o sbp_targ.ko.full sbp_targ.o=20
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk sbp_targ.ko.full  export_syms =
| xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % sbp_targ.ko=
.full
--- sbp_targ.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug sbp_tar=
g.ko.full sbp_targ.ko.debug
--- sbp_targ.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsbp_targ.ko.debug  sbp_targ.ko.full sbp_targ.ko
--- all_subdir_firewire/firewire ---
--- firewire.o ---
--- all_subdir_ftwd ---
--- offset.inc ---
--- 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.firewire.o -MTfirew=
ire.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-include-dir=
s -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-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-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/firewire.c -o fire=
wire.o
--- all_subdir_ftwd ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ftwd.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.ftwd.o -MTftwd.o -m=
cmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchro=
nous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -Wno-error=3Daddress -Wno-error=3D=
aggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattrib=
utes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-un=
initialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compar=
e -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-over=
flow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-er=
ror=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-no=
t-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D =
-Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-ret=
urn-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/ftwd/ftwd.c -o ftwd.o
--- all_subdir_firewire ---
--- all_subdir_firewire/fwip ---
ctfconvert -L VERSION -g if_fwip.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_fwip.ko.full ---
/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 if_fwip.ko.full if_fwip.o if_fwsubr.o=20
ctfmerge -L VERSION -g -o if_fwip.ko.full if_fwip.o if_fwsubr.o=20
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk if_fwip.ko.full  export_syms |=
 xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % if_fwip.ko.f=
ull
--- all_subdir_ext2fs ---
--- ext2_inode.o ---
cc1: all warnings being treated as errors
--- all_subdir_firewire ---
--- if_fwip.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug if_fwip=
.ko.full if_fwip.ko.debug
--- all_subdir_ext2fs ---
*** [ext2_inode.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/ext2fs
       78.99 real        54.14 user         4.17 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/jenkins14160190021=
370095499.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_5075_1133968787.1695958855063--



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