F4Krb4+iKKeF OJkHnERoJ3E2/7EDlROVGez8b0rzSL/EIJ/C2SDi4IooN8/GaPP3Iwfd3wiosWK/zCLPog P/AsoPY9hreHqLmi+iqnGJbyL3rrO8OFzBXT3w/CI2reOYlnCDbve9iqcHHTZw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770682468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: list-id; bh=I1otRyy1aL9vfe77FUEWk6zMr3db4UjnlShUGY2h8JI=; b=RWatSiYPj7ivHLq3MKaQ3sJIOnv2dIz/oOASE5CKLJZMqKXJF7DuNE5CQV4pnsPphNh8pB Fy5mosfjTT9TVtuvBOrsneErD+7xGqoiOu/HR+ysCbWZM7gIclMETMsZzryhFRGGkE2EqE dtlW+RYsx3lg2GA+KkO6M9klJ5RmkY8MSXpMyY2emSn5R007ryvlKHLOZLOMET2gGlcKGu +btQW3oFE2DZiSL38FjLBN/5obBjhV9Kd6xVsj9gjfjFcrsv4ierzSeXZot3XfLG4z3KfR QNbHXyOne9VfD4X/kOGgyAh4+xA1zPr9bWBK+OshQYCdVlgv39qex7k9BbLbJQ== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4f929w4QrlzwCW; Tue, 10 Feb 2026 00:14:28 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 10 Feb 2026 00:14:24 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: zlei@FreeBSD.org, kib@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1929939894.2145.1770682468629@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc12_build - Build #7872 - Failure List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2144_1489685205.1770682464931" X-Jenkins-Job: FreeBSD-main-amd64-gcc12_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_2144_1489685205.1770682464931 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #7872 (97ce8f7d2b8eff42460f60e8c49d9= 849b58b6e81) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/7872/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 7872/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/7= 872/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) 30988d0a7bd7ebd5f5825b9b7aa04ff0af788aa7 by zlei: lagg: Make lagg_link_active() static 97ce8f7d2b8eff42460f60e8c49d9849b58b6e81 by kib: amd64: define and use STACKALIGN and REDZONE_SZ The end of the build log: [...truncated 111.17 MiB...] --- cpu_machdep.o --- ctfconvert -L VERSION -g cpu_machdep.o --- acpi_wakeup.o --- In file included from /workspace/src/sys/sys/systm.h:46, from /workspace/src/sys/sys/bus.h:168, from /workspace/src/sys/amd64/acpica/acpi_wakeup.c:33: In function 'outb', inlined from 'acpi_wakeup_cpus' at /workspace/src/sys/amd64/acpica/acpi= _wakeup.c:168:3, inlined from 'acpi_wakeup_machdep' at /workspace/src/sys/amd64/acpica/a= cpi_wakeup.c:268:5: ./machine/cpufunc.h:193:9: warning: 'mpbiosreason' may be used uninitialize= d [-Wmaybe-uninitialized] 193 | __asm __volatile("outb %0, %w1" : : "a" (data), "Nd" (port)= ); | ^~~~~ /workspace/src/sys/amd64/acpica/acpi_wakeup.c: In function 'acpi_wakeup_mac= hdep': /workspace/src/sys/amd64/acpica/acpi_wakeup.c:136:25: note: 'mpbiosreason' = was declared here 136 | u_char mpbiosreason; | ^~~~~~~~~~~~ In function 'acpi_wakeup_cpus', inlined from 'acpi_wakeup_machdep' at /workspace/src/sys/amd64/acpica/a= cpi_wakeup.c:268:5: /workspace/src/sys/amd64/acpica/acpi_wakeup.c:157:51: warning: 'mpbioswarmv= ec' may be used uninitialized [-Wmaybe-uninitialized] 157 | *(uint32_t *)WARMBOOT_OFF =3D mpbioswarmvec= ; | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /workspace/src/sys/amd64/acpica/acpi_wakeup.c: In function 'acpi_wakeup_mac= hdep': /workspace/src/sys/amd64/acpica/acpi_wakeup.c:134:25: note: 'mpbioswarmvec'= was declared here 134 | uint32_t mpbioswarmvec; | ^~~~~~~~~~~~~ --- bios.o --- ctfconvert -L VERSION -g bios.o --- copyout.o --- --- cpu_switch.o --- --- copyout.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.copyout.o -MTcopyout.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror= /workspace/src/sys/amd64/amd64/copyout.c --- xen_apic.o --- ctfconvert -L VERSION -g xen_apic.o --- cpu_switch.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -x = assembler-with-cpp -DLOCORE -O2 -pipe -frename-registers -fno-strict-aliasi= ng -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/= include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-om= it-leaf-frame-pointer -MD -MF.depend.cpu_switch.o -MTcpu_switch.o -fdebug-= prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-ma= p=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/w= orkspace/src/sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__free= bsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown= -pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimiz= ations -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=3Dnonnull-compare -Wno-error=3Doverflo= w -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtaut= ological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflo= w -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address= -of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-th= an=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -W= no-return-type -Wno-format-zero-length -fms-extensions -finline-limit=3D8= 000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -= fms-extensions -std=3Dgnu17 -Werror /workspace/src/sys/amd64/amd64/cpu_sw= itch.S --- xen_arch_intr.o --- ctfconvert -L VERSION -g xen_arch_intr.o --- db_disasm.o --- --- db_interface.o --- --- db_disasm.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.db_disasm.o -MTdb_disasm.o -fdebug-prefix-map=3D./machine=3D/workspa= ce/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x8= 6/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -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 -Wswitch -Wno-error=3Dad= dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W= no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err= or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno= -error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus= ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn= o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-= larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da= ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le= ngth -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1= 00 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werr= or /workspace/src/sys/amd64/amd64/db_disasm.c --- db_interface.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.db_interface.o -MTdb_interface.o -fdebug-prefix-map=3D./machine=3D/w= orkspace/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/inclu= de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asy= nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro= r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp= are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W= no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin= t -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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/amd64/amd64/db_interface.c --- cpu_switch.o --- ctfconvert -L VERSION -g cpu_switch.o ERROR: ctfconvert: failed to get mapping for tid 103 <67> --- db_trace.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.db_trace.o -MTdb_trace.o -fdebug-prefix-map=3D./machine=3D/workspace= /src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/= include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmo= del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronou= s-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr= ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=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-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror= /workspace/src/sys/amd64/amd64/db_trace.c --- tsc.o --- ctfconvert -L VERSION -g tsc.o --- hvm.o --- ctfconvert -L VERSION -g hvm.o --- acpi_wakeup.o --- /workspace/src/sys/amd64/acpica/acpi_wakeup.c: In function 'acpi_install_wa= keup_handler': /workspace/src/sys/amd64/acpica/acpi_wakeup.c:401:67: warning: 'pt5pa' may = be used uninitialized [-Wmaybe-uninitialized] 401 | WAKECODE_FIXUP(wakeup_pagetables, uint32_t, la57 ? (pt5pa |= 0x1) : | ^ /workspace/src/sys/amd64/acpica/acpi_wakeup.c:363:20: note: 'pt5pa' was dec= lared here 363 | vm_paddr_t pt5pa, pt4pa, pt3pa, pt2_0pa, pt2_1pa, pt2_2pa, = pt2_3pa; | ^~~~~ /workspace/src/sys/amd64/acpica/acpi_wakeup.c:410:24: warning: 'pt5' may be= used uninitialized [-Wmaybe-uninitialized] 410 | pt5[0] |=3D PG_V | PG_RW | PG_U; /workspace/src/sys/amd64/acpica/acpi_wakeup.c:362:19: note: 'pt5' was decla= red here 362 | uint64_t *pt5, *pt4, *pt3, *pt2_0, *pt2_1, *pt2_2, *pt2_3; | ^~~ --- efirt_machdep.o --- --- efirt_support.o --- --- efirt_machdep.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.efirt_machdep.o -MTefirt_machdep.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 17 -Werror /workspace/src/sys/amd64/amd64/efirt_machdep.c --- efirt_support.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -x = assembler-with-cpp -DLOCORE -O2 -pipe -frename-registers -fno-strict-aliasi= ng -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/= include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-om= it-leaf-frame-pointer -MD -MF.depend.efirt_support.o -MTefirt_support.o -f= debug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pre= fix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i38= 6=3D/workspace/src/sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mm= x -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fw= rapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D= __freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-u= nknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-o= ptimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wn= o-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3D= overflow -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-aligned -Wno-= address-of-packed-member -Wno-alloc-size-larger-than -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 -fms-extensions -finline-li= mit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth= =3D1000 -fms-extensions -std=3Dgnu17 -Werror /workspace/src/sys/amd64/amd= 64/efirt_support.S ctfconvert -L VERSION -g efirt_support.o ERROR: ctfconvert: failed to get mapping for tid 71 <47> --- elf_machdep.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.elf_machdep.o -MTelf_machdep.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -= 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 -Wswitch -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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/amd64/amd64/elf_machdep.c --- acpi_wakeup.o --- ctfconvert -L VERSION -g acpi_wakeup.o --- exception.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -x = assembler-with-cpp -DLOCORE -O2 -pipe -frename-registers -fno-strict-aliasi= ng -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/= include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-om= it-leaf-frame-pointer -MD -MF.depend.exception.o -MTexception.o -fdebug-pr= efix-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 -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-= sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -f= stack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-= pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimiza= tions -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-q= ual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error= =3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflo= w -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtaut= ological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflo= w -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address= -of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-th= an=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -W= no-return-type -Wno-format-zero-length -fms-extensions -finline-limit=3D8= 000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -= fms-extensions -std=3Dgnu17 -Werror /workspace/src/sys/amd64/amd64/except= ion.S --- mp_x86.o --- ctfconvert -L VERSION -g mp_x86.o --- db_interface.o --- ctfconvert -L VERSION -g db_interface.o --- copyout.o --- ctfconvert -L VERSION -g copyout.o --- exec_machdep.o --- --- fpu.o --- --- exec_machdep.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.exec_machdep.o -MTexec_machdep.o -fdebug-prefix-map=3D./machine=3D/w= orkspace/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/inclu= de -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asy= nchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual= -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc= lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro= r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp= are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W= no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin= t -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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/amd64/amd64/exec_machdep.c --- fpu.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.fpu.o -MTfpu.o -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/a= md64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -f= debug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=3Dkern= el -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-t= ables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -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 -Wswitch -Wno-error=3Daddress -Wno-e= rror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon= null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error= =3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun= ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro= r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger= -than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling= -pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length = -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p= aram large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror /wo= rkspace/src/sys/amd64/amd64/fpu.c --- gdb_machdep.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.gdb_machdep.o -MTgdb_machdep.o -fdebug-prefix-map=3D./machine=3D/wor= kspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sy= s/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-async= hronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -= 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 -Wswitch -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 -fms-extensions -finline-limit=3D8000 --param inline-unit-gro= wth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu1= 7 -Werror /workspace/src/sys/amd64/amd64/gdb_machdep.c --- exception.o --- /workspace/src/sys/amd64/amd64/exception.S: Assembler messages: /workspace/src/sys/amd64/amd64/exception.S:617: Warning: no instruction mne= monic suffix given and no register operands; using default for `sysret' ctfconvert -L VERSION -g exception.o ERROR: ctfconvert: file does not contain dwarf type data (try compiling wit= h -g) --- initcpu.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.initcpu.o -MTinitcpu.o -fdebug-prefix-map=3D./machine=3D/workspace/s= rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in= clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode= l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-= unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws= trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres= s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e= rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error= =3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e= rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused= -function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-= error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la= rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang= ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng= th -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100= --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror= /workspace/src/sys/amd64/amd64/initcpu.c --- gdb_machdep.o --- ctfconvert -L VERSION -g gdb_machdep.o --- io.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.io.o -MTio.o -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd= 64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -fde= bug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=3Dkernel= -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tab= les -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -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 -Wswitch -Wno-error=3Daddress -Wno-err= or=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmay= be-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-c= ompare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift= -overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -W= no-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpack= ed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -W= no-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer= -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -fms-ex= tensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --param lar= ge-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror /workspace/= src/sys/amd64/amd64/io.c --- db_disasm.o --- In function 'db_print_address', inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1561:7: /workspace/src/sys/amd64/amd64/db_disasm.c:1128:17: warning: 'address.ss' m= ay be used uninitialized [-Wmaybe-uninitialized] 1128 | db_printf(",%s,%d", addrp->index, 1<ss); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1250:25: note: 'address.ss' was = declared here 1250 | struct i_addr address; | ^~~~~~~ In function 'db_print_address', inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1561:7: /workspace/src/sys/amd64/amd64/db_disasm.c:1128:17: warning: 'address.index= ' may be used uninitialized [-Wmaybe-uninitialized] 1128 | db_printf(",%s,%d", addrp->index, 1<ss); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1250:25: note: 'address.index' w= as declared here 1250 | struct i_addr address; | ^~~~~~~ In function 'db_print_address', inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1561:7: /workspace/src/sys/amd64/amd64/db_disasm.c:1126:17: warning: 'address.base'= may be used uninitialized [-Wmaybe-uninitialized] 1126 | db_printf("%s", addrp->base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1250:25: note: 'address.base' wa= s declared here 1250 | struct i_addr address; | ^~~~~~~ In function 'db_print_address', inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1561:7: /workspace/src/sys/amd64/amd64/db_disasm.c:1122:17: warning: 'address.disp'= may be used uninitialized [-Wmaybe-uninitialized] 1122 | db_printsym((db_addr_t)addrp->disp, DB_STGY_ANY); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1250:25: note: 'address.disp' wa= s declared here 1250 | struct i_addr address; | ^~~~~~~ In function 'db_print_address', inlined from 'db_disasm_esc' at /workspace/src/sys/amd64/amd64/db_disas= m.c:1183:6, inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1316:12: /workspace/src/sys/amd64/amd64/db_disasm.c:1126:17: warning: 'address.base'= may be used uninitialized [-Wmaybe-uninitialized] 1126 | db_printf("%s", addrp->base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1144:25: note: 'address.base' wa= s declared here 1144 | struct i_addr address; | ^~~~~~~ In function 'db_print_address', inlined from 'db_disasm_esc' at /workspace/src/sys/amd64/amd64/db_disas= m.c:1183:6, inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1316:12: /workspace/src/sys/amd64/amd64/db_disasm.c:1122:17: warning: 'address.disp'= may be used uninitialized [-Wmaybe-uninitialized] 1122 | db_printsym((db_addr_t)addrp->disp, DB_STGY_ANY); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1144:25: note: 'address.disp' wa= s declared here 1144 | struct i_addr address; | ^~~~~~~ In function 'db_print_address', inlined from 'db_disasm_esc' at /workspace/src/sys/amd64/amd64/db_disas= m.c:1183:6, inlined from 'db_disasm' at /workspace/src/sys/amd64/amd64/db_disasm.c:= 1316:12: /workspace/src/sys/amd64/amd64/db_disasm.c:1128:17: warning: 'address.ss' m= ay be used uninitialized [-Wmaybe-uninitialized] 1128 | db_printf(",%s,%d", addrp->index, 1<ss); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/db_disasm.c: In function 'db_disasm': /workspace/src/sys/amd64/amd64/db_disasm.c:1144:25: note: 'address.ss' was = declared here 1144 | struct i_addr address; | ^~~~~~~ --- fpu.o --- /workspace/src/sys/amd64/amd64/fpu.c: In function 'fpuinitstate': /workspace/src/sys/amd64/amd64/fpu.c:473:31: warning: 'max_ext_n' may be us= ed uninitialized [-Wmaybe-uninitialized] 473 | for (i =3D 2; i < max_ext_n; i++) { | ~~^~~~~~~~~~~ /workspace/src/sys/amd64/amd64/fpu.c:418:23: note: 'max_ext_n' was declared= here 418 | int cp[4], i, max_ext_n; | ^~~~~~~~~ --- exec_machdep.o --- In file included from /workspace/src/sys/amd64/amd64/exec_machdep.c:41: /workspace/src/sys/amd64/amd64/exec_machdep.c: In function 'sendsig': /workspace/src/sys/sys/cdefs.h:652:29: error: invalid operands to binary & = (have 'char *' and 'int') 652 | ((__typeof__(x))((x)&(~((align)-1)))) | ^ /workspace/src/sys/sys/cdefs.h:656:28: note: in expansion of macro '__built= in_align_down' 656 | #define __align_down(x, y) __builtin_align_down(x, y) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/param.h:183:26: note: in expansion of macro '__align= _down' 183 | #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1)) | ^~~~~~~~~~~~ /workspace/src/sys/amd64/amd64/exec_machdep.c:162:34: note: in expansion of= macro 'STACKALIGN' 162 | sfp =3D (struct sigframe *)STACKALIGN(sp); | ^~~~~~~~~~ --- initcpu.o --- ctfconvert -L VERSION -g initcpu.o --- kexec_support.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.kexec_support.o -MTkexec_support.o -fdebug-prefix-map=3D./machine=3D= /workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/sr= c/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/inc= lude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-a= synchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf= -4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qu= al -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-i= nclude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-er= ror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-co= mpare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation = -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-po= int -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-erro= r=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-= size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-all= oc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull= -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format= -zero-length -fms-extensions -finline-limit=3D8000 --param inline-unit-gr= owth=3D100 --param large-function-growth=3D1000 -fms-extensions -std=3Dgnu= 17 -Werror /workspace/src/sys/amd64/amd64/kexec_support.c --- io.o --- ctfconvert -L VERSION -g io.o --- kexec_tramp.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -x = assembler-with-cpp -DLOCORE -O2 -pipe -frename-registers -fno-strict-aliasi= ng -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/= include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_= HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-om= it-leaf-frame-pointer -MD -MF.depend.kexec_tramp.o -MTkexec_tramp.o -fdebu= g-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-= map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D= /workspace/src/sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -m= no-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv= -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototype= s -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fr= eebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkno= wn-pragmas -Wswitch -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 -fms-extensions -finline-limit=3D= 8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 = -fms-extensions -std=3Dgnu17 -Werror /workspace/src/sys/amd64/amd64/kexec= _tramp.S --- exec_machdep.o --- *** [exec_machdep.o] Error code 1 make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC --- kexec_tramp.o --- ctfconvert -L VERSION -g kexec_tramp.o ERROR: ctfconvert: failed to get mapping for tid 70 <46> --- elf_machdep.o --- ctfconvert -L VERSION -g elf_machdep.o --- efirt_machdep.o --- ctfconvert -L VERSION -g efirt_machdep.o --- db_trace.o --- ctfconvert -L VERSION -g db_trace.o --- db_disasm.o --- ctfconvert -L VERSION -g db_disasm.o --- kexec_support.o --- ctfconvert -L VERSION -g kexec_support.o --- fpu.o --- ctfconvert -L VERSION -g fpu.o --- mca.o --- ctfconvert -L VERSION -g mca.o --- if_nfe.o --- ctfconvert -L VERSION -g if_nfe.o --- bxe_elink.o --- ctfconvert -L VERSION -g bxe_elink.o --- bxe.o --- ctfconvert -L VERSION -g bxe.o make[2]: 1 error make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC 212.71 real 2393.73 user 110.51 sys make[1]: stopped making "buildkernel" in /workspace/src make: stopped making "buildkernel" in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins1414696445479426= 436.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-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_2144_1489685205.1770682464931--