Date: Mon, 10 Nov 2025 17:20:40 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc14_build - Build #216 - Still Failing Message-ID: <339171849.947.1762795243617@jenkins.ci.freebsd.org> In-Reply-To: <1019314906.941.1762787719151@jenkins.ci.freebsd.org> References: <1019314906.941.1762787719151@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD-stable-15-amd64-gcc14_build - Build #216 (a4c1644adbdf25d1f8287d41ab36bd8d178584f3) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/216/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/216/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/216/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) a4c1644adbdf25d1f8287d41ab36bd8d178584f3 by jhb: ktrace: Only enable EXTERROR traces for 'x' The end of the build log: [...truncated 144.58 MiB...] /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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.nfs_fha_new.o -MTnfs_fha_new.o -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/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 -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/fs/nfsserver/nfs_fha_new.c --- modules-all --- /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1108:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:24: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 971 | adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1108:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:972:23: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 972 | adnp->dn_used = 0; | ~~~~~~~~~~~~~~^~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:54: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 966 | adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:63:27: note: in definition of macro 'BSWAP_8' 63 | #define BSWAP_8(x) ((x) & 0xff) | ^ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:41: note: in expansion of macro 'BSWAP_16' 966 | adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:39: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 966 | adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:50: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 967 | adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:63:27: note: in definition of macro 'BSWAP_8' 63 | #define BSWAP_8(x) ((x) & 0xff) | ^ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:37: note: in expansion of macro 'BSWAP_16' 967 | adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:35: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 967 | adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:50: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 968 | adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:63:27: note: in definition of macro 'BSWAP_8' 63 | #define BSWAP_8(x) ((x) & 0xff) | ^ /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:65:27: note: in expansion of macro 'BSWAP_16' 65 | #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:66:27: note: in expansion of macro 'BSWAP_32' 66 | #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32)) | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:37: note: in expansion of macro 'BSWAP_64' 968 | adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:35: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 968 | adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:13: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 971 | adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; | ~~~~^~~~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:24: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 971 | adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1115:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:972:23: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 972 | adnp->dn_used = 0; | ~~~~~~~~~~~~~~^~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:54: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 966 | adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:63:27: note: in definition of macro 'BSWAP_8' 63 | #define BSWAP_8(x) ((x) & 0xff) | ^ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:41: note: in expansion of macro 'BSWAP_16' 966 | adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:39: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 966 | adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:50: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 967 | adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:63:27: note: in definition of macro 'BSWAP_8' 63 | #define BSWAP_8(x) ((x) & 0xff) | ^ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:37: note: in expansion of macro 'BSWAP_16' 967 | adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:35: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 967 | adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:50: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 968 | adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:63:27: note: in definition of macro 'BSWAP_8' 63 | #define BSWAP_8(x) ((x) & 0xff) | ^ /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:65:27: note: in expansion of macro 'BSWAP_16' 65 | #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:66:27: note: in expansion of macro 'BSWAP_32' 66 | #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32)) | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:37: note: in expansion of macro 'BSWAP_64' 968 | adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:35: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 968 | adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:13: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 971 | adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; | ~~~~^~~~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:24: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 971 | adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ In function 'zio_crypt_do_dnode_hmac_updates', inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:972:23: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=] 972 | adnp->dn_used = 0; | ~~~~~~~~~~~~~~^~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs': /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64 960 | uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; | ^~~~~~~~~~ --- zfs_znode_os.o --- ctfconvert -L VERSION -g zfs_znode_os.o --- zfeature_common.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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 -DHAVE_VAES -DHAVE_VPCLMULQDQ -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 -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/zfs=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/zfs -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.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=gnu17 -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 --- nfs_fha_new.o --- ctfconvert -L VERSION -g nfs_fha_new.o --- nfs_nfsdsocket.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/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.nfs_nfsdsocket.o -MTnfs_nfsdsocket.o -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/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 -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/fs/nfsserver/nfs_nfsdsocket.c --- modules-all --- --- zio_crypt.o --- cc1: all warnings being treated as errors *** [zio_crypt.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/zfs 446.91 real 1172.36 user 44.98 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-stable-15-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins5935304209006261012.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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 address
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?339171849.947.1762795243617>
