Date: Fri, 11 Jul 2025 14:31:59 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: vexeduxr@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #1022 - Still Failing Message-ID: <1138519364.517.1752244322588@jenkins.ci.freebsd.org> In-Reply-To: <1807666645.501.1752235247480@jenkins.ci.freebsd.org> References: <1807666645.501.1752235247480@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #1022 (3d5ef29825557bddc08b1171126026b051043194) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/1022/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/1022/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/1022/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) 3d5ef29825557bddc08b1171126026b051043194 by vexeduxr: acpi_gpiobus: don't print error message if _AEI object doesn't exist The end of the build log: [...truncated 124.85 MiB...] --- modules-all --- /usr/local/x86_64-unknown-freebsd14.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o if_msk.ko.full if_msk.o ctfmerge -L VERSION -g -o if_msk.ko.full if_msk.o --- kern_cpu.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -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-omit-leaf-frame-pointer -MD -MF.depend.kern_cpu.o -MTkern_cpu.o -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 -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 -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu17 -Werror /workspace/src/sys/kern/kern_cpu.c --- modules-all --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk if_msk.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy % if_msk.ko.full --- all_subdir_mthca --- ctfconvert -L VERSION -g mthca_mcg.o --- all_subdir_msk --- --- if_msk.ko.debug --- /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug if_msk.ko.full if_msk.ko.debug --- if_msk.ko --- /usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=if_msk.ko.debug if_msk.ko.full if_msk.ko --- all_subdir_my --- ===> my (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/my...] --- all_subdir_mpt --- In function 'mpt_issue_cfg_req', inlined from 'mpt_write_cfg_page' at /workspace/src/sys/dev/mpt/mpt.c:1870:10: /workspace/src/sys/dev/mpt/mpt.c:1595:53: warning: 'params.ExtPageLength' may be used uninitialized [-Wmaybe-uninitialized] 1595 | cfgp->ExtPageLength = htole16(params->ExtPageLength); /workspace/src/sys/sys/_endian.h:109:37: note: in definition of macro 'htole16' 109 | #define htole16(x) ((uint16_t)(x)) | ^ /workspace/src/sys/dev/mpt/mpt.c: In function 'mpt_write_cfg_page': /workspace/src/sys/dev/mpt/mpt.c:1828:23: note: 'params' declared here 1828 | cfgparms_t params; | ^~~~~~ In function 'mpt_issue_cfg_req', inlined from 'mpt_write_cfg_page' at /workspace/src/sys/dev/mpt/mpt.c:1870:10: /workspace/src/sys/dev/mpt/mpt.c:1596:43: warning: 'params.ExtPageType' may be used uninitialized [-Wmaybe-uninitialized] 1596 | cfgp->ExtPageType = params->ExtPageType; | ~~~~~~^~~~~~~~~~~~~ /workspace/src/sys/dev/mpt/mpt.c: In function 'mpt_write_cfg_page': /workspace/src/sys/dev/mpt/mpt.c:1828:23: note: 'params' declared here 1828 | cfgparms_t params; | ^~~~~~ --- all_subdir_my --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- all_subdir_mthca --- --- mthca_memfree.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_INFINIBAND_USER_MEM -DINET6 -DINET -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -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.mthca_memfree.o -MTmthca_memfree.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 -Wno-cast-qual -Wno-pointer-arith -c /workspace/src/sys/dev/mthca/mthca_memfree.c -o mthca_memfree.o --- all_subdir_my --- --- genoffset.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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 --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- if_my.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/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.if_my.o -MTif_my.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/my/if_my.c -o if_my.o --- all_subdir_mxge --- In file included from ./x86/endian.h:36, from ./machine/endian.h:5, from /workspace/src/sys/sys/types.h:43, from /workspace/src/sys/sys/param.h:117, from /workspace/src/sys/dev/mxge/if_mxge.c:31: In function 'mxge_send_cmd', inlined from 'mxge_add_maddr' at /workspace/src/sys/dev/mxge/if_mxge.c:1091:15, inlined from 'mxge_add_maddr' at /workspace/src/sys/dev/mxge/if_mxge.c:1079:1: /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data2' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:824:22: note: in expansion of macro 'htobe32' 824 | buf->data2 = htobe32(data->data2); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_add_maddr': /workspace/src/sys/dev/mxge/if_mxge.c:1082:20: note: 'cmd' declared here 1082 | mxge_cmd_t cmd; | ^~~ --- all_subdir_mthca --- --- mthca_main.o --- ctfconvert -L VERSION -g mthca_main.o --- mthca_mr.o --- --- all_subdir_mxge --- In function 'mxge_send_cmd', inlined from 'mxge_change_throttle' at /workspace/src/sys/dev/mxge/if_mxge.c:1332:8: /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data1' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:823:22: note: in expansion of macro 'htobe32' 823 | buf->data1 = htobe32(data->data1); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_change_throttle': /workspace/src/sys/dev/mxge/if_mxge.c:1312:20: note: 'cmd' declared here 1312 | mxge_cmd_t cmd; | ^~~ In function 'mxge_send_cmd', inlined from 'mxge_change_throttle' at /workspace/src/sys/dev/mxge/if_mxge.c:1332:8: --- all_subdir_mthca --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_INFINIBAND_USER_MEM -DINET6 -DINET -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -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.mthca_mr.o -MTmthca_mr.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 -Wno-cast-qual -Wno-pointer-arith -c /workspace/src/sys/dev/mthca/mthca_mr.c -o mthca_mr.o --- all_subdir_mxge --- /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data2' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:824:22: note: in expansion of macro 'htobe32' 824 | buf->data2 = htobe32(data->data2); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_change_throttle': /workspace/src/sys/dev/mxge/if_mxge.c:1312:20: note: 'cmd' declared here 1312 | mxge_cmd_t cmd; | ^~~ In function 'mxge_send_cmd', inlined from 'mxge_change_pause' at /workspace/src/sys/dev/mxge/if_mxge.c:1038:12, inlined from 'mxge_change_flow_control' at /workspace/src/sys/dev/mxge/if_mxge.c:1383:8: /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data0' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:822:22: note: in expansion of macro 'htobe32' 822 | buf->data0 = htobe32(data->data0); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_change_flow_control': /workspace/src/sys/dev/mxge/if_mxge.c:1034:20: note: 'cmd.data0' was declared here 1034 | mxge_cmd_t cmd; | ^~~ In function 'mxge_send_cmd', inlined from 'mxge_change_pause' at /workspace/src/sys/dev/mxge/if_mxge.c:1038:12, inlined from 'mxge_change_flow_control' at /workspace/src/sys/dev/mxge/if_mxge.c:1383:8: /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data1' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:823:22: note: in expansion of macro 'htobe32' 823 | buf->data1 = htobe32(data->data1); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_change_flow_control': /workspace/src/sys/dev/mxge/if_mxge.c:1034:20: note: 'cmd.data1' was declared here 1034 | mxge_cmd_t cmd; | ^~~ In function 'mxge_send_cmd', inlined from 'mxge_change_pause' at /workspace/src/sys/dev/mxge/if_mxge.c:1038:12, inlined from 'mxge_change_flow_control' at /workspace/src/sys/dev/mxge/if_mxge.c:1383:8: /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data2' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:824:22: note: in expansion of macro 'htobe32' 824 | buf->data2 = htobe32(data->data2); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_change_flow_control': /workspace/src/sys/dev/mxge/if_mxge.c:1034:20: note: 'cmd.data2' was declared here 1034 | mxge_cmd_t cmd; | ^~~ --- kern_conf.o --- ctfconvert -L VERSION -g kern_conf.o --- kern_cpu.o --- ctfconvert -L VERSION -g kern_cpu.o --- kern_cpuset.o --- --- kern_context.o --- --- kern_cpuset.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -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-omit-leaf-frame-pointer -MD -MF.depend.kern_cpuset.o -MTkern_cpuset.o -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 -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 -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu17 -Werror /workspace/src/sys/kern/kern_cpuset.c --- kern_context.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -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-omit-leaf-frame-pointer -MD -MF.depend.kern_context.o -MTkern_context.o -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 -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 -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu17 -Werror /workspace/src/sys/kern/kern_context.c --- modules-all --- In function 'mxge_send_cmd', inlined from 'mxge_media_probe' at /workspace/src/sys/dev/mxge/if_mxge.c:2905:8: /workspace/src/sys/sys/_endian.h:86:25: warning: 'cmd.data2' may be used uninitialized [-Wmaybe-uninitialized] 86 | #define __bswap32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/_endian.h:107:25: note: in expansion of macro '__bswap32' 107 | #define htobe32(x) __bswap32((x)) | ^~~~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c:824:22: note: in expansion of macro 'htobe32' 824 | buf->data2 = htobe32(data->data2); | ^~~~~~~ /workspace/src/sys/dev/mxge/if_mxge.c: In function 'mxge_media_probe': /workspace/src/sys/dev/mxge/if_mxge.c:2867:20: note: 'cmd.data2' was declared here 2867 | mxge_cmd_t cmd; | ^~~ --- kern_context.o --- ctfconvert -L VERSION -g kern_context.o --- kern_descrip.o --- /usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -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-omit-leaf-frame-pointer -MD -MF.depend.kern_descrip.o -MTkern_descrip.o -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 -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 -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu17 -Werror /workspace/src/sys/kern/kern_descrip.c /workspace/src/sys/kern/kern_descrip.c: In function 'open_to_fde_flags': /workspace/src/sys/kern/kern_descrip.c:560:79: error: expression in static assertion is not constant 560 | _Static_assert(open_to_fde_flags_s[nitems(open_to_fde_flags_s) - 1].f == In file included from ./machine/atomic.h:73, from /workspace/src/sys/sys/systm.h:45, from /workspace/src/sys/kern/kern_descrip.c:42: /workspace/src/sys/kern/kern_descrip.c: In function 'fdescfree': /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct filedesc **' to 'struct filedesc * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/kern_descrip.c:2703:9: note: in expansion of macro 'atomic_store_ptr' 2703 | atomic_store_ptr(&p->p_fd, NULL); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pdescfree': /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct pwddesc **' to 'struct pwddesc * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/kern_descrip.c:2726:9: note: in expansion of macro 'atomic_store_ptr' 2726 | atomic_store_ptr(&p->p_pd, NULL); | ^~~~~~~~~~~~~~~~ *** [kern_descrip.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- modules-all --- *** [modules-all] Error code 6 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- kern_cpuset.o --- ctfconvert -L VERSION -g kern_cpuset.o 2 errors make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 200.41 real 2217.84 user 163.44 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins8553332629265733608.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_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?1138519364.517.1752244322588>
