FreeBSD-main-amd64-gcc12_build - Build #4110 - Still Failing
Date: Sat, 19 Oct 2024 03:16:14 UTC
FreeBSD-main-amd64-gcc12_build - Build #4110 (ba23ab2168ffabc2c5e647a1a37ab9a8fb482bb8) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4110/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4110/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/4110/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) ba23ab2168ffabc2c5e647a1a37ab9a8fb482bb8 by ngie: Update the expat version referenced in libbsdxml.3 The end of the build log: [...truncated 136.61 MiB...] | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/vfs_cache.c:2477:9: note: in expansion of macro 'atomic_store_ptr' 2477 | atomic_store_ptr(&dvp->v_cache_dd, NULL); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_enter_time': /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/vfs_cache.c:2623:17: note: in expansion of macro 'atomic_store_ptr' 2623 | atomic_store_ptr(&dvp->v_cache_dd, ncp); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/vfs_cache.c:2640:25: note: in expansion of macro 'atomic_store_ptr' 2640 | atomic_store_ptr(&vp->v_cache_dd, ncp); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/vfs_cache.c:2643:33: note: in expansion of macro 'atomic_store_ptr' 2643 | atomic_store_ptr(&vp->v_cache_dd, NULL); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_changesize_set_temp': /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct nchashhead **' to 'struct nchashhead * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/vfs_cache.c:2838:9: note: in expansion of macro 'atomic_store_ptr' 2838 | atomic_store_ptr(&nchashtbl, temptbl); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_changesize_set_new': /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct nchashhead **' to 'struct nchashhead * volatile*' must be 'const' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) = (v)) | ^ /workspace/src/sys/kern/vfs_cache.c:2861:9: note: in expansion of macro 'atomic_store_ptr' 2861 | atomic_store_ptr(&nchashtbl, new_tbl); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_has_entries': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:2977:13: note: in expansion of macro 'atomic_load_ptr' 2977 | atomic_load_ptr(&vp->v_cache_dd) == NULL) | ^~~~~~~~~~~~~~~ --- modules-all --- --- zfs_znode_os.o --- ctfconvert -L VERSION -g zfs_znode_os.o --- vfs_cache.o --- /workspace/src/sys/kern/vfs_cache.c: In function 'vn_fullpath_any_smr': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:3633:30: note: in expansion of macro 'atomic_load_ptr' 3633 | mp = atomic_load_ptr(&vp->v_mount); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct vnode **' to 'struct vnode * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:3638:31: note: in expansion of macro 'atomic_load_ptr' 3638 | tvp = atomic_load_ptr(&mp->mnt_vnodecovered); | ^~~~~~~~~~~~~~~ In file included from /workspace/src/sys/kern/vfs_cache.c:35: /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/cdefs.h:315:51: note: in definition of macro '__predict_false' 315 | #define __predict_false(exp) __builtin_expect((exp), 0) | ^~~ /workspace/src/sys/kern/vfs_cache.c:3684:37: note: in expansion of macro 'atomic_load_ptr' 3684 | if (__predict_false(atomic_load_ptr(&vp->v_cache_dd) != ncp)) { | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_final_modifying': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:4725:14: note: in expansion of macro 'atomic_load_ptr' 4725 | mp = atomic_load_ptr(&dvp->v_mount); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_dotdot': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct namecache **' to 'struct namecache * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/cdefs.h:315:51: note: in definition of macro '__predict_false' 315 | #define __predict_false(exp) __builtin_expect((exp), 0) | ^~~ /workspace/src/sys/kern/vfs_cache.c:5334:29: note: in expansion of macro 'atomic_load_ptr' 5334 | if (__predict_false(atomic_load_ptr(&dvp->v_cache_dd) != ncp)) { | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_symlink': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5462:14: note: in expansion of macro 'atomic_load_ptr' 5462 | mp = atomic_load_ptr(&dvp->v_mount); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5502:22: note: in expansion of macro 'atomic_load_ptr' 5502 | mp = atomic_load_ptr(&fpl->dvp->v_mount); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_next': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct vnode **' to 'struct vnode * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5552:15: note: in expansion of macro 'atomic_load_ptr' 5552 | tvp = atomic_load_ptr(&ncp->nc_vp); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_climb_mount': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5618:14: note: in expansion of macro 'atomic_load_ptr' 5618 | mp = atomic_load_ptr(&vp->v_mountedhere); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct vnode **' to 'struct vnode * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5640:22: note: in expansion of macro 'atomic_load_ptr' 5640 | vp = atomic_load_ptr(&mp->mnt_rootvnode); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5652:22: note: in expansion of macro 'atomic_load_ptr' 5652 | mp = atomic_load_ptr(&vp->v_mountedhere); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_cross_mount': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5675:14: note: in expansion of macro 'atomic_load_ptr' 5675 | mp = atomic_load_ptr(&vp->v_mountedhere); | ^~~~~~~~~~~~~~~ --- uipc_ktls.o --- ctfconvert -L VERSION -g uipc_ktls.o --- vfs_cache.o --- /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct vnode **' to 'struct vnode * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5691:14: note: in expansion of macro 'atomic_load_ptr' 5691 | vp = atomic_load_ptr(&mp->mnt_rootvnode); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:5701:14: note: in expansion of macro 'atomic_load_ptr' 5701 | mp = atomic_load_ptr(&vp->v_mountedhere); | ^~~~~~~~~~~~~~~ --- modules-all --- --- uconv.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -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.uconv.o -MTuconv.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 -Wno-pointer-to-int-cast -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/unicode/uconv.c -o uconv.o --- vfs_cache.o --- /workspace/src/sys/kern/vfs_cache.c: In function 'cache_fplookup_impl': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct mount **' to 'struct mount * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/vfs_cache.c:6181:14: note: in expansion of macro 'atomic_load_ptr' 6181 | mp = atomic_load_ptr(&dvp->v_mount); | ^~~~~~~~~~~~~~~ --- vfs_cluster.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.vfs_cluster.o -MTvfs_cluster.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=gnu99 -Werror /workspace/src/sys/kern/vfs_cluster.c --- modules-all --- --- zvol_os.o --- ctfconvert -L VERSION -g zvol_os.o --- zfs_acl.o --- ctfconvert -L VERSION -g zfs_acl.o --- u8_textprep.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -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.u8_textprep.o -MTu8_textprep.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 -Wno-pointer-to-int-cast -Wno-cast-qual -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/unicode/u8_textprep.c -o u8_textprep.o --- zfeature_common.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -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.zfeature_common.o -MTzfeature_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 -Wno-pointer-to-int-cast -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/zcommon/zfeature_common.c -o zfeature_common.o --- zio_crypt.o --- In file included from /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/sunddi.h:28, from /workspace/src/sys/contrib/openzfs/include/sys/zfs_context.h:69: In function 'zfs_uio_init', inlined from 'zio_do_crypt_data' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1690:2: /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h:102:45: error: 'puio_s.uio_offset' is used uninitialized [-Werror=uninitialized] 102 | zfs_uio_soffset(uio) = uio_s->uio_offset; | ~~~~~^~~~~~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_do_crypt_data': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1683:20: note: 'puio_s' declared here 1683 | struct uio puio_s, cuio_s; | ^~~~~~ In function 'zfs_uio_init', inlined from 'zio_do_crypt_data' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1691:2: /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h:102:45: error: 'cuio_s.uio_offset' is used uninitialized [-Werror=uninitialized] 102 | zfs_uio_soffset(uio) = uio_s->uio_offset; | ~~~~~^~~~~~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_do_crypt_data': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1683:28: note: 'cuio_s' declared here 1683 | struct uio puio_s, cuio_s; | ^~~~~~ --- uconv.o --- ctfconvert -L VERSION -g uconv.o --- zfs_comutil.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -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.zfs_comutil.o -MTzfs_comutil.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 -Wno-pointer-to-int-cast -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/zcommon/zfs_comutil.c -o zfs_comutil.o --- uipc_usrreq.o --- In function 'unp_dispose', inlined from 'uipc_shutdown' at /workspace/src/sys/kern/uipc_usrreq.c:1722:3: /workspace/src/sys/kern/uipc_usrreq.c:3285:17: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized] 3285 | m_freemp(m); | ^~~~~~~~~~~ /workspace/src/sys/kern/uipc_usrreq.c: In function 'uipc_shutdown': /workspace/src/sys/kern/uipc_usrreq.c:3215:22: note: 'm' was declared here 3215 | struct mbuf *m; | ^ In function 'unp_dispose', inlined from 'uipc_shutdown' at /workspace/src/sys/kern/uipc_usrreq.c:1718:3: /workspace/src/sys/kern/uipc_usrreq.c:3285:17: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized] 3285 | m_freemp(m); | ^~~~~~~~~~~ /workspace/src/sys/kern/uipc_usrreq.c: In function 'uipc_shutdown': /workspace/src/sys/kern/uipc_usrreq.c:3215:22: note: 'm' was declared here 3215 | struct mbuf *m; | ^ --- modules-all --- ctfconvert -L VERSION -g zfs_comutil.o --- vfs_cache.o --- In file included from /workspace/src/sys/kern/vfs_cache.c:51: /workspace/src/sys/sys/mount.h: In function 'cache_fplookup_climb_mount': /workspace/src/sys/sys/mount.h:1165:36: warning: 'prev_mpcpu' may be used uninitialized [-Wmaybe-uninitialized] 1165 | _mpcpu->mntp_thread_in_ops = 0; \ | ^ /workspace/src/sys/kern/vfs_cache.c:5610:36: note: 'prev_mpcpu' was declared here 5610 | struct mount_pcpu *mpcpu, *prev_mpcpu; | ^~~~~~~~~~ --- modules-all --- --- zio_crypt.o --- cc1: all warnings being treated as errors 308.01 real 924.18 user 49.90 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins717464717207560147.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail address