FreeBSD-main-amd64-gcc12_build - Build #3599 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 16:27:40 UTC
FreeBSD-main-amd64-gcc12_build - Build #3599 (29dc9349149657d6f00f1f5fc3ade589525e0d38) - Failure

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3599/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3599/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3599/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)

767b37019f1aac5d958e3b38ceecd292537df94f by behlendorf1:
linux/zvol_os: tidy and document queue limit/config setup

e95b732e4997cf7ca9c4ba1c4f2fc2e64151dae7 by behlendorf1:
Linux 6.11: enable queue flush through queue limits

7e98d30f467233b5b07e03de6942e045cf33ee9b by behlendorf1:
Linux 6.11: get backing_dev_info through queue gendisk

22619523f6e5d66aad92d6c443976f9d29bd039f by behlendorf1:
Linux 6.11: first arg to proc_handler is now const

0b741a03513553550e189d7337fb2ee6828c704c by behlendorf1:
Linux 6.11: IO stats is now a queue feature flag

f5236fe47ac0d4be84089651a19a2f5b713f9798 by behlendorf1:
Linux 6.11: add more queue_limit fields with removed setters

3abffc8781ddd8a49434ec6cadf10c68bb699533 by behlendorf1:
Linux 6.11: add compat macro for page_mapping()

2633075e0905bbe4989a469c7d5892f2cf1108be by behlendorf1:
Linux 6.11: avoid passing "end" sentinel to register_sysctl()

d06de4f007947a9bc73f5796dd57a70ede3a525f by noreply:
ZTS: Use /dev/urandom instead of /dev/random

244ea5c4881f92a9d7c1fb341a49b127fda7539d by noreply:
Add missing kstats to dataset kstats

d2ccc2155217bfdd7e19db4480d981a8f3fad46f by noreply:
Fix projid accounting for xattr objects



The end of the build log:

[...truncated 136.16 MiB...]
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:61:9: note: in expansion of macro 'WRITE_ONCE'
   61 |         WRITE_ONCE(h->first, n);
      |         ^~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_del':
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:68:9: note: in expansion of macro 'WRITE_ONCE'
   68 |         WRITE_ONCE(*(n->pprev), n->next);
      |         ^~~~~~~~~~
--- if_bce.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.if_bce.o -MTif_bce.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror /workspace/src/sys/dev/bce/if_bce.c
--- modules-all ---
--- dsl_bookmark.o ---
In file included from /workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/types.h:34,
                 from /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/types.h:51,
                 from /workspace/src/sys/contrib/openzfs/include/sys/zfs_context.h:44,
                 from /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:22:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_add_head':
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:61:9: note: in expansion of macro 'WRITE_ONCE'
   61 |         WRITE_ONCE(h->first, n);
      |         ^~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_del':
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:68:9: note: in expansion of macro 'WRITE_ONCE'
   68 |         WRITE_ONCE(*(n->pprev), n->next);
      |         ^~~~~~~~~~
--- dnode_sync.o ---
ctfconvert -L VERSION -g dnode_sync.o
--- dmu_objset.o ---
ctfconvert -L VERSION -g dmu_objset.o
--- dsl_dir.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.dsl_dir.o -MTdsl_dir.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -Wno-pointer-to-int-cast -Wno-cast-qual -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/zfs/dsl_dir.c -o dsl_dir.o
--- dsl_bookmark.o ---
In function 'dsl_redaction_list_long_hold',
    inlined from 'dsl_bookmark_create_sync_impl_snap' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:484:3,
    inlined from 'dsl_bookmark_create_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:614:4:
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:1225:16: warning: 'local_rl' may be used uninitialized [-Wmaybe-uninitialized]
 1225 |         (void) zfs_refcount_add(&rl->rl_longholds, tag);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c: In function 'dsl_bookmark_create_sync':
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:462:35: note: 'local_rl' was declared here
  462 |                 redaction_list_t *local_rl;
      |                                   ^~~~~~~~
In function 'dsl_bookmark_create_sync_impl_book',
    inlined from 'dsl_bookmark_create_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:617:4:
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:590:9: warning: 'new_shortname' may be used uninitialized [-Wmaybe-uninitialized]
  590 |         spa_history_log_internal_ds(bmark_fs_source, "bookmark", tx,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  591 |             "name=%s creation_txg=%llu source_guid=%llu",
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  592 |             new_shortname, (longlong_t)new_dbn->dbn_phys.zbm_creation_txg,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  593 |             (longlong_t)source_phys.zbm_guid);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c: In function 'dsl_bookmark_create_sync':
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:537:34: note: 'new_shortname' was declared here
  537 |         char *source_shortname, *new_shortname;
      |                                  ^~~~~~~~~~~~~
In function 'dsl_bookmark_lookup_impl',
    inlined from 'dsl_bookmark_create_sync_impl_book' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:564:2,
    inlined from 'dsl_bookmark_create_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:617:4:
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:88:15: warning: 'source_shortname' may be used uninitialized [-Wmaybe-uninitialized]
   88 |         err = zap_lookup_norm(mos, bmark_zapobj, shortname, sizeof (uint64_t),
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |             sizeof (*bmark_phys) / sizeof (uint64_t), bmark_phys, mt, NULL, 0,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   90 |             NULL);
      |             ~~~~~
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c: In function 'dsl_bookmark_create_sync':
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:537:15: note: 'source_shortname' was declared here
  537 |         char *source_shortname, *new_shortname;
      |               ^~~~~~~~~~~~~~~~
In function 'dsl_bookmark_create_sync_impl_snap',
    inlined from 'dsl_bookmark_create_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:614:4:
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:520:9: warning: 'shortname' may be used uninitialized [-Wmaybe-uninitialized]
  520 |         spa_history_log_internal_ds(bmark_fs, "bookmark", tx,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  521 |             "name=%s creation_txg=%llu target_snap=%llu redact_obj=%llu",
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  522 |             shortname, (longlong_t)dbn->dbn_phys.zbm_creation_txg,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  523 |             (longlong_t)snapds->ds_object,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |             (longlong_t)dbn->dbn_phys.zbm_redaction_obj);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c: In function 'dsl_bookmark_create_sync':
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:447:15: note: 'shortname' was declared here
  447 |         char *shortname;
      |               ^~~~~~~~~
--- dsl_crypt.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.dsl_crypt.o -MTdsl_crypt.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -Wno-pointer-to-int-cast  -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/zfs/dsl_crypt.c -o dsl_crypt.o
--- dsl_deleg.o ---
ctfconvert -L VERSION -g dsl_deleg.o
--- if_bfe.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.if_bfe.o -MTif_bfe.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror /workspace/src/sys/dev/bfe/if_bfe.c
--- modules-all ---
--- dsl_bookmark.o ---
In function 'dsl_redaction_list_long_hold',
    inlined from 'dsl_bookmark_create_sync_impl_snap' at /workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:484:3:
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:1225:16: warning: 'local_rl' may be used uninitialized [-Wmaybe-uninitialized]
 1225 |         (void) zfs_refcount_add(&rl->rl_longholds, tag);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c: In function 'dsl_bookmark_create_sync_impl_snap':
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:462:35: note: 'local_rl' was declared here
  462 |                 redaction_list_t *local_rl;
      |                                   ^~~~~~~~
--- dsl_crypt.o ---
In file included from /workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/types.h:34,
                 from /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/types.h:51,
                 from /workspace/src/sys/contrib/openzfs/include/sys/zfs_context.h:44,
                 from /workspace/src/sys/contrib/openzfs/include/sys/dmu.h:46,
                 from /workspace/src/sys/contrib/openzfs/include/sys/dmu_tx.h:33,
                 from /workspace/src/sys/contrib/openzfs/include/sys/dsl_crypt.h:23,
                 from /workspace/src/sys/contrib/openzfs/module/zfs/dsl_crypt.c:21:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_add_head':
--- dsl_bookmark.o ---
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:520:9: warning: 'shortname' may be used uninitialized [-Wmaybe-uninitialized]
  520 |         spa_history_log_internal_ds(bmark_fs, "bookmark", tx,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  521 |             "name=%s creation_txg=%llu target_snap=%llu redact_obj=%llu",
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  522 |             shortname, (longlong_t)dbn->dbn_phys.zbm_creation_txg,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  523 |             (longlong_t)snapds->ds_object,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |             (longlong_t)dbn->dbn_phys.zbm_redaction_obj);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_bookmark.c:447:15: note: 'shortname' was declared here
  447 |         char *shortname;
      |               ^~~~~~~~~
--- dsl_crypt.o ---
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:61:9: note: in expansion of macro 'WRITE_ONCE'
   61 |         WRITE_ONCE(h->first, n);
      |         ^~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_del':
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:68:9: note: in expansion of macro 'WRITE_ONCE'
   68 |         WRITE_ONCE(*(n->pprev), n->next);
      |         ^~~~~~~~~~
--- dsl_deadlist.o ---
ctfconvert -L VERSION -g dsl_deadlist.o
--- if_bge.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.if_bge.o -MTif_bge.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror /workspace/src/sys/dev/bge/if_bge.c
--- modules-all ---
--- dbuf.o ---
ctfconvert -L VERSION -g dbuf.o
--- card_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/cardbus/card_if.m -c ;  /usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.card_if.o -MTcard_if.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror card_if.c
ctfconvert -L VERSION -g card_if.o
--- modules-all ---
--- dsl_destroy.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DBITS_PER_LONG=64  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.dsl_destroy.o -MTdsl_destroy.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -Wno-pointer-to-int-cast  -std=gnu99 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/zfs/dsl_destroy.c -o dsl_destroy.o
In file included from /workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/types.h:34,
                 from /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/types.h:51,
                 from /workspace/src/sys/contrib/openzfs/include/sys/zfs_context.h:44,
                 from /workspace/src/sys/contrib/openzfs/module/zfs/dsl_destroy.c:29:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_add_head':
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:61:9: note: in expansion of macro 'WRITE_ONCE'
   61 |         WRITE_ONCE(h->first, n);
      |         ^~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h: In function 'hlist_del':
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:89:43: warning: to be safe all intermediate pointers in cast from 'struct hlist_node **' to 'struct hlist_node * volatile*' must be 'const' qualified [-Wcast-qual]
   89 | #define ACCESS_ONCE(x)                  (*(volatile __typeof(x) *)&(x))
      |                                           ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h:93:9: note: in expansion of macro 'ACCESS_ONCE'
   93 |         ACCESS_ONCE(x) = (v);           \
      |         ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h:68:9: note: in expansion of macro 'WRITE_ONCE'
   68 |         WRITE_ONCE(*(n->pprev), n->next);
      |         ^~~~~~~~~~
--- dsl_dir.o ---
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_dir.c: In function 'dsl_dir_init_fs_ss_count':
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_dir.c:379:29: warning: 'chld_dd' may be used uninitialized [-Wmaybe-uninitialized]
  379 |                 mutex_enter(&dd->dd_lock);
      |                             ^
/workspace/src/sys/contrib/openzfs/module/zfs/dsl_dir.c:594:28: note: 'chld_dd' was declared here
  594 |                 dsl_dir_t *chld_dd;
      |                            ^~~~~~~
--- dsl_bookmark.o ---
ctfconvert -L VERSION -g dsl_bookmark.o
--- cardbus.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.cardbus.o -MTcardbus.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror /workspace/src/sys/dev/cardbus/cardbus.c
--- modules-all ---
--- dmu_send.o ---
ctfconvert -L VERSION -g dmu_send.o
--- if_bce.o ---
In file included from /workspace/src/sys/dev/bce/if_bce.c:54:
/workspace/src/sys/sys/systm.h: In function 'bce_nvram_test':
/workspace/src/sys/sys/systm.h:283:33: warning: '*(unsigned int *)(&buf[0])' may be used uninitialized [-Wmaybe-uninitialized]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~
/workspace/src/sys/dev/bce/if_bce.c:2626:20: note: '*(unsigned int *)(&buf[0])' was declared here
 2626 |                 u8 buf[4];
      |                    ^~~
/workspace/src/sys/sys/systm.h:283:33: warning: '*(unsigned int *)(&buf[0])' may be used uninitialized [-Wmaybe-uninitialized]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~
/workspace/src/sys/dev/bce/if_bce.c:2639:20: note: '*(unsigned int *)(&buf[0])' was declared here
 2639 |                 u8 buf[4];
      |                    ^~~
Build timed out (after 90 minutes). Marking the build as failed.
Build was aborted
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins5160612920225245143.sh
{standard input}: Assembler messages:
{standard input}:14295: Warning: end of file not at end of a line; newline inserted
--- modules-all ---
ERROR: ctfconvert: Caught signal 15 - exiting
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_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