Date: Mon, 8 Dec 2025 20:01:32 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bz@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc12_build - Build #308 - Still Failing Message-ID: <1941257656.203.1765224096896@jenkins.ci.freebsd.org> In-Reply-To: <450801564.187.1765219147677@jenkins.ci.freebsd.org> References: <450801564.187.1765219147677@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD-stable-15-amd64-gcc12_build - Build #308 (e65e9bc1b4dd4503b77c311dafdfc77eabe3243c) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/308/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/308/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/308/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) d389d1ac1699aea517a18cf73486e7077cfbda46 by bz: LinuxKPI: 802.11: initialize the passed in chandef in 4dde7d280a5f2a0218632b995d916fb1ae10cd7f by bz: iwlwifi/mld: only get tid after checking that it is a dataqos frame 5d22abb18771cb6c7578ff417bb801c7b4e8b51e by bz: LinuxKPI: 802.11: use a _check rather than a _protected version for 49977df63c406940b77a35b2373ea4d193abf1e9 by bz: LinuxKPI: 802.11: implement mtx support for ieee80211_iterate_interfaces 4d3c09c79a04b2bafbee86f50a9bd25d490762b7 by bz: LinuxKPI: 802.11: initialize a backpointer on the link_sta 2032abb31cbe067d41067a81e529d91f1bace4c9 by bz: LinuxKPI: pci: undo the pci_resource_len() check in 07555b10469d0cb613cfeedfd1239d5c4b6e507f by bz: LinuxKPI: 802.11: when synching HT and VHT cap, mask rx_mcs 8dd5b13df6d851c9dbb0811605bb0b5ddf3e1d27 by bz: LinuxKPI: page.c: remove a spurious character from a comment c55874da4cf57800fc8a665ee221e4c2e1ac6601 by bz: LinuxKPI: 802.11: make airtime fairness an IMPROVE 0f496780deee49cfd86f4e02db775b706405fef9 by bz: LinuxKPI: device: add a pr_debug("TODO") call to device_release_driver() 85db0f528a067e298eabfcaf9c845369999c6dda by bz: LinuxKPI: 802.11: fill in more skeleton functions a714641fa5380cc320d23181d4b18f7f89ccd183 by bz: LinuxKPI: 802.11: move ieee80211_offload_flags 7ed3a99f3563fce1f1088a376151e7ad68b738d6 by bz: LinuxKPI: mt76: depend on CONFIG_NET_MEDIATEK_SOC_WED e2ebe56c50e77f3302c85a8203f8fa4050ae0f54 by bz: mt76: set appropriate CONFIG options for the module build 4b61bd759c345c3fbfc0b18c9529a77124f48b82 by bz: mt76: ieee80211_is_first_frag() operates on the seq_ctrl field not on c22fa080c7661903094c9baeb99f9318bc5a1aef by bz: mt76: util.h: extend worker name 8f7cbd2ecaf1fd89974c15f0598a67ee57fc5afd by bz: mt76: add LINUXKPI_PARAM_PREFIX for module_param* e65e9bc1b4dd4503b77c311dafdfc77eabe3243c by bz: rtw88: update Realtek's rtw88 driver The end of the build log: [...truncated 137.01 MiB...] --- mem.ko --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=mem.ko.debug mem.ko.full mem.ko --- all_subdir_mfi --- ===> mfi (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mfi...] --- all_subdir_iwlwifi --- --- mvm/ptp.o --- In file included from /workspace/src/sys/contrib/dev/iwlwifi/iwl-trans.h:15, from /workspace/src/sys/contrib/dev/iwlwifi/mvm/mvm.h:27, from /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c:6: /workspace/src/sys/contrib/dev/iwlwifi/iwl-debug.h: In function 'iwl_mvm_phc_get_crosstimestamp': /workspace/src/sys/contrib/dev/iwlwifi/iwl-debug.h:93:9: warning: 'sys_time' may be used uninitialized [-Wmaybe-uninitialized] 93 | __iwl_info((_subsys)->dev, _fmt, ##__VA_ARGS__) | ^~~~~~~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c:161:17: note: 'sys_time' was declared here 161 | ktime_t sys_time; | ^~~~~~~~ In function 'iwl_mvm_ptp_update_new_read', inlined from 'iwl_mvm_ptp_get_adj_time' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c:54:2, inlined from 'iwl_mvm_phc_get_crosstimestamp' at /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c:180:11: /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c:29:36: warning: 'gp2' may be used uninitialized [-Wmaybe-uninitialized] 29 | mvm->ptp_data.last_gp2 - gp2 < IWL_PTP_WRAP_THRESHOLD_USEC) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c: In function 'iwl_mvm_phc_get_crosstimestamp': /workspace/src/sys/contrib/dev/iwlwifi/mvm/ptp.c:157:13: note: 'gp2' was declared here 157 | u32 gp2; | ^~~ --- all_subdir_mfi --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_mfi.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_mfi.h opt_mfi.h --- opt_cam.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_cam.h opt_cam.h --- 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 --- 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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mfi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mfi -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/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_iwlwifi --- At top level: cc1: note: unrecognized command-line option '-Wno-initializer-overrides' may have been intended to silence earlier diagnostics ctfconvert -L VERSION -g mvm/ptp.o --- all_subdir_mfi --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- mfi_pci.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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mfi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mfi -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mfi_pci.o -MTmfi_pci.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/mfi/mfi_pci.c -o mfi_pci.o --- all_subdir_iwlwifi --- --- mvm/rfi.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 -DCONFIG_ACPI -DLINUXKPI_WANT_LINUX_ACPI -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61700 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLMLD=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -Wno-override-init -Wno-initializer-overrides -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/dev/iwlwifi -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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/iwlwifi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/iwlwifi -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mvm_rfi.o -MTmvm/rfi.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/contrib/dev/iwlwifi/mvm/rfi.c -o mvm/rfi.o --- all_subdir_malo --- ctfconvert -L VERSION -g if_malo.o --- all_subdir_iwlwifi --- --- mvm/power.o --- ctfconvert -L VERSION -g mvm/power.o --- all_subdir_md --- ctfconvert -L VERSION -g md.o --- all_subdir_malo --- --- if_malo.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 if_malo.ko.full if_malo.o if_malohal.o if_malo_pci.o ctfmerge -L VERSION -g -o if_malo.ko.full if_malo.o if_malohal.o if_malo_pci.o --- all_subdir_md --- --- geom_md.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 geom_md.ko.full md.o ctfmerge -L VERSION -g -o geom_md.ko.full md.o --- all_subdir_malo --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk if_malo.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % if_malo.ko.full --- if_malo.ko.debug --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug if_malo.ko.full if_malo.ko.debug --- all_subdir_md --- :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk geom_md.ko.full export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % geom_md.ko.full --- all_subdir_malo --- --- if_malo.ko --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=if_malo.ko.debug if_malo.ko.full if_malo.ko --- all_subdir_mfi --- ctfconvert -L VERSION -g mfi_pci.o --- all_subdir_md --- --- geom_md.ko.debug --- --- all_subdir_mfi --- --- mfi_disk.o --- --- all_subdir_mgb --- ===> mgb (all) --- all_subdir_md --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug geom_md.ko.full geom_md.ko.debug --- all_subdir_mfi --- /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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mfi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/mfi -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mfi_disk.o -MTmfi_disk.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/mfi/mfi_disk.c -o mfi_disk.o --- all_subdir_mgb --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mgb...] --- all_subdir_iwlwifi --- --- mvm/quota.o --- ctfconvert -L VERSION -g mvm/quota.o --- all_subdir_md --- --- geom_md.ko --- /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=geom_md.ko.debug geom_md.ko.full geom_md.ko --- all_subdir_iwlwifi --- --- mvm/mac80211.o --- At top level: cc1: note: unrecognized command-line option '-Wno-initializer-overrides' may have been intended to silence earlier diagnostics cc1: all warnings being treated as errors --- nfs_nfsdstate.o --- In function 'nfsrv_findsession', inlined from 'nfsrv_freesession' at /workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:6568:9, inlined from 'nfsrv_docallback' at /workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:4637:4, inlined from 'nfsrv_recalllayout' at /workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:7192:11, inlined from 'nfsrv_flexmirrordel' at /workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:7167:3: /workspace/src/sys/sys/systm.h:281:33: warning: argument 1 null where non-null expected [-Wnonnull] 281 | #define bcmp(b1, b2, len) __builtin_memcmp((b1), (b2), (len)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/nfs/nfsport.h:908:33: note: in expansion of macro 'bcmp' 908 | #define NFSBCMP(s, d, l) bcmp((s), (d), (l)) | ^~~~ /workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:6431:22: note: in expansion of macro 'NFSBCMP' 6431 | if (!NFSBCMP(sessionid, sep->sess_sessionid, NFSX_V4SESSIONID)) | ^~~~~~~ /workspace/src/sys/sys/systm.h:281:33: note: in a call to built-in function '__builtin_memcmp' 281 | #define bcmp(b1, b2, len) __builtin_memcmp((b1), (b2), (len)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/fs/nfs/nfsport.h:908:33: note: in expansion of macro 'bcmp' 908 | #define NFSBCMP(s, d, l) bcmp((s), (d), (l)) | ^~~~ /workspace/src/sys/fs/nfsserver/nfs_nfsdstate.c:6431:22: note: in expansion of macro 'NFSBCMP' 6431 | if (!NFSBCMP(sessionid, sep->sess_sessionid, NFSX_V4SESSIONID)) | ^~~~~~~ --- modules-all --- --- all_subdir_mii --- ===> mii (all) --- all_subdir_mgb --- --- machine --- --- all_subdir_mii --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/mii...] --- all_subdir_mgb --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_platform.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_platform.h opt_platform.h --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- all_subdir_mii --- --- machine --- machine -> /workspace/src/sys/amd64/include --- x86 --- --- all_subdir_mgb --- --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- all_subdir_mii --- x86 -> /workspace/src/sys/x86/include --- all_subdir_iwlwifi --- --- mvm/rs-fw.o --- --- all_subdir_mii --- --- i386 --- --- all_subdir_iwlwifi --- /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 -DCONFIG_ACPI -DLINUXKPI_WANT_LINUX_ACPI -DKBUILD_MODNAME='"iwlwifi"' -DLINUXKPI_VERSION=61700 -include /workspace/src/sys/compat/linuxkpi/common/include/linux/kconfig.h -DCONFIG_IWLDVM=0 -DCONFIG_IWLMVM=1 -DCONFIG_IWLMLD=1 -DCONFIG_IWLWIFI_DEBUG=1 -DCONFIG_IWLWIFI_DEVICE_TRACING=1 -Wno-override-init -Wno-initializer-overrides -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/dev/iwlwifi -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 -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/iwlwifi=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/iwlwifi -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.mvm_rs-fw.o -MTmvm/rs-fw.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/contrib/dev/iwlwifi/mvm/rs-fw.c -o mvm/rs-fw.o --- all_subdir_linux --- ctfconvert -L VERSION -g linux_stats.o --- all_subdir_mii --- i386 -> /workspace/src/sys/i386/include --- miibus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/mii/miibus_if.m -h --- opt_platform.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_platform.h opt_platform.h --- miibus_if.c --- --- all_subdir_mgb --- --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_if.m -h --- all_subdir_mii --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/mii/miibus_if.m -c --- all_subdir_linuxkpi_wlan --- --- linuxkpi_wlan.ko.full --- --- all_subdir_mii --- --- bus_if.h --- --- all_subdir_linuxkpi_wlan --- /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 linuxkpi_wlan.ko.full linux_80211.o linux_80211_macops.o linux_mhi.o lkpi_iic_if.o --- all_subdir_mii --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- all_subdir_iwlwifi --- --- mvm/mac80211.o --- *** [mvm/mac80211.o] Error code 1 make[4]: stopped making "all" in /workspace/src/sys/modules/iwlwifi --- all_subdir_linux --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_mgb --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_linuxkpi_wlan --- ctfmerge -L VERSION -g -o linuxkpi_wlan.ko.full linux_80211.o linux_80211_macops.o linux_mhi.o lkpi_iic_if.o --- all_subdir_mii --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_linuxkpi_wlan --- make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_mfi --- ctfconvert -L VERSION -g mfi_disk.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_iwlwifi --- --- mvm/rfi.o --- ctfconvert -L VERSION -g mvm/rfi.o --- mvm/rs-fw.o --- ctfconvert -L VERSION -g mvm/rs-fw.o make[4]: 1 error make[4]: stopped making "all" in /workspace/src/sys/modules/iwlwifi make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_linuxkpi --- ctfconvert -L VERSION -g linux_pci.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_mana --- ctfconvert -L VERSION -g mana_en.o make[3]: stopped making "all" in /workspace/src/sys/modules make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- nfs_nfsdstate.o --- ctfconvert -L VERSION -g nfs_nfsdstate.o 246.35 real 2846.16 user 187.96 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-stable-15-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins13882133221379123458.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1941257656.203.1765224096896>
