Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2025 22:50:42 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-15-amd64-gcc14_build - Build #184 - Still Failing
Message-ID:  <1378371744.249.1762383046821@jenkins.ci.freebsd.org>
In-Reply-To: <1124364747.235.1762377672079@jenkins.ci.freebsd.org>
References:  <1124364747.235.1762377672079@jenkins.ci.freebsd.org>

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

FreeBSD-stable-15-amd64-gcc14_build - Build #184 (0a45aa9e954acc75484d59ad4=
2ee440aa7f034c7) - Still Failing

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

No changes


The end of the build log:

[...truncated 143.83 MiB...]
/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':
--- zfeature_common.o ---
--- zio_crypt.o ---
/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)
      |                           ^
--- 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--- zio_crypt.o ---
/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]
--- zfeature_common.o ---
/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/wo=
rkspace/src/sys=3D/usr/src/sys -ffile-prefix-map=3D/tmp/obj/workspace/src/a=
md64.amd64/sys/GENERIC=3D/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-pr=
efix-map=3D/tmp/obj/workspace/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 -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include=
 -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -fdebug-prefix-map=
=3D./i386=3D/usr/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/=
sys/GENERIC    -MD  -MF.depend.zfeature_common.o -MTzfeature_common.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno---- zio_crypt.o ---
  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':
--- zfeature_common.o ---
pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdi=
agnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -W=
no-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-err=
or=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon=
null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger=
-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling=
-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length  =
 -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000 -Wno-pointer-to-int-cast  -std=3Dgnu17 -i=
nclude /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -inclu=
de /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h=
 -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/sr=
c/sys/contrib/openzfs/module/zcommon/zfeature_common.c -o zfeature_common.o
--- zio_crypt.o ---
/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)];
      |                 ^~~~~~~~~~
--- 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 uninitia=
lized [-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:562=
2: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:560=
2:25: note: 'base' was declared here
 5602 |         char *symlink, *base;
      |                         ^~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:561=
9:21: warning: 'symlink_len' may be used uninitialized [-Wmaybe-uninitializ=
ed]
 5619 |         symlink_len -=3D zfs_uio_resid(&uio);
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:560=
3:16: note: 'symlink_len' was declared here
 5603 |         size_t symlink_len;
      |                ^~~~~~~~~~~
--- zfs_vfsops.o ---
ctfconvert -L VERSION -g zfs_vfsops.o
--- e1000_base.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.=
depend.e1000_base.o -MTe1000_base.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/workspace/src/amd64.amd64/tmp=3D/sysroot -fdebug-prefix-map=3D./machin=
e=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x8=
6/include -fdebug-prefix-map=3D./i386=3D/usr/src/sys/i386/include -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wst=
rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -W=
no-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -=
fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress=
 -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-=
error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-er=
ror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3D=
nonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-erro=
r=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fu=
nction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-err=
or=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-large=
r-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-danglin=
g-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length =
  -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --=
param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror /w=
orkspace/src/sys/dev/e1000/e1000_base.c -I/workspace/src/sys/dev/e1000
--- modules-all ---
--- zfeature_common.o ---
ctfconvert -L VERSION -g zfeature_common.o
--- zio_crypt.o ---
cc1: all warnings being treated as errors
--- zfs_comutil.o ---
      689.19 real       740.22 user        33.81 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/jenkins17306762381=
271448043.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_248_1476731672.1762383042774--



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