Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2024 06:08:22 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        bz@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #2023 - Still Failing
Message-ID:  <323670482.2765.1729663705570@jenkins.ci.freebsd.org>
In-Reply-To: <699293783.2753.1729655319398@jenkins.ci.freebsd.org>
References:  <699293783.2753.1729655319398@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #2023 (5c92f84bb607c692ce4fa762a7a3c=
4b86a2fa281) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil=
d/2023/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/=
2023/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2=
023/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)

5c92f84bb607c692ce4fa762a7a3c4b86a2fa281 by bz:
LinuxKPI: update rcu_dereference_*() and lockdep_is_held()



The end of the build log:

[...truncated 136.11 MiB...]
    inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/=
openzfs/module/os/freebsd/zfs/zio_crypt.c:1114:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:970: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]
  970 |         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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1114:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:970: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]
  970 |         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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1114:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971: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]
  971 |         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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:965: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]
  965 |                 adnp->dn_datablkszsec =3D BSWAP_16(adnp->dn_datablk=
szsec);
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6=
2:27: note: in definition of macro 'BSWAP_8'
   62 | #define BSWAP_8(x)      ((x) & 0xff)
      |                           ^
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:965:41=
: note: in expansion of macro 'BSWAP_16'
  965 |                 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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:965: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]
  965 |                 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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966: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]
  966 |                 adnp->dn_bonuslen =3D BSWAP_16(adnp->dn_bonuslen);
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6=
2:27: note: in definition of macro 'BSWAP_8'
   62 | #define BSWAP_8(x)      ((x) & 0xff)
      |                           ^
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966:37=
: note: in expansion of macro 'BSWAP_16'
  966 |                 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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:966: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]
  966 |                 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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122: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_maxblkid =3D BSWAP_64(adnp->dn_maxblkid);
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6=
2:27: note: in definition of macro 'BSWAP_8'
   62 | #define BSWAP_8(x)      ((x) & 0xff)
      |                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:6=
4:27: note: in expansion of macro 'BSWAP_16'
   64 | #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=
5:27: note: in expansion of macro 'BSWAP_32'
   65 | #define BSWAP_64(x)     ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
      |                           ^~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:967:37=
: note: in expansion of macro 'BSWAP_64'
  967 |                 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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122: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_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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:970: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]
  970 |         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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:970: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]
  970 |         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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         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:1122:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971: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]
  971 |         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:959:17=
: note: object 'tmp_dncore' of size 64
  959 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
--- g_label_flashmap.o ---
ctfconvert -L VERSION -g g_label_flashmap.o
--- g_label.o ---
ctfconvert -L VERSION -g g_label.o
--- g_label_iso9660.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_iso9660.o -MTg_label_iso9660.o -fdebug-prefix-map=3D./machi=
ne=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspa=
ce/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i38=
6/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -=
fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd=
warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas=
t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi=
ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn=
o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da=
rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu=
m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat=
ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc=
e-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-aligned -Wno-address-of-packed-member -Wno=
-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon=
null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo=
rmat-zero-length   -fms-extensions -finline-limit=3D8000 --param inline-uni=
t-growth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=
=3Dgnu99 -Werror /workspace/src/sys/geom/label/g_label_iso9660.c
--- g_label_msdosfs.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_msdosfs.o -MTg_label_msdosfs.o -fdebug-prefix-map=3D./machi=
ne=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspa=
ce/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i38=
6/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -=
fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gd=
warf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas=
t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi=
ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wn=
o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da=
rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu=
m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat=
ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc=
e-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-aligned -Wno-address-of-packed-member -Wno=
-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon=
null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo=
rmat-zero-length   -fms-extensions -finline-limit=3D8000 --param inline-uni=
t-growth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=
=3Dgnu99 -Werror /workspace/src/sys/geom/label/g_label_msdosfs.c
--- tmpfs_subr.o ---
ctfconvert -L VERSION -g tmpfs_subr.o
--- g_label_iso9660.o ---
ctfconvert -L VERSION -g g_label_iso9660.o
--- g_label_ntfs.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_ntfs.o -MTg_label_ntfs.o -fdebug-prefix-map=3D./machine=3D/=
workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src=
/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/incl=
ude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-as=
ynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4=
 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual=
 -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc=
lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-erro=
r=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-b=
ounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-comp=
are -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -W=
no-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poin=
t -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu9=
9 -Werror /workspace/src/sys/geom/label/g_label_ntfs.c
--- nfs_nfsdstate.o ---
ctfconvert -L VERSION -g nfs_nfsdstate.o
--- g_label_ufs.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_ufs.o -MTg_label_ufs.o -fdebug-prefix-map=3D./machine=3D/wo=
rkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/s=
ys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/includ=
e -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asyn=
chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-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-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu9=
9 -Werror /workspace/src/sys/geom/label/g_label_ufs.c
--- modules-all ---
--- zfs_vnops_os.o ---
In function 'zfs_readdir',
    inlined from 'zfs_freebsd_readdir' at /workspace/src/sys/contrib/openzf=
s/module/os/freebsd/zfs/zfs_vnops_os.c:4638:10:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:179=
2:27: warning: 'ncooks' may be used uninitialized [-Wmaybe-uninitialized]
 1792 |                 *ncookies -=3D ncooks;
      |                           ^~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c: In=
 function 'zfs_freebsd_readdir':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:159=
6:25: note: 'ncooks' was declared here
 1596 |         int             ncooks;
      |                         ^~~~~~
--- g_label_ntfs.o ---
ctfconvert -L VERSION -g g_label_ntfs.o
--- g_label_gpt.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_gpt.o -MTg_label_gpt.o -fdebug-prefix-map=3D./machine=3D/wo=
rkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/s=
ys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/includ=
e -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asyn=
chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -=
Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -=
Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu=
de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-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-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-gro=
wth=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu9=
9 -Werror /workspace/src/sys/geom/label/g_label_gpt.c
--- g_label_disk_ident.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_disk_ident.o -MTg_label_disk_ident.o -fdebug-prefix-map=3D.=
/machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/w=
orkspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/s=
ys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-fl=
oat  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protect=
or -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith=
 -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -=
Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswit=
ch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-err=
or=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=
=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in=
dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds=
equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe=
r -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   -fms-extensions -finline-limit=3D8000 --param inli=
ne-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensions  =
-std=3Dgnu99 -Werror /workspace/src/sys/geom/label/g_label_disk_ident.c
--- g_label_msdosfs.o ---
ctfconvert -L VERSION -g g_label_msdosfs.o
--- g_label_swaplinux.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_label_swaplinux.o -MTg_label_swaplinux.o -fdebug-prefix-map=3D./m=
achine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/wor=
kspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys=
/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-floa=
t  -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__=3D__freebsd_kprintf__ -Wm=
issing-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-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in=
dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds=
equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe=
r -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   -fms-extensions -finline-limit=3D8000 --param inli=
ne-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensions  =
-std=3Dgnu99 -Werror /workspace/src/sys/geom/label/g_label_swaplinux.c
--- g_label_ufs.o ---
ctfconvert -L VERSION -g g_label_ufs.o
--- g_part.o ---
--- modules-all ---
--- zfs_vfsops.o ---
ctfconvert -L VERSION -g zfs_vfsops.o
--- g_part.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_part.o -MTg_part.o -fdebug-prefix-map=3D./machine=3D/workspace/sr=
c/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/inc=
lude -fdebug-prefix-map=3D./i386=3D/workspace/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 -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f=
diagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress =
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-e=
rror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-err=
or=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dn=
onnull-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  =
 -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /wo=
rkspace/src/sys/geom/part/g_part.c
--- nfs_nfsdport.o ---
ctfconvert -L VERSION -g nfs_nfsdport.o
--- g_label_gpt.o ---
ctfconvert -L VERSION -g g_label_gpt.o
--- g_part_if.o ---
--- g_label_swaplinux.o ---
ctfconvert -L VERSION -g g_label_swaplinux.o
--- g_part_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/geom/part=
/g_part_if.m -c ;  /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroo=
t=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-free=
bsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nost=
dinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/w=
orkspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc=
lude opt_global.h -fno-common    -fno-omit-frame-pointer -mno-omit-leaf-fra=
me-pointer -MD  -MF.depend.g_part_if.o -MTg_part_if.o -fdebug-prefix-map=3D=
./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/=
workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/=
sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-f=
loat  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protec=
tor -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit=
h -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ =
-Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswi=
tch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-er=
ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-erro=
r=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-i=
ndentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3D=
sequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compar=
e -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3D=
memset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-memb=
er -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-erro=
r=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type =
-Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --param inl=
ine-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensions =
 -std=3Dgnu99 -Werror g_part_if.c
--- g_part_bsd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_part_bsd.o -MTg_part_bsd.o -fdebug-prefix-map=3D./machine=3D/work=
space/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys=
/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/geom/part/g_part_bsd.c
--- g_label_disk_ident.o ---
ctfconvert -L VERSION -g g_label_disk_ident.o
--- g_part_ebr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_part_ebr.o -MTg_part_ebr.o -fdebug-prefix-map=3D./machine=3D/work=
space/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys=
/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/geom/part/g_part_ebr.c
--- modules-all ---
--- zvol_os.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -DBITS_PER_LONG=3D6=
4  -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/wor=
kspace/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/GENE=
RIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/i=
nclude -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer =
-fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-p=
refix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i=
386=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/=
sys/GENERIC     -MD  -MF.depend.zvol_os.o -MTzvol_os.o -mcmodel=3Dkernel -m=
no-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables=
 -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototyp=
es -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-si=
gn -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=3Datt=
ributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe=
-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-com=
pare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-o=
verflow -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-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 --param large=
-function-growth=3D1000 -Wno-pointer-to-int-cast  -std=3Dgnu99 -include /wo=
rkspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /worksp=
ace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include =
/workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/cont=
rib/openzfs/module/os/freebsd/zfs/zvol_os.c -o zvol_os.o
--- g_part_if.o ---
ctfconvert -L VERSION -g g_part_if.o
--- g_part_gpt.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_part_gpt.o -MTg_part_gpt.o -fdebug-prefix-map=3D./machine=3D/work=
space/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys=
/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/geom/part/g_part_gpt.c
--- modules-all ---
--- zio_crypt.o ---
In file included from /workspace/src/sys/contrib/openzfs/include/os/freebsd=
/spl/sys/sunddi.h:28,
                 from /workspace/src/sys/contrib/openzfs/include/sys/zfs_co=
ntext.h:69:
In function 'zfs_uio_init',
    inlined from 'zio_do_crypt_data' at /workspace/src/sys/contrib/openzfs/=
module/os/freebsd/zfs/zio_crypt.c:1690:2:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h:102:45:=
 error: 'puio_s.uio_offset' is used uninitialized [-Werror=3Duninitialized]
  102 |                 zfs_uio_soffset(uio) =3D uio_s->uio_offset;
      |                                        ~~~~~^~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu=
nction 'zio_do_crypt_data':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1683:2=
0: note: 'puio_s' declared here
 1683 |         struct uio puio_s, cuio_s;
      |                    ^~~~~~
In function 'zfs_uio_init',
    inlined from 'zio_do_crypt_data' at /workspace/src/sys/contrib/openzfs/=
module/os/freebsd/zfs/zio_crypt.c:1691:2:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h:102:45:=
 error: 'cuio_s.uio_offset' is used uninitialized [-Werror=3Duninitialized]
  102 |                 zfs_uio_soffset(uio) =3D uio_s->uio_offset;
      |                                        ~~~~~^~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In fu=
nction 'zio_do_crypt_data':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1683:2=
8: note: 'cuio_s' declared here
 1683 |         struct uio puio_s, cuio_s;
      |                            ^~~~~~
--- g_part_mbr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_part_mbr.o -MTg_part_mbr.o -fdebug-prefix-map=3D./machine=3D/work=
space/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys=
/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/geom/part/g_part_mbr.c
--- g_part_bsd.o ---
ctfconvert -L VERSION -g g_part_bsd.o
--- g_raid.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_raid.o -MTg_raid.o -fdebug-prefix-map=3D./machine=3D/workspace/sr=
c/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/inc=
lude -fdebug-prefix-map=3D./i386=3D/workspace/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 -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f=
diagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress =
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-e=
rror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-err=
or=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dn=
onnull-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  =
 -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /wo=
rkspace/src/sys/geom/raid/g_raid.c
--- geom_subr.o ---
ctfconvert -L VERSION -g geom_subr.o
--- g_raid_ctl.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.g_raid_ctl.o -MTg_raid_ctl.o -fdebug-prefix-map=3D./machine=3D/work=
space/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys=
/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-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   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/geom/raid/g_raid_ctl.c
--- g_part_ebr.o ---
ctfconvert -L VERSION -g g_part_ebr.o
--- g_raid_md_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/geom/raid=
/g_raid_md_if.m -c ;  /usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sys=
root=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-f=
reebsd14.1/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -n=
ostdinc  -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.g_raid_md_if.o -MTg_raid_md_if.o -fdebug-pref=
ix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D=
./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/works=
pace/src/sys/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse=
 -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fsta=
ck-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoi=
nter-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_k=
printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag=
mas -Wswitch -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual =
-Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmis=
leading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno=
-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautologic=
al-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno=
-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-pa=
cked-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D =
-Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-ret=
urn-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --=
param inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-ex=
tensions  -std=3Dgnu99 -Werror g_raid_md_if.c
--- modules-all ---
cc1: all warnings being treated as errors
--- zfs_znode_os.o ---
ctfconvert -L VERSION -g zfs_znode_os.o
      275.82 real       759.97 user        41.15 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-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins1756254942136184=
1998.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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_2764_632793444.1729663702347--



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