FreeBSD-main-amd64-gcc12_build - Build #1188 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 16 Jun 2023 09:22:40 UTC
FreeBSD-main-amd64-gcc12_build - Build #1188 (71fb2dcb0023d49fc048e1f7b610ad05bd2efc32) - Still Failing

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

90c3a1b6629c80a7e4c3fa86d6b794596fdf06b4 by corvink:
bhyve: add empty GVT-d emulation

4a9bf50f408eb9f1acc220dba2b260ec610fd15b by corvink:
bhyve: read out graphics stolen memory address and size

1bd361eea28ae74b42d49bfc96b109a7eae9f3d3 by corvink:
bhyve: allocate guest memory for graphics stolen memory

d9fa7c113df254b237e5a573d0567eb686e5fcde by corvink:
bhyve: emulate graphics stolen memory register

6952b9d25e18fd3a4bf0d1bb7d6b44ff6edf6737 by corvink:
bhyve: read OpRegion address and size for GVT-d

1115cdcf7af12fd06ca255b981cb579a7bb7a147 by corvink:
bhyve: copy OpRegion into guest memory

71fb2dcb0023d49fc048e1f7b610ad05bd2efc32 by corvink:
bhyve: pass address of OpRegion to the guest



The end of the build log:

[...truncated 103.50 MB...]
 1180 |                 MLX5_SET(destroy_flow_group_in, din, group_id, *obj_id);
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 56 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/sys/_endian.h:84:25: warning: array subscript 12 is outside array bounds of 'void[48]' [-Warray-bounds]
   84 | #define __bswap32(x)    __builtin_bswap32(x)
      |                         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/_endian.h:105:25: note: in expansion of macro '__bswap32'
  105 | #define htobe32(x)      __bswap32((x))
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:60:33: note: in expansion of macro 'htobe32'
   60 | #define __cpu_to_be32(x)        htobe32(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:61:33: note: in expansion of macro '__cpu_to_be32'
   61 | #define cpu_to_be32(x)          __cpu_to_be32(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/device.h:77:9: note: in expansion of macro 'cpu_to_be32'
   77 |         cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
      |         ^~~~~~~~~~~
/workspace/src/sys/sys/_endian.h:112:25: note: in expansion of macro '__bswap32'
  112 | #define be32toh(x)      __bswap32((x))
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:62:33: note: in expansion of macro 'be32toh'
   62 | #define __be32_to_cpu(x)        be32toh(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:63:33: note: in expansion of macro '__be32_to_cpu'
   63 | #define be32_to_cpu(x)          __be32_to_cpu(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/device.h:77:22: note: in expansion of macro 'be32_to_cpu'
   77 |         cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
      |                      ^~~~~~~~~~~
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1163:17: note: in expansion of macro 'MLX5_SET'
 1163 |                 MLX5_SET(destroy_flow_table_in, din, table_type,
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 48 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/dev/mlx5/device.h:76:52: warning: array subscript 12 is outside array bounds of 'void[48]' [-Warray-bounds]
   76 |         *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1163:17: note: in expansion of macro 'MLX5_SET'
 1163 |                 MLX5_SET(destroy_flow_table_in, din, table_type,
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 48 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/sys/_endian.h:84:25: warning: array subscript 13 is outside array bounds of 'void[48]' [-Warray-bounds]
   84 | #define __bswap32(x)    __builtin_bswap32(x)
      |                         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/_endian.h:105:25: note: in expansion of macro '__bswap32'
  105 | #define htobe32(x)      __bswap32((x))
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:60:33: note: in expansion of macro 'htobe32'
   60 | #define __cpu_to_be32(x)        htobe32(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:61:33: note: in expansion of macro '__cpu_to_be32'
   61 | #define cpu_to_be32(x)          __cpu_to_be32(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/device.h:77:9: note: in expansion of macro 'cpu_to_be32'
   77 |         cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
      |         ^~~~~~~~~~~
/workspace/src/sys/sys/_endian.h:112:25: note: in expansion of macro '__bswap32'
  112 | #define be32toh(x)      __bswap32((x))
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:62:33: note: in expansion of macro 'be32toh'
   62 | #define __be32_to_cpu(x)        be32toh(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:63:33: note: in expansion of macro '__be32_to_cpu'
   63 | #define be32_to_cpu(x)          __be32_to_cpu(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/device.h:77:22: note: in expansion of macro 'be32_to_cpu'
   77 |         cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
      |                      ^~~~~~~~~~~
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1165:17: note: in expansion of macro 'MLX5_SET'
 1165 |                 MLX5_SET(destroy_flow_table_in, din, table_id, *obj_id);
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 52 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/dev/mlx5/device.h:76:52: warning: array subscript 13 is outside array bounds of 'void[48]' [-Warray-bounds]
   76 |         *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1165:17: note: in expansion of macro 'MLX5_SET'
 1165 |                 MLX5_SET(destroy_flow_table_in, din, table_id, *obj_id);
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 52 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/sys/_endian.h:84:25: warning: array subscript 13 is outside array bounds of 'void[48]' [-Warray-bounds]
   84 | #define __bswap32(x)    __builtin_bswap32(x)
      |                         ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/_endian.h:105:25: note: in expansion of macro '__bswap32'
  105 | #define htobe32(x)      __bswap32((x))
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:60:33: note: in expansion of macro 'htobe32'
   60 | #define __cpu_to_be32(x)        htobe32(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:61:33: note: in expansion of macro '__cpu_to_be32'
   61 | #define cpu_to_be32(x)          __cpu_to_be32(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/device.h:77:9: note: in expansion of macro 'cpu_to_be32'
   77 |         cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
      |         ^~~~~~~~~~~
/workspace/src/sys/sys/_endian.h:112:25: note: in expansion of macro '__bswap32'
  112 | #define be32toh(x)      __bswap32((x))
      |                         ^~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:62:33: note: in expansion of macro 'be32toh'
   62 | #define __be32_to_cpu(x)        be32toh(x)
      |                                 ^~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/asm/byteorder.h:63:33: note: in expansion of macro '__be32_to_cpu'
   63 | #define be32_to_cpu(x)          __be32_to_cpu(x)
      |                                 ^~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/device.h:77:22: note: in expansion of macro 'be32_to_cpu'
   77 |         cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
      |                      ^~~~~~~~~~~
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1234:17: note: in expansion of macro 'MLX5_SET'
 1234 |                 MLX5_SET(delete_l2_table_entry_in, din, table_index, *obj_id);
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 52 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/dev/mlx5/device.h:76:52: warning: array subscript 13 is outside array bounds of 'void[48]' [-Warray-bounds]
   76 |         *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1234:17: note: in expansion of macro 'MLX5_SET'
 1234 |                 MLX5_SET(delete_l2_table_entry_in, din, table_index, *obj_id);
      |                 ^~~~~~~~
In function 'kmalloc',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2178:8:
/workspace/src/sys/sys/malloc.h:238:32: note: at offset 52 into object of size 48 allocated by 'malloc'
  238 |                 _malloc_item = malloc(_size, type, flags);              \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/slab.h:114:17: note: in expansion of macro 'malloc'
  114 |         return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
      |                 ^~~~~~
--- mlx5_ib_mad.o ---
In file included from /workspace/src/sys/sys/systm.h:45,
                 from /workspace/src/sys/compat/linuxkpi/common/include/linux/kernel.h:37,
                 from /workspace/src/sys/dev/mlx5/driver.h:34,
                 from /workspace/src/sys/dev/mlx5/vport.h:31,
                 from /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c:31:
/workspace/src/sys/dev/mlx5/device.h:671:29: warning: comparison between 'enum <anonymous>' and 'enum <anonymous>' [-Wenum-compare]
  671 | CTASSERT(MLX5_CMD_MBOX_SIZE <= MLX5_ADAPTER_PAGE_SIZE);
      |                             ^~
/workspace/src/sys/sys/kassert.h:82:40: note: in definition of macro 'CTASSERT'
   82 | #define CTASSERT(x)     _Static_assert(x, "compile-time assertion failed")
      |                                        ^
--- mlx5_ib_devx.o ---
In function 'devx_obj_build_destroy_cmd',
    inlined from 'mlx5_ib_handler_MLX5_IB_METHOD_DEVX_UMEM_REG' at /workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:2200:2:
/workspace/src/sys/sys/systm.h:266:33: warning: '__builtin_memcpy' offset [48, 63] is out of the bounds [0, 48] [-Warray-bounds]
  266 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1258:17: note: in expansion of macro 'memcpy'
 1258 |                 memcpy(MLX5_ADDR_OF(detach_from_mcg_in, din, multicast_gid),
      |                 ^~~~~~
--- all_subdir_mlx4 ---
--- mlx4_alloc.o ---
ctfconvert -L VERSION -g mlx4_alloc.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_mlx5 ---
--- mlx5_pd.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -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.mlx5_pd.o -MTmlx5_pd.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=iso9899:1999 -Wno-cast-qual -Wno-pointer-arith  -c /workspace/src/sys/dev/mlx5/mlx5_core/mlx5_pd.c -o mlx5_pd.o
--- all_subdir_mpi3mr ---
--- mpi3mr.o ---
In file included from /workspace/src/sys/dev/mpi3mr/mpi3mr.c:78:
/workspace/src/sys/dev/mpi3mr/mpi3mr.h: In function 'mpi3mr_check_rh_fault_ioc':
/workspace/src/sys/dev/mpi3mr/mpi3mr.h:819:17: warning: 'host_diagnostic' may be used uninitialized [-Wmaybe-uninitialized]
  819 |                 device_printf((sc)->mpi3mr_dev, msg, ##args);   \
      |                 ^~~~~~~~~~~~~
--- all_subdir_mmc ---
In function 'mmc_calculate_clock',
    inlined from 'mmc_go_discovery' at /workspace/src/sys/dev/mmc/mmc.c:2108:2,
    inlined from 'mmc_scan' at /workspace/src/sys/dev/mmc/mmc.c:2457:2,
    inlined from 'mmc_delayed_attach' at /workspace/src/sys/dev/mmc/mmc.c:2541:2:
/workspace/src/sys/dev/mmc/mmc.c:2265:25: warning: 'rca' may be used uninitialized [-Wmaybe-uninitialized]
 2265 |                         device_printf(dev, "Card at relative address %d "
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2266 |                             "failed to set power class\n", rca);
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_mpi3mr ---
/workspace/src/sys/dev/mpi3mr/mpi3mr.c:5728:13: note: 'host_diagnostic' was declared here
 5728 |         U32 host_diagnostic, ioc_status, ioc_config;
      |             ^~~~~~~~~~~~~~~
--- all_subdir_mmc ---
/workspace/src/sys/dev/mmc/mmc.c: In function 'mmc_delayed_attach':
/workspace/src/sys/dev/mmc/mmc.c:2118:18: note: 'rca' was declared here
 2118 |         uint16_t rca;
      |                  ^~~
--- all_subdir_mpi3mr ---
--- mpi3mr_pci.o ---
cc1: all warnings being treated as errors
      116.56 real       274.63 user        17.03 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins14999265964281331688.sh
+ 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