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

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 05:04:18 UTC
FreeBSD-main-amd64-gcc12_build - Build #643 (c917796c041664a04153af24c2e68cc963fe52bc) - Still Failing

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

88417d17c2970465bece68bcd525713706ad291c by delphij:
Vendor import of xz 5.4.2 (trimmed)



The end of the build log:

[...truncated 79.69 MB...]
 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.sbin/tcpdump ---
--- print-geonet.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   -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/src/contrib/tcpdump -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -DINET6 -DHAVE_OS_IPV6_SUPPORT -DLBL_ALIGN -DHAVE_CASPER -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H -DHAVE_NET_PFVAR_H -DHAVE_NET_IF_PFLOG_H -fPIE -g -MD  -MF.depend.print-geonet.o -MTprint-geonet.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/contrib/tcpdump/print-geonet.c -o print-geonet.o
--- all_subdir_lib ---
--- all_subdir_lib/clang/liblldb ---
===> lib/clang/liblldb (all)
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
/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 ---
--- all_subdir_usr.bin/mkimg/tests ---
===> usr.bin/mkimg/tests (all)
--- 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 ---
--- all_subdir_usr.bin/mandoc ---
--- st.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   -DHAVE_CONFIG_H  -I/workspace/src/lib/libopenbsd/ -fPIE -g -MD  -MF.depend.st.o -MTst.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  -Wno-format    -c /workspace/src/contrib/mandoc/st.c -o st.o
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dbdisply.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 -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing   -I/workspace/src/sys -fPIE -g -MD  -MF.depend.dbdisply.o -MTdbdisply.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---- all_subdir_rescue ---
--- ex_source.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   -D__REGEX_PRIVATE -D_XOPEN_SOURCE_EXTENDED=1 -I/workspace/src/usr.bin/vi -I/workspace/src/contrib/nvi -I/workspace/src/contrib/nvi/regex  -I/workspace/src/usr.bin/vi/ex -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.ex_source.o -MTex_source.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/contrib/nvi/ex/ex_source.c -o ex_source.o
--- all_subdir_usr.sbin ---
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/debugger/dbdisply.c -o dbdisply.o
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/mkimg ---
--- Kyuafile ---
--- mkimg_test ---
echo '#! /usr/libexec/atf-sh' > mkimg_test.tmp
cat /workspace/src/usr.bin/mkimg/tests/mkimg_test.sh >>mkimg_test.tmp
chmod +x mkimg_test.tmp
mv mkimg_test.tmp mkimg_test
--- img-1x1-4096-apm.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow.hex > img-1x1-4096-apm.qcow
--- img-1x1-4096-apm.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow2.hex > img-1x1-4096-apm.qcow2
--- img-1x1-4096-apm.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.raw.hex > img-1x1-4096-apm.raw
--- img-1x1-4096-apm.vhd ---
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/tcpdump ---
--- print-gre.o ---
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhd.hex > img-1x1-4096-apm.vhd
--- 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   -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/src/contrib/tcpdump -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -DINET6 -DHAVE_OS_IPV6_SUPPORT -DLBL_ALIGN -DHAVE_CASPER -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H -DHAVE_NET_PFVAR_H -DHAVE_NET_IF_PFLOG_H -fPIE -g -MD  -MF.depend.print-gre.o -MTprint-gre.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/contrib/tcpdump/print-gre.c -o print-gre.o
--- all_subdir_usr.bin ---
--- img-1x1-4096-apm.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdf.hex > img-1x1-4096-apm.vhdf
--- img-1x1-4096-apm.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdx.hex > img-1x1-4096-apm.vhdx
--- img-1x1-4096-apm.vmdk ---
--- all_subdir_tests ---
--- destructive.full ---
/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 -fPIE -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -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  -Wl,-zrelro -pie  -o destructive.full destructive.o  -lprivateatf-c
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vmdk.hex > img-1x1-4096-apm.vmdk
--- img-1x1-4096-bsd.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow.hex > img-1x1-4096-bsd.qcow
--- img-1x1-4096-bsd.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow2.hex > img-1x1-4096-bsd.qcow2
--- all_subdir_usr.bin/mandoc ---
--- eqn.o ---
--- all_subdir_usr.bin/mkimg ---
--- img-1x1-4096-bsd.raw ---
--- all_subdir_usr.bin/mandoc ---
/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   -DHAVE_CONFIG_H  -I/workspace/src/lib/libopenbsd/ -fPIE -g -MD  -MF.depend.eqn.o -MTeqn.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---- all_subdir_usr.bin/mkimg ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.raw.hex > img-1x1-4096-bsd.raw
--- img-1x1-4096-bsd.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhd.hex > img-1x1-4096-bsd.vhd
--- img-1x1-4096-bsd.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdf.hex > img-1x1-4096-bsd.vhdf
--- img-1x1-4096-bsd.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdx.hex > img-1x1-4096-bsd.vhdx
--- img-1x1-4096-bsd.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vmdk.hex > img-1x1-4096-bsd.vmdk
--- img-1x1-4096-ebr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.qcow.hex > img-1x1-4096-ebr.qcow
--- all_subdir_usr.bin/mandoc ---
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  -Wno-format    -c /workspace/src/contrib/mandoc/eqn.c -o eqn.o
--- all_subdir_usr.bin/mkimg ---
--- img-1x1-4096-ebr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.qcow2.hex > img-1x1-4096-ebr.qcow2
--- all_subdir_tests ---
--- destructive.debug ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug destructive.full destructive.debug
--- all_subdir_usr.bin ---
--- img-1x1-4096-ebr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.raw.hex > img-1x1-4096-ebr.raw
--- all_subdir_tests ---
--- destructive ---
--- all_subdir_usr.bin ---
--- img-1x1-4096-ebr.vhd ---
--- all_subdir_tests ---
/usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=destructive.debug  destructive.full destructive
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhd.hex > img-1x1-4096-ebr.vhd
--- img-1x1-4096-ebr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdf.hex > img-1x1-4096-ebr.vhdf
--- all_subdir_tests ---
--- nondestructive ---
--- all_subdir_usr.bin ---
--- img-1x1-4096-ebr.vhdx ---
--- all_subdir_tests ---
(cd /workspace/src/tests/sys/ses &&  DEPENDFILE=.depend.nondestructive  NO_SUBDIR=1 make -f /workspace/src/tests/sys/ses/Makefile _RECURSING_PROGS=t  PROG=nondestructive )
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdx.hex > img-1x1-4096-ebr.vhdx
--- img-1x1-4096-ebr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vmdk.hex > img-1x1-4096-ebr.vmdk
--- img-1x1-4096-gpt.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.qcow.hex > img-1x1-4096-gpt.qcow
--- img-1x1-4096-gpt.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.qcow2.hex > img-1x1-4096-gpt.qcow2
--- img-1x1-4096-gpt.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.raw.hex > img-1x1-4096-gpt.raw
--- all_subdir_rescue ---
--- ex_stop.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   -D__REGEX_PRIVATE -D_XOPEN_SOURCE_EXTENDED=1 -I/workspace/src/usr.bin/vi -I/workspace/src/contrib/nvi -I/workspace/src/contrib/nvi/regex  -I/workspace/src/usr.bin/vi/ex -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.ex_stop.o -MTex_stop.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/contrib/nvi/ex/ex_stop.c -o ex_stop.o
--- all_subdir_usr.bin ---
--- img-1x1-4096-gpt.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhd.hex > img-1x1-4096-gpt.vhd
--- img-1x1-4096-gpt.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdf.hex > img-1x1-4096-gpt.vhdf
--- img-1x1-4096-gpt.vhdx ---
--- all_subdir_tests ---
--- .depend.nondestructive ---
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdx.hex > img-1x1-4096-gpt.vhdx
--- all_subdir_tests ---
echo nondestructive.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.nondestructive
--- nondestructive.o ---
--- all_subdir_usr.bin ---
--- img-1x1-4096-gpt.vmdk ---
--- all_subdir_tests ---
/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   -fPIE -g -MD  -MF.depend.nondestructive.nondestructive.o -MTnondestructive.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 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -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-uninitializ--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vmdk.hex > img-1x1-4096-gpt.vmdk
--- all_subdir_tests ---
ed -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     -c /workspace/src/tests/sys/ses/nondestructive.c -o nondestructive.o
--- all_subdir_usr.bin ---
--- img-1x1-4096-mbr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.qcow.hex > img-1x1-4096-mbr.qcow
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
cc1: all warnings being treated as errors
--- all_subdir_usr.bin ---
--- img-1x1-4096-mbr.qcow2 ---
--- all_subdir_usr.sbin ---
*** [bhyverun.o] Error code 1

make[4]: stopped in /workspace/src/usr.sbin/bhyve
1 error

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

make[3]: stopped in /workspace/src/usr.sbin
--- all_subdir_usr.sbin/tcpdump ---

make[4]: stopped in /workspace/src/usr.sbin/tcpdump

make[3]: stopped in /workspace/src/usr.sbin
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [vi_make] Error code 6

make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
1 error

make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---

make[3]: stopped in /workspace/src/usr.sbin
--- all_subdir_rescue ---
*** [objs] Error code 2

make[4]: stopped in /workspace/src/rescue/rescue
1 error

make[4]: stopped in /workspace/src/rescue/rescue

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

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

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

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

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

make[2]: stopped in /workspace/src
      139.19 real      1349.67 user       144.12 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/jenkins14422994900556385434.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