FreeBSD-stable-15-amd64-gcc14_build - Build #164 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Sun, 02 Nov 2025 03:53:15 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #164 (fe38c6769b190726cdb0f59e993cc91009524623) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/164/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/164/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/164/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)

3beb8ebbede72019b5c806a968024eb6b697811b by gbe:
pfctl(8): Fix a typo in an error message

15bbcc7eae4f5fe6c145abaa1ecf0dd29aa4095b by gbe:
PCI_IOV_ADD_VF.9: Fix a typo in the manual page

76a2c2cc7cdfa7e967d3473bd8a7760cbb5f5a99 by gbe:
pci.9: Fix a typo in the manual page

3a167f2a3aeb69d9d4b271863d28bbf195af313c by gbe:
gone_in.9: Fix a typo in the manual page

35aed6e57be11aa8b3eaeb15cdcf955da1d3f9e2 by gbe:
crypto_request.9: Fix a typo in the manual page

49ab7e142e1cabd0c7e80268aff22da037044ee9 by gbe:
bus_dma.9: Fix two typos in the manual page

a057bb52515d651f9674387aa94ddc31e9ae14b3 by gbe:
ofw_bus_is_compatible.9: Fix a typo in the manual page

44d3b419545e5985404ed4c71fbb391832e1f334 by gbe:
nvmem.9: Fix multiple typos in the manual page

b4c22b531730e6a26718ea0f89af7434c287e57e by gbe:
seqc.9: Fix a typo in the manual page

cb119f9102ca4042c9012cb1002cd18b3db57472 by gbe:
bhnd.9: Fix a typo in the manual page

185b9f950783cd280b5e258ff1d452bbe9251ac8 by gbe:
domain.9: Fix a typo in the manual page

4e53ef422ca3fd7731e60c7d35ccecb31d45bcf6 by gbe:
style.9: Fix two typos in the manual page

42fbea96018cc76c83dc3d4f9548d034206eda63 by gbe:
efirt.9: Fix a typo in the manual page

9207214d8623de51448c1d2920636910ceb7f525 by gbe:
refcount.9: Fix a typo in the manual page

a8d6cbbd422f7f2b62f6455d976a1d09d3841e2a by gbe:
copy.9: Fix a typo in the manual page

1e949399684da436b5b31f253ed2f388b1c9cd40 by gbe:
atomic.9: Fix a typo in the manual page

f3765c4c0557c4d533a3ce3e278b5a8f32a8a2eb by gbe:
ifnet.9: Fix a typo in the manual page

fe38c6769b190726cdb0f59e993cc91009524623 by gbe:
vn_fullpath.9: Fix two typos in the manual page



The end of the build log:

[...truncated 145.66 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 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)];
      |                 ^~~~~~~~~~
--- sys_process.o ---
ctfconvert -L VERSION -g sys_process.o
--- sys_socket.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.sys_socket.o -MTsys_socket.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/kern/sys_socket.c
--- modules-all ---
--- all_subdir_usb ---
--- usb_template.o ---
ctfconvert -L VERSION -g usb_template.o
--- usb_template.ko.full ---
/usr/local/x86_64-unknown-freebsd14.3/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o usb_template.ko.full usb_template.o usb_template_audio.o usb_template_cdce.o usb_template_kbd.o usb_template_modem.o usb_template_mouse.o usb_template_msc.o usb_template_mtp.o usb_template_phone.o usb_template_serialnet.o usb_template_midi.o usb_template_multi.o usb_template_cdceem.o 
ctfmerge -L VERSION -g -o usb_template.ko.full usb_template.o usb_template_audio.o usb_template_cdce.o usb_template_kbd.o usb_template_modem.o usb_template_mouse.o usb_template_msc.o usb_template_mtp.o usb_template_phone.o usb_template_serialnet.o usb_template_midi.o usb_template_multi.o usb_template_cdceem.o 
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk usb_template.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy % usb_template.ko.full
--- usb_template.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug usb_template.ko.full usb_template.ko.debug
--- subr_unit.o ---
ctfconvert -L VERSION -g subr_unit.o
--- modules-all ---
--- usb_template.ko ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=usb_template.ko.debug  usb_template.ko.full usb_template.ko
--- sys_timerfd.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.sys_timerfd.o -MTsys_timerfd.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/kern/sys_timerfd.c
--- syscalls.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.syscalls.o -MTsyscalls.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/kern/syscalls.c--- modules-all ---
--- all_subdir_zfs ---
--- zfs_znode_os.o ---
ctfconvert -L VERSION -g zfs_znode_os.o
--- syscalls.o ---
ctfconvert -L VERSION -g syscalls.o
--- sysv_ipc.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.sysv_ipc.o -MTsysv_ipc.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/kern/sysv_ipc.c--- modules-all ---
--- u8_textprep.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.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=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/unicode/u8_textprep.c -o u8_textprep.o
--- sys_pipe.o ---
ctfconvert -L VERSION -g sys_pipe.o
--- sysv_msg.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.sysv_msg.o -MTsysv_msg.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/kern/sysv_msg.c--- subr_vmem.o ---
ctfconvert -L VERSION -g subr_vmem.o
--- sysv_sem.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.sysv_sem.o -MTsysv_sem.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/kern/sysv_sem.c--- sysv_ipc.o ---
ctfconvert -L VERSION -g sysv_ipc.o
--- sysv_shm.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.sysv_shm.o -MTsysv_shm.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/kern/sysv_shm.c--- sys_generic.o ---
ctfconvert -L VERSION -g sys_generic.o
--- tty.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.tty.o -MTtty.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/kern/tty.c
--- modules-all ---
--- zio_crypt.o ---
cc1: all warnings being treated as errors
      327.95 real      1022.23 user        51.63 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/jenkins14663236069785220746.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