Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2024 09:42:17 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kib@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #352 - Still Failing
Message-ID:  <1129643493.297.1706780540629@jenkins.ci.freebsd.org>
In-Reply-To: <692128868.291.1706739759067@jenkins.ci.freebsd.org>
References:  <692128868.291.1706739759067@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #352 (14b7cf92e73ab46f6b0eb22fc=
40a3f4c872c3598) - Still Failing

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

14b7cf92e73ab46f6b0eb22fc40a3f4c872c3598 by kib:
open(2): describe *at behavior for dirfd opened without O_SEARCH



The end of the build log:

[...truncated 129.43 MiB...]
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- modules-all ---
--- all_subdir_sound ---
--- all_subdir_sound/sound ---
--- mpu401.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.mpu401.o -MTmpu401.=
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-alloc-size-larger-than -Wn=
o-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-growth=3D100 --param larg=
e-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/sound/midi=
/mpu401.c -o mpu401.o
--- all_subdir_ti ---
In function 'ti_copy_scratch',
    inlined from 'ti_ioctl2' at /workspace/src/sys/dev/ti/if_ti.c:3822:12:
/workspace/src/sys/dev/ti/if_ti.c:726:29: warning: 'error' may be used unin=
itialized [-Wmaybe-uninitialized]
  726 |         while (cnt && error =3D=3D 0) {
      |                       ~~~~~~^~~~
/workspace/src/sys/dev/ti/if_ti.c: In function 'ti_ioctl2':
/workspace/src/sys/dev/ti/if_ti.c:700:18: note: 'error' was declared here
  700 |         int cnt, error;
      |                  ^~~~~
In function 'ti_copy_scratch',
    inlined from 'ti_ioctl2' at /workspace/src/sys/dev/ti/if_ti.c:3833:12:
/workspace/src/sys/dev/ti/if_ti.c:726:29: warning: 'error' may be used unin=
itialized [-Wmaybe-uninitialized]
  726 |         while (cnt && error =3D=3D 0) {
      |                       ~~~~~~^~~~
/workspace/src/sys/dev/ti/if_ti.c: In function 'ti_ioctl2':
/workspace/src/sys/dev/ti/if_ti.c:700:18: note: 'error' was declared here
  700 |         int cnt, error;
      |                  ^~~~~
--- mlxfw_mfa2.o ---
ctfconvert -L VERSION -g mlxfw_mfa2.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- modules-all ---
--- all_subdir_tmpfs ---
--- tmpfs_subr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.tmpfs_subr.o -MTtmp=
fs_subr.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-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 -fms-extensions --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/fs/tm=
pfs/tmpfs_subr.c -o tmpfs_subr.o
--- all_subdir_sound ---
ctfconvert -L VERSION -g mpu401.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_tcp ---
--- tailq_hash.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_rack -DSTACKNAME=3Drack  -fno-strict-alias=
ing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPT=
ION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glo=
bal.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-pre=
fix-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/wo=
rkspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENER=
IC     -MD  -MF.depend.tailq_hash.o -MTtailq_hash.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-alloc-size-larger-than -Wno-error=3Dalloca-larger-t=
han=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -=
Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-extens=
ions --param inline-unit-growth=3D100 --param large-function-growth=3D1000 =
 -std=3Dgnu99 -c /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_s=
tacks/tailq_hash.c -o tailq_hash.o
--- all_subdir_tmpfs ---
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:47,
                 from /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:40:
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_alloc_node':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all inte=
rmediate pointers in cast from 'char **' to 'char * volatile*' must be 'con=
st' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) =3D =
(v))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:650:17: note: in expansion of macr=
o 'atomic_store_ptr'
  650 |                 atomic_store_ptr(&nnode->tn_link_target, symlink);
      |                 ^~~~~~~~~~~~~~~~
--- all_subdir_tcp ---
--- rack_bbr_common.o ---
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
--- all_subdir_sfxge ---
ctfconvert -L VERSION -g sfxge.o
--- all_subdir_tmpfs ---
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_free_node_lock=
ed':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all inte=
rmediate pointers in cast from 'char **' to 'char * volatile*' must be 'con=
st' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) =3D =
(v))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:789:17: note: in expansion of macr=
o 'atomic_store_ptr'
  789 |                 atomic_store_ptr(&node->tn_link_target, NULL);
      |                 ^~~~~~~~~~~~~~~~
--- tmpfs_vfsops.o ---
ctfconvert -L VERSION -g tmpfs_vfsops.o
--- all_subdir_tcp ---
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:462:27: warning: 'iptos' may be used uninitialized [-Wmaybe-uninitia=
lized]
  462 |                 retval =3D (*tp->t_fb->tfb_do_segment_nounlock)(tp,=
 m, th,
      |                          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~
  463 |                     drop_hdrlen, tlen, iptos, nxt_pkt, &tv);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:364:17: note: 'iptos' was declared here
  364 |         uint8_t iptos, no_vn=3D0;
      |                 ^~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:433:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-un=
initialized]
  433 |                         drop_hdrlen +=3D off;
      |                                     ^~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:363:18: note: 'drop_hdrlen' was declared here
  363 |         uint16_t drop_hdrlen;
      |                  ^~~~~~~~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:432:30: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitial=
ized]
  432 |                         tlen -=3D off;
      |                         ~~~~~^~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:361:34: note: 'tlen' was declared here
  361 |         int32_t retval, nxt_pkt, tlen, off;
      |                                  ^~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:422:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitializ=
ed]
  422 |                         off =3D th->th_off << 2;
      |                               ~~^~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:351:24: note: 'th' was declared here
  351 |         struct tcphdr *th;
      |                        ^~
--- all_subdir_tmpfs ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_sfxge ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sfxge.ko.full ---
--- all_subdir_toecore ---
=3D=3D=3D> toecore (all)
--- all_subdir_sfxge ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o sfxge.ko.full sfxge.o sfxge_dma.o sfxge_ev.o sfxge_intr.o sfxge_mcdi.o sf=
xge_nvram.o sfxge_port.o sfxge_rx.o sfxge_tx.o efx_bootcfg.o efx_crc32.o ef=
x_ev.o efx_intr.o efx_lic.o efx_mac.o efx_mcdi.o efx_mon.o efx_nic.o efx_nv=
ram.o efx_phy.o efx_port.o efx_rx.o efx_sram.o efx_tunnel.o efx_tx.o efx_vp=
d.o efx_filter.o efx_hash.o mcdi_mon.o siena_mac.o siena_mcdi.o siena_nic.o=
 siena_nvram.o siena_phy.o siena_sram.o siena_vpd.o ef10_ev.o ef10_filter.o=
 ef10_image.o ef10_intr.o ef10_mac.o ef10_mcdi.o ef10_nic.o ef10_nvram.o ef=
10_phy.o ef10_rx.o ef10_tx.o ef10_vpd.o hunt_nic.o medford_nic.o medford2_n=
ic.o=20
--- all_subdir_toecore ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/toecore...]
--- all_subdir_sound ---
--- all_subdir_sound/driver ---
--- all_subdir_sound/driver/maestro3 ---
ctfconvert -L VERSION -g maestro3.o
--- all_subdir_tmpfs ---
--- tmpfs_vnops.o ---
--- all_subdir_sound ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- snd_maestro3.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o snd_maestro3.ko.full maestro3.o=20
ctfmerge -L VERSION -g -o snd_maestro3.ko.full maestro3.o=20
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk snd_maestro3.ko.full  export_s=
yms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % snd_mae=
stro3.ko.full
--- snd_maestro3.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug snd_mae=
stro3.ko.full snd_maestro3.ko.debug
--- snd_maestro3.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsnd_maestro3.ko.debug  snd_maestro3.ko.full snd_maestro3.ko
--- all_subdir_toecore ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_ofed.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ofed.h opt_ofed.h
--- 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_kern_tls.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_kern_tls.h opt_ke=
rn_tls.h
--- genoffset.o ---
--- all_subdir_tmpfs ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.tmpfs_vnops.o -MTtm=
pfs_vnops.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__ -Wmissi--- all_=
subdir_toecore ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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---- all_=
subdir_tmpfs ---
ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-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-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length   -finline-limit=3D8000 -fms-extensions --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/=
src/sys/fs/tmpfs/tmpfs_vnops.c -o tmpfs_vnops.o
--- all_subdir_toecore ---
option -Wno-unknown-pragmas -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 -fms=
-extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000 -std=3Dgnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_tcp ---
--- tailq_hash.o ---
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/=
tcp_stacks/tailq_hash.c:69:
/workspace/src/sys/netinet/tcp_ratelimit.h:217:1: warning: 'tcp_rl_log_enob=
uf' defined but not used [-Wunused-function]
  217 | tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte)
      | ^~~~~~~~~~~~~~~~~
--- all_subdir_sfxge ---
ctfmerge -L VERSION -g -o sfxge.ko.full sfxge.o sfxge_dma.o sfxge_ev.o sfxg=
e_intr.o sfxge_mcdi.o sfxge_nvram.o sfxge_port.o sfxge_rx.o sfxge_tx.o efx_=
bootcfg.o efx_crc32.o efx_ev.o efx_intr.o efx_lic.o efx_mac.o efx_mcdi.o ef=
x_mon.o efx_nic.o efx_nvram.o efx_phy.o efx_port.o efx_rx.o efx_sram.o efx_=
tunnel.o efx_tx.o efx_vpd.o efx_filter.o efx_hash.o mcdi_mon.o siena_mac.o =
siena_mcdi.o siena_nic.o siena_nvram.o siena_phy.o siena_sram.o siena_vpd.o=
 ef10_ev.o ef10_filter.o ef10_image.o ef10_intr.o ef10_mac.o ef10_mcdi.o ef=
10_nic.o ef10_nvram.o ef10_phy.o ef10_rx.o ef10_tx.o ef10_vpd.o hunt_nic.o =
medford_nic.o medford2_nic.o=20
--- all_subdir_tcp ---
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/=
tcp_stacks/tailq_hash.c:62:
/workspace/src/sys/netinet/tcp_fsm.h:73:17: error: 'tcp_outflags' defined b=
ut not used [-Werror=3Dunused-variable]
   73 | static u_char   tcp_outflags[TCP_NSTATES] =3D {
      |                 ^~~~~~~~~~~~
--- all_subdir_sfxge ---
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk sfxge.ko.full  export_syms | x=
args -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % sfxge.ko.full
--- all_subdir_toecore ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_sfxge ---
--- sfxge.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sfxge.k=
o.full sfxge.ko.debug
--- sfxge.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsfxge.ko.debug  sfxge.ko.full sfxge.ko
--- all_subdir_tmpfs ---
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:47,
                 from /workspace/src/sys/fs/tmpfs/tmpfs_vnops.c:40:
/workspace/src/sys/fs/tmpfs/tmpfs_vnops.c: In function 'tmpfs_fplookup_syml=
ink':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'char **' to 'char * volatile*' must be 'con=
st' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_vnops.c:1513:19: note: in expansion of ma=
cro 'atomic_load_ptr'
 1513 |         symlink =3D atomic_load_ptr(&node->tn_link_target);
      |                   ^~~~~~~~~~~~~~~
--- all_subdir_sysvipc ---
ctfconvert -L VERSION -g sysv_shm.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sysvshm.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o sysvshm.ko.full sysv_shm.o=20
--- all_subdir_sound ---
--- all_subdir_sound/driver/spicds ---
=3D=3D=3D> sound/driver/spicds (all)
--- all_subdir_sysvipc ---
ctfmerge -L VERSION -g -o sysvshm.ko.full sysv_shm.o=20
ERROR: ctfmerge: No ctf sections found to merge
--- all_subdir_sound ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/sound/driver/spicds...]
--- all_subdir_sysvipc ---
--- sysvshm.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sysvshm=
.ko.full sysvshm.ko.debug
--- sysvshm.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsysvshm.ko.debug  sysvshm.ko.full sysvshm.ko
--- all_subdir_sound ---
--- all_subdir_sound/sound ---
--- sequencer.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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.sequencer.o -MTsequ=
encer.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fn=
o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall=
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund=
ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d=
irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-erro=
r=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  =
 -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/s=
ound/midi/sequencer.c -o sequencer.o
--- all_subdir_tcp ---
cc1: all warnings being treated as errors
--- all_subdir_sound ---
--- all_subdir_sound/driver ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- all_subdir_tcp ---
--- rack_bbr_common.o ---
ctfconvert -L VERSION -g rack_bbr_common.o
--- all_subdir_sound ---
--- i386 ---
--- all_subdir_tcp ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- mlx.o ---
--- modules-all ---
--- tailq_hash.o ---
*** [tailq_hash.o] Error code 1

make[5]: stopped in /workspace/src/sys/modules/tcp/rack
      294.00 real       440.06 user        24.90 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/jenkins20562860065=
31248076.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_296_1513324337.1706780537928--



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