FreeBSD-main-amd64-gcc14_build - Build #747 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 10 Jun 2025 05:47:50 UTC
FreeBSD-main-amd64-gcc14_build - Build #747 (948078b65c275acfa55afe56a9bbdeb2f61f1e2a) - Still Failing

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

6e60aff53dd8cc631b61ca94b87246f78756ce6d by glebius:
pf: fix NOINET6 build

948078b65c275acfa55afe56a9bbdeb2f61f1e2a by glebius:
pf: fix !VIMAGE build



The end of the build log:

[...truncated 125.95 MiB...]
    inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
    inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_pure_ack_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2142:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2223:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
  218 |                 retval += hweight_long(addr[end] & mask);
      |                                        ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
   90 | #define __bitcountl(x)  __bitcount64((unsigned long)(x))
      |                                                      ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
   63 | #define hweight_long(x) bitcountl(x)
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
  218 |                 retval += hweight_long(addr[end] & mask);
      |                           ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
In function 'bitmap_weight',
    inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
    inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_offload_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2153:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2226:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
  218 |                 retval += hweight_long(addr[end] & mask);
      |                                        ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
   90 | #define __bitcountl(x)  __bitcount64((unsigned long)(x))
      |                                                      ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
   63 | #define hweight_long(x) bitcountl(x)
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
  218 |                 retval += hweight_long(addr[end] & mask);
      |                           ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
In function 'bitmap_weight',
    inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
    inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_low_latency_pq' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2164:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2229:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
  218 |                 retval += hweight_long(addr[end] & mask);
      |                                        ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
   90 | #define __bitcountl(x)  __bitcount64((unsigned long)(x))
      |                                                      ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
   63 | #define hweight_long(x) bitcountl(x)
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
  218 |                 retval += hweight_long(addr[end] & mask);
      |                           ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
In function 'bitmap_weight',
    inlined from 'ecore_init_qm_get_idx_from_flags' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2036:6,
    inlined from 'ecore_init_qm_set_idx' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2069:21,
    inlined from 'ecore_init_qm_vf_pqs' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2189:2,
    inlined from 'ecore_init_qm_pq_params' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2235:2,
    inlined from 'ecore_init_qm_info' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2313:2,
    inlined from 'ecore_resc_alloc' at /workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2457:3:
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:44: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
  218 |                 retval += hweight_long(addr[end] & mask);
      |                                        ~~~~^~~~~
/workspace/src/sys/sys/bitcount.h:90:54: note: in definition of macro '__bitcountl'
   90 | #define __bitcountl(x)  __bitcount64((unsigned long)(x))
      |                                                      ^
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitops.h:63:25: note: in expansion of macro 'bitcountl'
   63 | #define hweight_long(x) bitcountl(x)
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/bitmap.h:218:27: note: in expansion of macro 'hweight_long'
  218 |                 retval += hweight_long(addr[end] & mask);
      |                           ^~~~~~~~~~~~
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c: In function 'ecore_resc_alloc':
/workspace/src/sys/dev/qlnx/qlnxe/ecore_dev.c:2410:22: note: object 'pq_flags' of size 4
 2410 | enum _ecore_status_t ecore_resc_alloc(struct ecore_dev *p_dev)
      |                      ^~~~~~~~~~~~~~~~
--- all_subdir_ocs_fc ---
--- ocs_domain.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -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.ocs_domain.o -MTocs_domain.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  -std=gnu17 -c /workspace/src/sys/dev/ocs_fc/ocs_domain.c -o ocs_domain.o
--- all_subdir_qlxgbe ---
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_rdmwr' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1067:7,
    inlined from 'qla_read_modify_write_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1101:7,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1153:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'value' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:1056:18: note: 'value' was declared here
 1056 |         uint32_t value;
      |                  ^~~~~
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_poll_read_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1036:9,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1148:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'value' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:1018:25: note: 'value' was declared here
 1018 |         uint32_t        value;
      |                         ^~~~~
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_poll_reg' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:915:7,
    inlined from 'qla_poll_read_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1032:8,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1148:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:912:18: note: 'data' was declared here
  912 |         uint32_t data;
      |                  ^~~~
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_poll_reg' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:915:7,
    inlined from 'qla_poll_write_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:998:8,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1143:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:912:18: note: 'data' was declared here
  912 |         uint32_t data;
      |                  ^~~~
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_poll_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:943:7,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1138:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:937:25: note: 'data' was declared here
  937 |         uint32_t        data;
      |                         ^~~~
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_poll_reg' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:915:7,
    inlined from 'qla_poll_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:952:8,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1138:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:912:18: note: 'data' was declared here
  912 |         uint32_t data;
      |                  ^~~~
In function 'ql_rdwr_indreg32',
    inlined from 'ql_rdwr_indreg32' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:63:1,
    inlined from 'qla_rd_wr_list' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:888:7,
    inlined from 'qla_tmplt_execute' at /workspace/src/sys/dev/qlxgbe/ql_misc.c:1133:10:
/workspace/src/sys/dev/qlxgbe/ql_misc.c:78:17: warning: 'data' may be used uninitialized [-Wmaybe-uninitialized]
   78 |                 device_printf(ha->pci_dev, "%s: [0x%08x, 0x%08x, %d] failed\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |                         __func__, addr, *val, rd);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/qlxgbe/ql_misc.c: In function 'qla_tmplt_execute':
/workspace/src/sys/dev/qlxgbe/ql_misc.c:882:18: note: 'data' was declared here
  882 |         uint32_t data;
      |                  ^~~~
--- kern_fork.o ---
ctfconvert -L VERSION -g kern_fork.o
--- kern_jail.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.kern_jail.o -MTkern_jail.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=gnu17 -Werror /workspace/src/sys/kern/kern_jail.c
--- kern_intr.o ---
ctfconvert -L VERSION -g kern_intr.o
--- kern_jailmeta.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/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.kern_jailmeta.o -MTkern_jailmeta.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=gnu17 -Werror /workspace/src/sys/kern/kern_jailmeta.c
--- modules-all ---
--- all_subdir_pf ---
cc1: all warnings being treated as errors
--- kern_jailmeta.o ---
In file included from /workspace/src/sys/sys/jail.h:124,
                 from /workspace/src/sys/kern/kern_jailmeta.c:18:
/workspace/src/sys/kern/kern_jailmeta.c: In function 'jm_sysctl_env':
/workspace/src/sys/sys/sysctl.h:217:35: warning: 'tmpbuf' may be used uninitialized [-Wmaybe-uninitialized]
  217 | #define SYSCTL_OUT(r, p, l)     (r->oldfunc)(r, p, l)
      |                                 ~~^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/kern/kern_jailmeta.c:588:17: note: in expansion of macro 'SYSCTL_OUT'
  588 |                 SYSCTL_OUT(req, tmpbuf, outlen);
      |                 ^~~~~~~~~~
/workspace/src/sys/kern/kern_jailmeta.c:560:15: note: 'tmpbuf' was declared here
  560 |         char *tmpbuf;
      |               ^~~~~~
--- kern_jail.o ---
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:45,
                 from /workspace/src/sys/kern/kern_jail.c:40:
/workspace/src/sys/kern/kern_jail.c: In function 'prison_ip_set':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'struct prison_ip **' to 'struct prison_ip * volatile*' must be 'const' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/kern/kern_jail.c:799:9: note: in expansion of macro 'atomic_store_ptr'
  799 |         atomic_store_ptr(mem, new);
      |         ^~~~~~~~~~~~~~~~
--- modules-all ---
*** [pf.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/pf
1 error

make[4]: stopped in /workspace/src/sys/modules/pf
      221.69 real       888.25 user        45.21 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins5255058486385999356.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-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