Date: Thu, 6 Nov 2025 22:32:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ziaee@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc14_build - Build #195 - Still Failing Message-ID: <1423130479.417.1762468336859@jenkins.ci.freebsd.org> In-Reply-To: <1917529106.391.1762458281086@jenkins.ci.freebsd.org> References: <1917529106.391.1762458281086@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_416_1693803088.1762468332941 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-stable-15-amd64-gcc14_build - Build #195 (9a6e6e9edc7eee4aeeb2f9f0e= 7be12eee656efaf) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14= _build/195/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_b= uild/195/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_bu= ild/195/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) 9a6e6e9edc7eee4aeeb2f9f0e7be12eee656efaf by ziaee: sysrc.8: Rewrite examples for mdoc conformance The end of the build log: [...truncated 144.16 MiB...] 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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 966 | adnp->dn_datablkszsec =3D BSWAP_16(adnp->dn_datablk= szsec); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 967 | adnp->dn_bonuslen =3D BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6= 3: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 =3D BSWAP_16(adnp->dn_bonuslen); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 967 | adnp->dn_bonuslen =3D BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 968 | adnp->dn_maxblkid =3D BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6= 3: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:6= 5: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:6= 6: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 =3D BSWAP_64(adnp->dn_maxblkid); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 968 | adnp->dn_maxblkid =3D BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 971 | adnp->dn_flags &=3D DNODE_CRYPT_PORTABLE_FLAGS_MASK; | ~~~~^~~~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 971 | adnp->dn_flags &=3D DNODE_CRYPT_PORTABLE_FLAGS_MASK; /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 972 | adnp->dn_used =3D 0; | ~~~~~~~~~~~~~~^~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 966 | adnp->dn_datablkszsec =3D BSWAP_16(adnp->dn_datablk= szsec); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6= 3: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 =3D BSWAP_16(adnp->dn_datablk= szsec); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 966 | adnp->dn_datablkszsec =3D BSWAP_16(adnp->dn_datablk= szsec); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 967 | adnp->dn_bonuslen =3D BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6= 3: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 =3D BSWAP_16(adnp->dn_bonuslen); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 967 | adnp->dn_bonuslen =3D BSWAP_16(adnp->dn_bonuslen); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 968 | adnp->dn_maxblkid =3D BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6= 3: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:6= 5: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:6= 6: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 =3D BSWAP_64(adnp->dn_maxblkid); | ^~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 968 | adnp->dn_maxblkid =3D BSWAP_64(adnp->dn_maxblkid); /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 971 | adnp->dn_flags &=3D DNODE_CRYPT_PORTABLE_FLAGS_MASK; | ~~~~^~~~~~~~~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 971 | adnp->dn_flags &=3D DNODE_CRYPT_PORTABLE_FLAGS_MASK; /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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 par= tly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warra= y-bounds=3D] 972 | adnp->dn_used =3D 0; | ~~~~~~~~~~~~~~^~~ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu= nction '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)]; | ^~~~~~~~~~ --- if_em.o --- In function 'em_newitr', inlined from 'em_intr' at /workspace/src/sys/dev/e1000/if_em.c:1853:3: /workspace/src/sys/dev/e1000/if_em.c:1698:35: warning: 'packets' may be use= d uninitialized [-Wmaybe-uninitialized] 1698 | packets =3D lmax(packets, rxpackets); | ^~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/e1000/if_em.c: In function 'em_intr': /workspace/src/sys/dev/e1000/if_em.c:1656:48: note: 'packets' was declared = here 1656 | unsigned long bytes, bytes_per_packet, packets; | ^~~~~~~ --- modules-all --- --- zvol_os.o --- In file included from ./machine/atomic.h:73, from /workspace/src/sys/sys/systm.h:45, from /workspace/src/sys/contrib/openzfs/include/os/freebsd= /spl/sys/systm.h:34, from /workspace/src/sys/contrib/openzfs/include/os/freebsd= /spl/sys/param.h:40, from /workspace/src/sys/contrib/openzfs/module/os/freebsd/= zfs/zvol_os.c:55: /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c: In func= tion 'zvol_os_remove_minor': --- e1000_vf.o --- ctfconvert -L VERSION -g e1000_vf.o --- modules-all --- /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all inte= rmediate pointers in cast from 'void **' to 'void * volatile*' must be 'con= st' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) =3D = (v)) | ^ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c:1414:17:= note: in expansion of macro 'atomic_store_ptr' 1414 | atomic_store_ptr(&pp->private, NULL); | ^~~~~~~~~~~~~~~~ /workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all inte= rmediate pointers in cast from 'void **' to 'void * volatile*' must be 'con= st' qualified [-Wcast-qual] 128 | #define atomic_store_ptr(p, v) (*(volatile __typeof(*p) *)(p) =3D = (v)) | ^ /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c:1425:25:= note: in expansion of macro 'atomic_store_ptr' 1425 | atomic_store_ptr(&dev->si_drv2, NULL); | ^~~~~~~~~~~~~~~~ --- u8_textprep.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=3D/tmp/obj/worksp= ace/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 -DH= AVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DHAVE_VAES -DHAVE_= VPCLMULQDQ -DBITS_PER_LONG=3D64 -fno-strict-aliasing -Werror -D_KERNEL -DK= LD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/openzfs/includ= e -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/fre= ebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/worksp= ace/src/sys/modules/zfs -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/work= space/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=3D/workspace/src/sys=3D/usr= /src/sys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/zfs= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/zfs= -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fde= bug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map= =3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/= sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -= MF.depend.u8_textprep.o -MTu8_textprep.o -mcmodel=3Dkernel -mno-red-zone -m= no-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestandin= g -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf= __=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-l= oop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-er= ror=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized = -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error= =3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-er= ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring= op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W= no-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca= -larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length= -bounds -Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -f= ms-extensions --param inline-unit-growth=3D100 --param large-function-growt= h=3D1000 -Wno-pointer-to-int-cast -Wno-cast-qual -std=3Dgnu17 -include /wor= kspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspa= ce/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /= workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contr= ib/openzfs/module/unicode/u8_textprep.c -o u8_textprep.o --- if_em.o --- ctfconvert -L VERSION -g if_em.o --- modules-all --- --- 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=3D/tmp/obj/worksp= ace/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 -DH= AVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DHAVE_VAES -DHAVE_= VPCLMULQDQ -DBITS_PER_LONG=3D64 -fno-strict-aliasing -Werror -D_KERNEL -DK= LD_MODULE -DKLD_TIED -nostdinc -I/workspace/src/sys/contrib/openzfs/includ= e -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/fre= ebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/worksp= ace/src/sys/modules/zfs -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/work= space/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=3D/workspace/src/sys=3D/usr= /src/sys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/obj/wo= rkspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/zfs= =3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/zfs= -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fde= bug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map= =3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/usr/src/= sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -= MF.depend.zfeature_common.o -MTzfeature_common.o -mcmodel=3Dkernel -mno-red= -zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffre= estanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D= __printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-= option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggr= essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes= -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit= ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W= no-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow= -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error= =3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-a= ligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error= =3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze= ro-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit= =3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func= tion-growth=3D1000 -Wno-pointer-to-int-cast -std=3Dgnu17 -include /workspa= ce/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/s= rc/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /work= space/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/o= penzfs/module/zcommon/zfeature_common.c -o zfeature_common.o --- e1000_mbx.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=3D/tmp/obj/worksp= ace/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/worksp= ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co= ntrib/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.e1000_mbx.o -MTe1000_mbx.o -ffile-prefix-map=3D/workspace/src/sys=3D= /usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/sys/GEN= ERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/tmp/ob= j/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machine= =3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86= /include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -mcmodel= =3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-u= nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -W= no-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -= fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress= -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-= error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er= ror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3D= nonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-erro= r=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fu= nction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-err= or=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-large= r-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-danglin= g-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length = -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --= param large-function-growth=3D1000 -fms-extensions -std=3Dgnu17 -Werror /w= orkspace/src/sys/dev/e1000/e1000_mbx.c -I/workspace/src/sys/dev/e1000 --- 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 693.20 real 765.61 user 35.25 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/jenkins16665069447= 624861768.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 ------=_Part_416_1693803088.1762468332941--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1423130479.417.1762468336859>
