FreeBSD-stable-15-amd64-gcc14_build - Build #183 - Still Failing
Date: Wed, 05 Nov 2025 21:21:08 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #183 (0a45aa9e954acc75484d59ad42ee440aa7f034c7) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/183/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/183/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/183/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)
0a45aa9e954acc75484d59ad42ee440aa7f034c7 by emaste:
openssh: Handle localtime_r() failure by return "UNKNOWN-TIME"
The end of the build log:
[...truncated 145.75 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: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_vnops_os.o ---
In file included 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/zfs_vnops_os.c:34:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c: In function 'zfs_freebsd_readlink':
/workspace/src/sys/sys/systm.h:283:33: warning: 'base' may be used uninitialized [-Wmaybe-uninitialized]
283 | #define memcpy(to, from, len) __builtin_memcpy((to), (from), (len))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:5622:17: note: in expansion of macro 'memcpy'
5622 | memcpy(symlink, base, symlink_len);
| ^~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:5602:25: note: 'base' was declared here
5602 | char *symlink, *base;
| ^~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:5619:21: warning: 'symlink_len' may be used uninitialized [-Wmaybe-uninitialized]
5619 | symlink_len -= zfs_uio_resid(&uio);
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:5603:16: note: 'symlink_len' was declared here
5603 | size_t symlink_len;
| ^~~~~~~~~~~
--- route_ctl.o ---
ctfconvert -L VERSION -g route_ctl.o
--- route_helpers.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.route_helpers.o -MTroute_helpers.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/net/route/route_helpers.c
--- modules-all ---
--- zfs_acl.o ---
In function 'zfs_acl_inherit',
inlined from 'zfs_acl_ids_create' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c:1715:22:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c:1504:35: warning: 'paclp' may be used uninitialized [-Wmaybe-uninitialized]
1504 | aclp = zfs_acl_alloc(paclp->z_version);
| ~~~~~^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c: In function 'zfs_acl_ids_create':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c:1625:26: note: 'paclp' was declared here
1625 | zfs_acl_t *paclp;
| ^~~~~
--- zio_crypt.o ---
cc1: all warnings being treated as errors
496.86 real 1658.87 user 65.08 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/jenkins8333547696494761457.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