Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2025 04:18:19 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        rmacklem@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-15-amd64-gcc14_build - Build #180 - Still Failing
Message-ID:  <1186795498.151.1762316303677@jenkins.ci.freebsd.org>
In-Reply-To: <3548655.113.1762294423803@jenkins.ci.freebsd.org>
References:  <3548655.113.1762294423803@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_150_430612249.1762316299735
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-stable-15-amd64-gcc14_build - Build #180 (3a64c667f16fbc3c1cedee081=
de895aa911be523) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14=
_build/180/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_b=
uild/180/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_bu=
ild/180/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)

3a64c667f16fbc3c1cedee081de895aa911be523 by rmacklem:
nfs: Add support for the NFSv4 archive attribute



The end of the build log:

[...truncated 147.15 MiB...]
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17=
: note: object 'tmp_dncore' of size 64
  960 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
In function 'zio_crypt_do_dnode_hmac_updates',
    inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/=
openzfs/module/os/freebsd/zfs/zio_crypt.c:1108:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:24=
: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is 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:1108:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:972:23=
: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is 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: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 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: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)];
      |                 ^~~~~~~~~~
--- device_pager.o ---
ctfconvert -L VERSION -g device_pager.o
--- uma_dbg.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.uma_dbg.o -MTuma_dbg.o -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/tmp=3D/sysroot -fdebug-prefix-map=3D./machine=3D/us=
r/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/inclu=
de -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -mcmodel=3Dkerne=
l -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-ta=
bles -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-pro=
totypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-point=
er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnos=
tics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-er=
ror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dma=
ybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-=
compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshif=
t-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -=
Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpac=
ked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -=
Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointe=
r -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-e=
xtensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --param la=
rge-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror /workspace=
/src/sys/vm/uma_dbg.c
--- modules-all ---
--- zfs_znode_os.o ---
ctfconvert -L VERSION -g zfs_znode_os.o
--- uma_dbg.o ---
ctfconvert -L VERSION -g uma_dbg.o
--- vm_domainset.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.vm_domainset.o -MTvm_domainset.o -ffile-prefix-map=3D/workspace/src/=
sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=3D/=
tmp/obj/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./mac=
hine=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 -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -W=
strict-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=3Daddre=
ss -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=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-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/vm/vm_domainset.c
--- modules-all ---
--- 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
--- zio_crypt.o ---
cc1: all warnings being treated as errors
      547.95 real      2105.43 user        92.78 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/jenkins52668612519=
76430416.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_150_430612249.1762316299735--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1186795498.151.1762316303677>