FreeBSD-main-amd64-gcc13_build - Build #1921 - Still Failing
Date: Fri, 11 Oct 2024 22:12:03 UTC
FreeBSD-main-amd64-gcc13_build - Build #1921 (818c7b769a4f7d3c8fecc4cf491f4e22ef816eba) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1921/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1921/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1921/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) c008b8f585b62bb93271500f3307383731661d6e by emaste: git-arc: minor manpage edits 6cde8f3ef7cd060be39d78055eaf982b06b19a3b by imp: lpd: Tighten permissions on /var/run/printer 818c7b769a4f7d3c8fecc4cf491f4e22ef816eba by imp: uncompress: Avoid reading an extra byte The end of the build log: [...truncated 136.08 MiB...] --- kern_environment.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -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_environment.o -MTkern_environment.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/kern_environment.c --- kern_descrip.o --- /workspace/src/sys/kern/kern_descrip.c: In function 'close_range_cloexec': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:1423:15: note: in expansion of macro 'atomic_load_ptr' 1423 | fdt = atomic_load_ptr(&fdp->fd_files); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'close_range_impl': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:1449:15: note: in expansion of macro 'atomic_load_ptr' 1449 | fdt = atomic_load_ptr(&fdp->fd_files); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:1466:31: note: in expansion of macro 'atomic_load_ptr' 1466 | fdt = atomic_load_ptr(&fdp->fd_files); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'fdhold': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct filedesc **' to 'struct filedesc * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:2290:15: note: in expansion of macro 'atomic_load_ptr' 2290 | fdp = atomic_load_ptr(&p->p_fd); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pdhold': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwddesc **' to 'struct pwddesc * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:2302:15: note: in expansion of macro 'atomic_load_ptr' 2302 | pdp = atomic_load_ptr(&p->p_pd); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pddrop': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:2334:15: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 2334 | pwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /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:2600:9: note: in expansion of macro 'atomic_store_ptr' 2600 | 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:2623:9: note: in expansion of macro 'atomic_store_ptr' 2623 | atomic_store_ptr(&p->p_pd, NULL); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'fget_unlocked_seq': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:3207:31: note: in expansion of macro 'atomic_load_ptr' 3207 | fdt = atomic_load_ptr(&fdp->fd_files); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:3214:31: note: in expansion of macro 'atomic_load_ptr' 3214 | fdt = atomic_load_ptr(&fdp->fd_files); | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/kern/kern_descrip.c:3218:31: note: in expansion of macro 'atomic_load_ptr' 3218 | fdt = atomic_load_ptr(&fdp->fd_files); | ^~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_hold_pwddesc': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:3896:15: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 3896 | pwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_chroot': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4001:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4001 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_chdir': --- modules-all --- --- uconv.o --- ctfconvert -L VERSION -g uconv.o --- kern_descrip.o --- /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4042:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4042 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_altroot': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4062:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4062 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_chroot_chdir': --- modules-all --- --- u8_textprep.o --- --- kern_descrip.o --- /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4100:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4100 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_ensure_dirs': --- modules-all --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -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 --- kern_descrip.o --- /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4134:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4134 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4144:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4144 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'pwd_set_rootvnode': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4173:18: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4173 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'mountcheckdirs': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4211:26: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4211 | oldpwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c: In function 'kern_proc_cwd_out': /workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all intermediate pointers in cast from 'struct pwd **' to 'struct pwd * volatile*' must be 'const' qualified [-Wcast-qual] 127 | #define atomic_load_ptr(p) (*(volatile __typeof(*p) *)(p)) | ^ /workspace/src/sys/sys/smr_types.h:73:31: note: in expansion of macro 'atomic_load_ptr' 73 | (__typeof((p)->__ptr))atomic_load_ptr(&(p)->__ptr); \ | ^~~~~~~~~~~~~~~ /workspace/src/sys/sys/filedesc.h:171:16: note: in expansion of macro 'smr_serialized_load' 171 | _pwd = smr_serialized_load(&(_pdp)->pd_pwd, \ | ^~~~~~~~~~~~~~~~~~~ /workspace/src/sys/kern/kern_descrip.c:4975:15: note: in expansion of macro 'PWDDESC_XLOCKED_LOAD_PWD' 4975 | pwd = PWDDESC_XLOCKED_LOAD_PWD(pdp); | ^~~~~~~~~~~~~~~~~~~~~~~~ --- kern_devctl.o --- ctfconvert -L VERSION -g kern_devctl.o --- kern_et.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -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_et.o -MTkern_et.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/kern_et.c ctfconvert -L VERSION -g kern_et.o --- kern_event.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2 -pipe -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_event.o -MTkern_event.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/kern_event.c --- modules-all --- --- zio_crypt.o --- cc1: all warnings being treated as errors 304.98 real 836.48 user 44.88 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins4261710000642980600.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc13_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail address