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

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 20:37:35 UTC
FreeBSD-main-amd64-gcc12_build - Build #646 (e4e139b828a2278b44496653c1cd5e6298afb3c6) - Still Failing

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

ef9f49a21ad822497653d8c8abf5c26e13be2ded by andrew:
arm64: Adding a missing include file

3afba490c1266200e9fd899f2494aa47f71c6095 by markj:
libdtrace: fix indendation in dt_printd()

137818006de5bb0be0b6562a0d601977f85c6867 by kp:
carp: support unicast

92c5dbbb131bdc8d9e53555a32e9bcb2a4aa59ae by kp:
carp tests: unicast tests (IPv4)

ddbd3a2b7c3c68e88d3da757a7d1fbbaff88f468 by kp:
carp tests: unicast tests (IPv6)

b1a4ccdd839431ff0e5a536a444c6e91f5858527 by kp:
carp: document peer/peer6 and mcast/mcast6 in the relevant man pages

511a6d5ed34bf3dd335ebb0ce32a7e2276e9813d by kp:
carp: use if_name()

e4e139b828a2278b44496653c1cd5e6298afb3c6 by gjb:
pkg-stage.sh: update port trailing version information



The end of the build log:

[...truncated 81.23 MB...]
/workspace/src/sys/sys/param.h: In function 'blockif_open':
--- all_subdir_usr.bin ---
--- img-1x1-512-ebr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vhdf.hex > img-1x1-512-ebr.vhdf
--- img-1x1-512-ebr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vhdx.hex > img-1x1-512-ebr.vhdx
--- img-1x1-512-ebr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-ebr.vmdk.hex > img-1x1-512-ebr.vmdk
--- img-1x1-512-gpt.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.qcow.hex > img-1x1-512-gpt.qcow
--- img-1x1-512-gpt.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.qcow2.hex > img-1x1-512-gpt.qcow2
--- img-1x1-512-gpt.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.raw.hex > img-1x1-512-gpt.raw
--- img-1x1-512-gpt.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhd.hex > img-1x1-512-gpt.vhd
--- img-1x1-512-gpt.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhdf.hex > img-1x1-512-gpt.vhdf
--- img-1x1-512-gpt.vhdx ---
--- all_subdir_usr.sbin ---
/workspace/src/sys/sys/param.h:328:34: warning: 'pssopt' may be used uninitialized [-Wmaybe-uninitialized]
  328 | #define powerof2(x)     ((((x)-1)&(x))==0)
      |                                  ^
/workspace/src/usr.sbin/bhyve/block_if.c:481:41: note: 'pssopt' was declared here
  481 |         int ro, candelete, geom, ssopt, pssopt;
      |                                         ^~~~~~
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhdx.hex > img-1x1-512-gpt.vhdx
--- img-1x1-512-gpt.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vmdk.hex > img-1x1-512-gpt.vmdk
--- all_subdir_usr.sbin ---
--- bhyverun.o ---
/workspace/src/usr.sbin/bhyve/bhyverun.c:476:52: warning: '.cpuset' directive output may be truncated writing 7 bytes into a region of size between 1 and 10 [-Wformat-truncation=]
  476 |                 snprintf(key, sizeof(key), "vcpu.%d.cpuset", vcpu);
      |                                                    ^~~~~~~
In function 'build_vcpumaps',
    inlined from 'main' at /workspace/src/usr.sbin/bhyve/bhyverun.c:1405:2:
/workspace/src/usr.sbin/bhyve/bhyverun.c:476:17: note: 'snprintf' output between 14 and 23 bytes into a destination of size 16
  476 |                 snprintf(key, sizeof(key), "vcpu.%d.cpuset", vcpu);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/bhyverun.c: In function 'main':
/workspace/src/usr.sbin/bhyve/bhyverun.c:407:44: warning: '.cpuset' directive output may be truncated writing 7 bytes into a region of size between 1 and 10 [-Wformat-truncation=]
  407 |         snprintf(key, sizeof(key), "vcpu.%d.cpuset", vcpu);
      |                                            ^~~~~~~
In function 'pincpu_parse',
    inlined from 'main' at /workspace/src/usr.sbin/bhyve/bhyverun.c:1275:29:
/workspace/src/usr.sbin/bhyve/bhyverun.c:407:9: note: 'snprintf' output between 14 and 23 bytes into a destination of size 16
  407 |         snprintf(key, sizeof(key), "vcpu.%d.cpuset", vcpu);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- img-1x1-512-mbr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.qcow.hex > img-1x1-512-mbr.qcow
--- img-1x1-512-mbr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.qcow2.hex > img-1x1-512-mbr.qcow2
--- img-1x1-512-mbr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.raw.hex > img-1x1-512-mbr.raw
--- img-1x1-512-mbr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhd.hex > img-1x1-512-mbr.vhd
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/bhyve/bhyverun.c: In function 'main':
/workspace/src/usr.sbin/bhyve/bhyverun.c:1470:13: error: 'qemu_fwcfg_add_file' reading 56 bytes from a region of size 18 [-Werror=stringop-overread]
 1470 |         if (qemu_fwcfg_add_file("opt/bhyve/hw.ncpu", sizeof(guest_ncpus),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1471 |             &guest_ncpus) != 0) {
      |             ~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/bhyverun.c:1470:13: note: referencing argument 1 of type 'const uint8_t[56]' {aka 'const unsigned char[56]'}
/workspace/src/usr.sbin/bhyve/qemu_fwcfg.h:21:5: note: in a call to function 'qemu_fwcfg_add_file'
   21 | int qemu_fwcfg_add_file(const uint8_t name[QEMU_FWCFG_MAX_NAME],
      |     ^~~~~~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
--- img-1x1-512-mbr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhdf.hex > img-1x1-512-mbr.vhdf
--- img-1x1-512-mbr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhdx.hex > img-1x1-512-mbr.vhdx
--- img-1x1-512-mbr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vmdk.hex > img-1x1-512-mbr.vmdk
--- img-1x1-512-vtoc8.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.qcow.hex > img-1x1-512-vtoc8.qcow
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dscontrol.o ---
--- all_subdir_usr.bin ---
--- img-1x1-512-vtoc8.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.qcow2.hex > img-1x1-512-vtoc8.qcow2
--- all_subdir_usr.sbin ---
/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 -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/workspace/src/sys -fPIE -g -MD  -MF.depend.dscontrol.o -MTdscontrol.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/sys/contrib/dev/acpica/components/dispatcher/dscontrol.c -o dscontrol.o
--- all_subdir_usr.bin ---
--- img-1x1-512-vtoc8.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.raw.hex > img-1x1-512-vtoc8.raw
--- img-1x1-512-vtoc8.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhd.hex > img-1x1-512-vtoc8.vhd
--- img-1x1-512-vtoc8.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhdf.hex > img-1x1-512-vtoc8.vhdf
--- img-1x1-512-vtoc8.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhdx.hex > img-1x1-512-vtoc8.vhdx
--- img-1x1-512-vtoc8.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vmdk.hex > img-1x1-512-vtoc8.vmdk
--- img-63x255-4096-apm.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.qcow.hex > img-63x255-4096-apm.qcow
--- img-63x255-4096-apm.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.qcow2.hex > img-63x255-4096-apm.qcow2
--- img-63x255-4096-apm.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.raw.hex > img-63x255-4096-apm.raw
--- img-63x255-4096-apm.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.vhd.hex > img-63x255-4096-apm.vhd
--- img-63x255-4096-apm.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.vhdf.hex > img-63x255-4096-apm.vhdf
--- img-63x255-4096-apm.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.vhdx.hex > img-63x255-4096-apm.vhdx
--- img-63x255-4096-apm.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.vmdk.hex > img-63x255-4096-apm.vmdk
--- img-63x255-4096-bsd.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.qcow.hex > img-63x255-4096-bsd.qcow
--- img-63x255-4096-bsd.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.qcow2.hex > img-63x255-4096-bsd.qcow2
--- img-63x255-4096-bsd.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.raw.hex > img-63x255-4096-bsd.raw
--- img-63x255-4096-bsd.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhd.hex > img-63x255-4096-bsd.vhd
--- img-63x255-4096-bsd.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhdf.hex > img-63x255-4096-bsd.vhdf
--- img-63x255-4096-bsd.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhdx.hex > img-63x255-4096-bsd.vhdx
--- img-63x255-4096-bsd.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.vmdk.hex > img-63x255-4096-bsd.vmdk
--- img-63x255-4096-ebr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.qcow.hex > img-63x255-4096-ebr.qcow
--- img-63x255-4096-ebr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.qcow2.hex > img-63x255-4096-ebr.qcow2
--- img-63x255-4096-ebr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.raw.hex > img-63x255-4096-ebr.raw
--- img-63x255-4096-ebr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.vhd.hex > img-63x255-4096-ebr.vhd
--- img-63x255-4096-ebr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.vhdf.hex > img-63x255-4096-ebr.vhdf
--- img-63x255-4096-ebr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.vhdx.hex > img-63x255-4096-ebr.vhdx
--- img-63x255-4096-ebr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.vmdk.hex > img-63x255-4096-ebr.vmdk
--- img-63x255-4096-gpt.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.qcow.hex > img-63x255-4096-gpt.qcow
--- img-63x255-4096-gpt.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.qcow2.hex > img-63x255-4096-gpt.qcow2
--- img-63x255-4096-gpt.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.raw.hex > img-63x255-4096-gpt.raw
--- img-63x255-4096-gpt.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.vhd.hex > img-63x255-4096-gpt.vhd
--- img-63x255-4096-gpt.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.vhdf.hex > img-63x255-4096-gpt.vhdf
--- img-63x255-4096-gpt.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.vhdx.hex > img-63x255-4096-gpt.vhdx
--- img-63x255-4096-gpt.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.vmdk.hex > img-63x255-4096-gpt.vmdk
--- img-63x255-4096-mbr.qcow ---
--- all_subdir_tests ---
--- flush ---
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.qcow.hex > img-63x255-4096-mbr.qcow
--- all_subdir_tests ---
(cd /workspace/src/tests/sys/fs/fusefs &&  DEPENDFILE=.depend.flush  NO_SUBDIR=1 make -f /workspace/src/tests/sys/fs/fusefs/Makefile _RECURSING_PROGS=t  PROG=flush PROG_CXX=flush)
--- all_subdir_usr.bin ---
--- img-63x255-4096-mbr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.qcow2.hex > img-63x255-4096-mbr.qcow2
--- img-63x255-4096-mbr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.raw.hex > img-63x255-4096-mbr.raw
--- img-63x255-4096-mbr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.vhd.hex > img-63x255-4096-mbr.vhd
--- img-63x255-4096-mbr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.vhdf.hex > img-63x255-4096-mbr.vhdf
--- img-63x255-4096-mbr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.vhdx.hex > img-63x255-4096-mbr.vhdx
--- img-63x255-4096-mbr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.vmdk.hex > img-63x255-4096-mbr.vmdk
--- img-63x255-4096-vtoc8.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.qcow.hex > img-63x255-4096-vtoc8.qcow
--- img-63x255-4096-vtoc8.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.qcow2.hex > img-63x255-4096-vtoc8.qcow2
--- all_subdir_tests ---
--- .depend.flush ---
echo flush.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libpthread.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivategmock.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivategtest.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivategtest.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend.flush
echo flush.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc++.a >> .depend.flush
--- flush.o ---
--- all_subdir_usr.bin ---
--- img-63x255-4096-vtoc8.raw ---
--- all_subdir_tests ---
/usr/local/bin/x86_64-unknown-freebsd13.1-g++12  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.flush.flush.o -MTflush.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type  -I/workspace/src/tests -I/workspace/src/sys/fs/fuse -I/workspace/src/sbin/mount -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -DGTEST_HAS_POSIX_RE=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_STREAM_REDIRECTION=1 -frtti -fPIE -std=c++14 -Wno-class-memaccess -Wno-deprecated-copy -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-placement-new -Wno-attributes    -c /workspace/src/tests/sys/fs/fusefs/flush.cc -o flush.o
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.raw.hex > img-63x255-4096-vtoc8.raw
--- img-63x255-4096-vtoc8.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vhd.hex > img-63x255-4096-vtoc8.vhd
--- img-63x255-4096-vtoc8.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vhdf.hex > img-63x255-4096-vtoc8.vhdf
--- all_subdir_usr.sbin ---
--- dsdebug.o ---
--- all_subdir_usr.bin ---
--- img-63x255-4096-vtoc8.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vhdx.hex > img-63x255-4096-vtoc8.vhdx
--- all_subdir_usr.sbin ---
/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 -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/workspace/src/sys -fPIE -g -MD  -MF.depend.dsdebug.o -MTdsdebug.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c -o dsdebug.o
--- all_subdir_usr.bin ---
--- img-63x255-4096-vtoc8.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-vtoc8.vmdk.hex > img-63x255-4096-vtoc8.vmdk
--- img-63x255-512-apm.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-512-apm.qcow.hex > img-63x255-512-apm.qcow
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
cc1: all warnings being treated as errors
--- all_subdir_usr.bin ---
--- img-63x255-512-apm.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-512-apm.qcow2.hex > img-63x255-512-apm.qcow2
--- all_subdir_usr.sbin ---
*** [bhyverun.o] Error code 1

make[4]: stopped in /workspace/src/usr.sbin/bhyve
--- all_subdir_usr.bin ---

make[2]: stopped in /workspace/src
--- all_subdir_usr.sbin ---

make[2]: stopped in /workspace/src
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
--- all_subdir_tests ---

make[5]: stopped in /workspace/src/tests/sys/fs

make[4]: stopped in /workspace/src/tests/sys

make[3]: stopped in /workspace/src/tests

make[2]: stopped in /workspace/src
      129.32 real      1289.05 user       143.23 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/jenkins12470310669725685569.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