Date: Mon, 2 Mar 2026 22:44:36 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: tuexen@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #8015 - Still Failing Message-ID: <433846036.2219.1772491479463@jenkins.ci.freebsd.org> In-Reply-To: <403479750.2195.1772483571110@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc12_build - Build #8015 (c70755bc0d8f703dbaa1520c15e8213a95847dd5) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/8015/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/8015/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/8015/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) c70755bc0d8f703dbaa1520c15e8213a95847dd5 by tuexen: virtio: add loader tunables to sysctl The end of the build log: [...truncated 124.32 MiB...] --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- all_subdir_thunderbolt --- In function 'tb_config_find_router_cap', inlined from 'tb_config_find_router_vsec' at /workspace/src/sys/dev/thunderbolt/router.c:881:10, inlined from 'tb_config_get_lc_uuid' at /workspace/src/sys/dev/thunderbolt/router.c:924:10: /workspace/src/sys/dev/thunderbolt/tbcfg_reg.h:144:43: warning: array subscript 'struct tb_cfg_router[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds] 144 | #define GET_ROUTER_CS_NEXT_CAP(r) (r->router_cs_1 & \ /workspace/src/sys/dev/thunderbolt/router.c:859:25: note: in expansion of macro 'GET_ROUTER_CS_NEXT_CAP' 859 | rcap.next_cap = GET_ROUTER_CS_NEXT_CAP(cfg); | ^~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/malloc.h:235:32: note: object of size 32 allocated by 'malloc' 235 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/thunderbolt/router.c:846:15: note: in expansion of macro 'malloc' 846 | buf = malloc(8 * 4, M_THUNDERBOLT, M_NOWAIT|M_ZERO); | ^~~~~~ --- all_subdir_tws --- ctfconvert -L VERSION -g tws_services.o --- all_subdir_sound --- --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- all_subdir_tws --- --- tws_cam.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.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/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.tws_cam.o -MTtws_cam.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=gnu17 -c /workspace/src/sys/dev/tws/tws_cam.c -o tws_cam.o --- all_subdir_sound --- --- ac97_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/ac97_if.m -h --- channel_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/channel_if.m -h --- feeder_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/feeder_if.m -h --- mixer_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound/pcm/mixer_if.m -h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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=gnu17 -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_thunderbolt --- /workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_get_lc_uuid': /workspace/src/sys/dev/thunderbolt/router.c:841:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized] 841 | struct router_cfg_cap rcap; | ^~~~ --- all_subdir_sound --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- ich.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.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/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.ich.o -MTich.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=gnu17 -c /workspace/src/sys/dev/sound/pci/ich.c -o ich.o --- all_subdir_tcp --- ctfconvert -L VERSION -g sack_filter.o --- rack_bbr_common.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -O2 -pipe -fno-common -DMODNAME=tcp_bbr -DSTACKNAME=bbr -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.rack_bbr_common.o -MTrack_bbr_common.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=gnu17 -c /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c -o rack_bbr_common.o --- all_subdir_thunderbolt --- ctfconvert -L VERSION -g router.o --- tb.ko.full --- /usr/local/x86_64-unknown-freebsd15.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o tb.ko.full nhi_pci.o nhi.o tb_pcib.o tb_acpi_pcib.o tb_debug.o nhi_wmi.o router.o hcm.o tb_dev.o tb_if.o ctfmerge -L VERSION -g -o tb.ko.full nhi_pci.o nhi.o tb_pcib.o tb_acpi_pcib.o tb_debug.o nhi_wmi.o router.o hcm.o tb_dev.o tb_if.o :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk tb.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % tb.ko.full --- tb.ko.debug --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug tb.ko.full tb.ko.debug --- tb.ko --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=tb.ko.debug tb.ko.full tb.ko --- all_subdir_uart --- ===> uart (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/uart...] --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- uart_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/uart/uart_if.m -h --- opt_acpi.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_acpi.h opt_acpi.h --- opt_platform.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_platform.h opt_platform.h --- opt_uart.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_uart.h opt_uart.h --- uart_if.c --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/uart/uart_if.m -c --- acpi_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/acpica/acpi_if.m -h --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- isa_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_if.m -h --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- serdev_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/serdev_if.m -h --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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=gnu17 -fcommon /workspace/src/sys/kern/genoffset.c --- all_subdir_rtw89 --- --- core.o --- cc1: all warnings being treated as errors --- all_subdir_sound --- --- all_subdir_sound/driver/hdspe --- ctfconvert -L VERSION -g hdspe.o --- all_subdir_uart --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_tmpfs --- In file included from /workspace/src/sys/sys/sysctl.h:43, from /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:54: /workspace/src/sys/sys/tree.h: In function 'tmpfs_dir_attach': /workspace/src/sys/sys/tree.h:587:34: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized] 587 | child_up = _RB_UP(child, field); \ | ^ /workspace/src/sys/sys/tree.h:543:22: note: 'child' was declared here 543 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ --- all_subdir_sound --- --- snd_hdspe.ko.full --- /usr/local/x86_64-unknown-freebsd15.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o snd_hdspe.ko.full hdspe.o hdspe-pcm.o --- all_subdir_uart --- --- uart_bus_isa.o --- /usr/local/bin/x86_64-unknown-freebsd15.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.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/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.uart_bus_isa.o -MTuart_bus_isa.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=gnu17 -c /workspace/src/sys/dev/uart/uart_bus_isa.c -o uart_bus_isa.o --- all_subdir_sound --- ctfmerge -L VERSION -g -o snd_hdspe.ko.full hdspe.o hdspe-pcm.o --- all_subdir_rtw89 --- *** [core.o] Error code 1 make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89 make[4]: 1 error make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89 make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_sound --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk snd_hdspe.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % snd_hdspe.ko.full make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_uart --- ctfconvert -L VERSION -g uart_bus_isa.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tpm --- ctfconvert -L VERSION -g tpm.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tmpfs --- --- tmpfs_vnops.o --- ctfconvert -L VERSION -g tmpfs_vnops.o --- all_subdir_tcp --- ctfconvert -L VERSION -g rack_bbr_common.o make[4]: stopped making "all" in /workspace/src/sys/modules/tcp make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tws --- ctfconvert -L VERSION -g tws_cam.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tmpfs --- --- tmpfs_subr.o --- /workspace/src/sys/sys/tree.h: In function 'tmpfs_alloc_file': /workspace/src/sys/sys/tree.h:587:34: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized] 587 | child_up = _RB_UP(child, field); \ | ^ /workspace/src/sys/sys/tree.h:543:22: note: 'child' was declared here 543 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ --- all_subdir_sound --- --- all_subdir_sound/driver/ich --- ctfconvert -L VERSION -g ich.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_sound/driver/hda --- ctfconvert -L VERSION -g hdac.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver --- all_subdir_tmpfs --- /workspace/src/sys/sys/tree.h: In function 'tmpfs_dir_whiteout_add': /workspace/src/sys/sys/tree.h:587:34: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized] 587 | child_up = _RB_UP(child, field); \ | ^ /workspace/src/sys/sys/tree.h:543:22: note: 'child' was declared here 543 | struct type *child, *child_up, *gpar; \ | ^~~~~ /workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR' 477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL' 474 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC' 2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); | ^~~~~~~~~~~~~~~~~~ --- all_subdir_sound --- --- all_subdir_sound/driver/emu10kx --- ctfconvert -L VERSION -g emu10kx.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver make[4]: stopped making "all" in /workspace/src/sys/modules/sound make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tmpfs --- ctfconvert -L VERSION -g tmpfs_subr.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_ti --- ctfconvert -L VERSION -g if_ti.o make[3]: stopped making "all" in /workspace/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC make[2]: 1 error make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 549.55 real 6106.60 user 374.82 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/jenkins13160270517057592222.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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?433846036.2219.1772491479463>
