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

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 18 Mar 2023 09:34:54 UTC
FreeBSD-main-amd64-gcc12_build - Build #632 (ab3ff87a333ae586e9a2f779ba323eff8e889791) - Still Failing

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

cf6356fd471cdf4e5c52550f63599881d722962c by kevans:
daemon: repace goto exit with daemon_terminate()

8117ea0a413150dccc05ea376596b98c4b1855e6 by kevans:
daemon: remove unnecessary memset in daemon_state_init()

6b49a630f441e1a9e8c8e57d2bb71e589d95872c by kevans:
daemon: kill off some stray blank lines

366da717deda3964ae369f1f2fbd62114d14c587 by fsu:
Add root directory entry check.

3c2dc524c333747a8c5deb3f0f88b29a8e36dff4 by fsu:
Do not panic in case of corrupted directory

ab3ff87a333ae586e9a2f779ba323eff8e889791 by kib:
Belately bump __FreeBSD_version for introduction of __libc_start1()



The end of the build log:

[...truncated 82.47 MB...]
      |                             ^~~~~~~~
/workspace/src/usr.bin/sed/main.c: At top level:
/workspace/src/usr.bin/sed/main.c:47:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
   47 | static const char sccsid[] = "@(#)main.c        8.2 (Berkeley) 1/3/94";
      |                   ^~~~~~
/workspace/src/usr.bin/sed/main.c:41:19: warning: 'copyright' defined but not used [-Wunused-const-variable=]
   41 | static const char copyright[] =
      |                   ^~~~~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyvectl ---
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2061:25: warning: 'ldtr' may be used uninitialized [-Wmaybe-uninitialized]
 2061 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_LDTR, ldtr);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:46: note: 'ldtr' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                                              ^~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2058:25: warning: 'tr' may be used uninitialized [-Wmaybe-uninitialized]
 2058 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_TR, tr);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:42: note: 'tr' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                                          ^~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2055:25: warning: 'ss' may be used uninitialized [-Wmaybe-uninitialized]
 2055 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_SS, ss);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:38: note: 'ss' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                                      ^~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2052:25: warning: 'gs' may be used uninitialized [-Wmaybe-uninitialized]
 2052 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_GS, gs);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:34: note: 'gs' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                                  ^~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2049:25: warning: 'fs' may be used uninitialized [-Wmaybe-uninitialized]
 2049 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:30: note: 'fs' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                              ^~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2046:25: warning: 'es' may be used uninitialized [-Wmaybe-uninitialized]
 2046 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_ES, es);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:26: note: 'es' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                          ^~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2043:25: warning: 'ds' may be used uninitialized [-Wmaybe-uninitialized]
 2043 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DS, ds);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:22: note: 'ds' was declared here
 1740 |         uint64_t cs, ds, es, fs, gs, ss, tr, ldtr;
      |                      ^~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1943:25: warning: 'efer' may be used uninitialized [-Wmaybe-uninitialized]
 1943 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_EFER, efer);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1735:36: note: 'efer' was declared here
 1735 |         uint64_t rsp, rip, rflags, efer, pat;
      |                                    ^~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1985:25: warning: 'rflags' may be used uninitialized [-Wmaybe-uninitialized]
 1985 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_RFLAGS,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1986 |                                         rflags);
      |                                         ~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1735:28: note: 'rflags' was declared here
 1735 |         uint64_t rsp, rip, rflags, efer, pat;
      |                            ^~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1973:25: warning: 'dr7' may be used uninitialized [-Wmaybe-uninitialized]
 1973 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DR7, dr7);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:68: note: 'dr7' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                                                    ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1970:25: warning: 'dr6' may be used uninitialized [-Wmaybe-uninitialized]
 1970 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DR6, dr6);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:63: note: 'dr6' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                                               ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1967:25: warning: 'dr3' may be used uninitialized [-Wmaybe-uninitialized]
 1967 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DR3, dr3);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:58: note: 'dr3' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                                          ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1964:25: warning: 'dr2' may be used uninitialized [-Wmaybe-uninitialized]
 1964 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DR2, dr2);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:53: note: 'dr2' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                                     ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1961:25: warning: 'dr1' may be used uninitialized [-Wmaybe-uninitialized]
 1961 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DR1, dr1);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:48: note: 'dr1' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                                ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1958:25: warning: 'dr0' may be used uninitialized [-Wmaybe-uninitialized]
 1958 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DR0, dr0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:43: note: 'dr0' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                           ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1955:25: warning: 'cr4' may be used uninitialized [-Wmaybe-uninitialized]
 1955 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_CR4, cr4);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:38: note: 'cr4' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                      ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1952:25: warning: 'cr3' may be used uninitialized [-Wmaybe-uninitialized]
 1952 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_CR3, cr3);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:33: note: 'cr3' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                                 ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1949:25: warning: 'cr2' may be used uninitialized [-Wmaybe-uninitialized]
 1949 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_CR2, cr2);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:28: note: 'cr2' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                            ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1946:25: warning: 'cr0' may be used uninitialized [-Wmaybe-uninitialized]
 1946 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_CR0, cr0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:23: note: 'cr0' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                       ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1982:25: warning: 'rax' may be used uninitialized [-Wmaybe-uninitialized]
 1982 |                 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_RAX, rax);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:18: note: 'rax' was declared here
 1734 |         uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7;
      |                  ^~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2262:25: warning: 'gpa_pmap' may be used uninitialized [-Wmaybe-uninitialized]
 2262 |                         printf("gpa %#lx:", gpa_pmap);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1732:20: note: 'gpa_pmap' was declared here
 1732 |         vm_paddr_t gpa_pmap;
      |                    ^~~~~~~~
--- all_subdir_lib ---
--- gmock-generated-matchers_test ---
/workspace/src/contrib/googletest/googlemock/test/gmock-generated-matchers_test.cc: In instantiation of 'bool {anonymous}::adl_test::MMatcher::gmock_Impl<arg_type>::MatchAndExplain(typename testing::internal::ConstRef<T>::type, testing::MatchResultListener*) const [with arg_type = const int&; typename testing::internal::ConstRef<T>::type = const int&]':
/workspace/src/contrib/googletest/googlemock/test/gmock-generated-matchers_test.cc:1273:1:   required from here
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-generated-matchers.h:1430:43: warning: unused parameter 'arg' [-Wunused-parameter]
 1430 |       GTEST_REFERENCE_TO_CONST_(arg_type) arg,\
/workspace/src/contrib/googletest/googlemock/test/gmock-generated-matchers_test.cc:1273:1: note: in expansion of macro 'MATCHER'
 1273 | MATCHER(M, "") { return true; }
      | ^~~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dsdebug.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.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 ---
--- misc.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   -fPIE -g -MD  -MF.depend.misc.o -MTmisc.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-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       -c /workspace/src/usr.bin/sed/misc.c -o misc.o
/workspace/src/usr.bin/sed/misc.c:40:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
   40 | static const char sccsid[] = "@(#)misc.c        8.1 (Berkeley) 6/6/93";
      |                   ^~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/bhyve ---
/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 ---
--- process.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   -fPIE -g -MD  -MF.depend.process.o -MTprocess.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-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       -c /workspace/src/usr.bin/sed/process.c -o process.o
--- all_subdir_usr.sbin ---
/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);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 ---
/workspace/src/usr.bin/sed/process.c:40:19: warning: 'sccsid' defined but not used [-Wunused-const-variable=]
   40 | static const char sccsid[] = "@(#)process.c     8.6 (Berkeley) 4/20/94";
      |                   ^~~~~~
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/acpi ---
--- dsfield.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.dsfield.o -MTdsfield.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/dsfield.c -o dsfield.o
--- all_subdir_usr.sbin/bhyve ---
cc1: all warnings being treated as errors
*** [bhyverun.o] Error code 1

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

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

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

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

make[4]: stopped in /workspace/src/tests/sys
--- all_subdir_usr.bin ---

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

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

make[2]: stopped in /workspace/src
      137.23 real      1340.89 user       150.27 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/jenkins16353754958946865199.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