Date: Tue, 4 Feb 2025 07:03:26 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: maxim@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc13_build - Build #2801 - Still Failing Message-ID: <84053381.203.1738652610186@jenkins.ci.freebsd.org> In-Reply-To: <105836733.199.1738649398779@jenkins.ci.freebsd.org> References: <105836733.199.1738649398779@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc13_build - Build #2801 (70ccb89db2a28998a85b60023e7b3211db540cab) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2801/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2801/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2801/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) 70ccb89db2a28998a85b60023e7b3211db540cab by maxim: build.7: document check-old-libs target The end of the build log: [...truncated 126.57 MiB...] /workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE' 583 | RB_ROTATE(elm, child, elmdir, field); \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c: In function 'sysctl_oid_list_RB_INSERT_FINISH': /workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here 540 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ --- modules-all --- --- all_subdir_vmm --- ctfconvert -L VERSION -g vmcb.o --- amdviiommu.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DVMM_KEEP_STATS -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/amd64/vmm -I/workspace/src/sys/amd64/vmm/io -I/workspace/src/sys/amd64/vmm/intel -I/workspace/src/sys/amd64/vmm/amd -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.amdviiommu.o -MTamdviiommu.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu99 -c /workspace/src/sys/amd64/vmm/amd/amdviiommu.c -o amdviiommu.o --- kern_sysctl.o --- In function 'sysctl_oid_list_RB_INSERT_COLOR', inlined from 'sysctl_oid_list_RB_INSERT_FINISH' at /workspace/src/sys/kern/kern_sysctl.c:83:1, inlined from 'sysctl_oid_list_RB_INSERT' at /workspace/src/sys/kern/kern_sysctl.c:83:1: /workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized] 332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir] | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK' 401 | _RB_LINK(tmp, dir, field)) != NULL) \ | ^~~~~~~~ /workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE' 583 | RB_ROTATE(elm, child, elmdir, field); \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c: In function 'sysctl_oid_list_RB_INSERT': /workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here 540 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ --- modules-all --- --- all_subdir_usb --- ctfconvert -L VERSION -g runfw.o --- run.fw.fwo --- run.fw run.fw /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -x assembler-with-cpp -DLOCORE -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/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.run.fw.fwo -MTrun.fw.fwo -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu99 -Werror -DFIRMW_FILE=\""run.fw"\" -DFIRMW_SYMBOL="run_fw" /workspace/src/sys/kern/firmw.S -o run.fw.fwo --- runfw.ko.full --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o runfw.ko.full run.fw.fwo runfw.o /usr/local/x86_64-unknown-freebsd14.1/bin/ld: warning: run.fw.fwo: missing .note.GNU-stack section implies executable stack /usr/local/x86_64-unknown-freebsd14.1/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker ctfmerge -L VERSION -g -o runfw.ko.full run.fw.fwo runfw.o :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk runfw.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % runfw.ko.full --- runfw.ko.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug runfw.ko.full runfw.ko.debug --- runfw.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=runfw.ko.debug runfw.ko.full runfw.ko --- all_subdir_usb/uath --- ===> usb/uath (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/usb/uath...] --- all_subdir_wdatwd --- ctfconvert -L VERSION -g wdatwd.o --- wdatwd.ko.full --- --- all_subdir_usb --- --- machine --- --- all_subdir_wdatwd --- /usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o wdatwd.ko.full wdatwd.o --- all_subdir_usb --- machine -> /workspace/src/sys/amd64/include --- x86 --- --- kern_sysctl.o --- In function 'sysctl_oid_list_RB_INSERT_COLOR', inlined from 'sysctl_oid_list_RB_INSERT_FINISH' at /workspace/src/sys/kern/kern_sysctl.c:83:1, inlined from 'sysctl_oid_list_RB_INSERT_NEXT' at /workspace/src/sys/kern/kern_sysctl.c:83:1: /workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized] 332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir] | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK' 401 | _RB_LINK(tmp, dir, field)) != NULL) \ | ^~~~~~~~ /workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE' 583 | RB_ROTATE(elm, child, elmdir, field); \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c: In function 'sysctl_oid_list_RB_INSERT_NEXT': /workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here 540 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ --- modules-all --- x86 -> /workspace/src/sys/x86/include --- all_subdir_wdatwd --- ctfmerge -L VERSION -g -o wdatwd.ko.full wdatwd.o --- all_subdir_usb --- --- i386 --- i386 -> /workspace/src/sys/i386/include --- all_subdir_wdatwd --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk wdatwd.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % wdatwd.ko.full --- all_subdir_usb --- --- opt_bus.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_bus.h opt_bus.h --- opt_usb.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_usb.h opt_usb.h --- all_subdir_wdatwd --- --- wdatwd.ko.debug --- --- all_subdir_usb --- --- opt_wlan.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_wlan.h opt_wlan.h --- all_subdir_wdatwd --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug wdatwd.ko.full wdatwd.ko.debug --- all_subdir_usb --- --- all_subdir_usb/mtw --- cc1: all warnings being treated as errors --- all_subdir_usb/uath --- --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- all_subdir_wdatwd --- --- wdatwd.ko --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=wdatwd.ko.debug wdatwd.ko.full wdatwd.ko --- all_subdir_wlan_acl --- ===> wlan_acl (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/wlan_acl...] --- kern_sysctl.o --- In function 'sysctl_oid_list_RB_INSERT_COLOR', inlined from 'sysctl_oid_list_RB_INSERT_FINISH' at /workspace/src/sys/kern/kern_sysctl.c:83:1, inlined from 'sysctl_oid_list_RB_INSERT_PREV' at /workspace/src/sys/kern/kern_sysctl.c:83:1: /workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized] 332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir] | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/sys/tree.h:401:13: note: in expansion of macro '_RB_LINK' 401 | _RB_LINK(tmp, dir, field)) != NULL) \ | ^~~~~~~~ /workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE' 583 | RB_ROTATE(elm, child, elmdir, field); \ | ^~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c: In function 'sysctl_oid_list_RB_INSERT_PREV': /workspace/src/sys/sys/tree.h:540:22: note: 'child' was declared here 540 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:469:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 469 | RB_GENERATE_INTERNAL(name, type, field, cmp,) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_sysctl.c:83:1: note: in expansion of macro 'RB_GENERATE' 83 | RB_GENERATE(sysctl_oid_list, sysctl_oid, oid_link, cmp_sysctl_oid); | ^~~~~~~~~~~ --- modules-all --- --- all_subdir_usb --- --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- all_subdir_wlan --- ctfconvert -L VERSION -g ieee80211_ageq.o --- all_subdir_wlan_acl --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- --- all_subdir_usb --- --- usb_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/usb/usb_if.m -h --- all_subdir_wlan_acl --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_wlan.h --- --- all_subdir_vmm --- ctfconvert -L VERSION -g amdviiommu.o --- all_subdir_wlan_acl --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_wlan.h opt_wlan.h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu99 -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_vmm --- --- ivhd_if.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DVMM_KEEP_STATS -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/amd64/vmm -I/workspace/src/sys/amd64/vmm/io -I/workspace/src/sys/amd64/vmm/intel -I/workspace/src/sys/amd64/vmm/amd -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.ivhd_if.o -MTivhd_if.o -mcmodel=kernel -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__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -std=gnu99 -c ivhd_if.c -o ivhd_if.o --- all_subdir_usb --- --- all_subdir_usb/mtw --- *** [if_mtw.o] Error code 1 make[5]: stopped in /workspace/src/sys/modules/usb/mtw 1 error 272.20 real 861.81 user 47.01 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins6926228289989875974.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc13_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail addresshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84053381.203.1738652610186>
