Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2023 09:34:54 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kevans@FreeBSD.org, kib@FreeBSD.org, fsu@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #632 - Still Failing
Message-ID:  <545483554.501.1679132096952@jenkins.ci.freebsd.org>
In-Reply-To: <1935670676.479.1679094012473@jenkins.ci.freebsd.org>
References:  <1935670676.479.1679094012473@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_500_327025549.1679132094865
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-gcc12_build - Build #632 (ab3ff87a333ae586e9a2f779ba323e=
ff8e889791) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil=
d/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/6=
32/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=3D]
   47 | static const char sccsid[] =3D "@(#)main.c        8.2 (Berkeley) 1/=
3/94";
      |                   ^~~~~~
/workspace/src/usr.bin/sed/main.c:41:19: warning: 'copyright' defined but n=
ot used [-Wunused-const-variable=3D]
   41 | static const char copyright[] =3D
      |                   ^~~~~~~~~
--- 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_L=
DTR, ldtr);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:46: note: 'ldtr' was decla=
red 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 u=
sed uninitialized [-Wmaybe-uninitialized]
 2058 |                 error =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_T=
R, tr);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:42: note: 'tr' was declare=
d 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 u=
sed uninitialized [-Wmaybe-uninitialized]
 2055 |                 error =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_S=
S, ss);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:38: note: 'ss' was declare=
d 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 u=
sed uninitialized [-Wmaybe-uninitialized]
 2052 |                 error =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_G=
S, gs);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:34: note: 'gs' was declare=
d 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 u=
sed uninitialized [-Wmaybe-uninitialized]
 2049 |                 error =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_F=
S, fs);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:30: note: 'fs' was declare=
d 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 u=
sed uninitialized [-Wmaybe-uninitialized]
 2046 |                 error =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_E=
S, es);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:26: note: 'es' was declare=
d 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 u=
sed uninitialized [-Wmaybe-uninitialized]
 2043 |                 error =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
S, ds);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:22: note: 'ds' was declare=
d 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_E=
FER, efer);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1735:36: note: 'efer' was decla=
red 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_R=
FLAGS,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
 1986 |                                         rflags);
      |                                         ~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1735:28: note: 'rflags' was dec=
lared 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
R7, dr7);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:68: note: 'dr7' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
R6, dr6);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:63: note: 'dr6' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
R3, dr3);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:58: note: 'dr3' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
R2, dr2);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:53: note: 'dr2' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
R1, dr1);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:48: note: 'dr1' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_D=
R0, dr0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:43: note: 'dr0' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_C=
R4, cr4);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:38: note: 'cr4' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_C=
R3, cr3);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:33: note: 'cr3' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_C=
R2, cr2);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:28: note: 'cr2' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_C=
R0, cr0);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:23: note: 'cr0' was declar=
ed 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 =3D vm_set_register(ctx, vcpu, VM_REG_GUEST_R=
AX, rax);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1734:18: note: 'rax' was declar=
ed 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' ma=
y be used uninitialized [-Wmaybe-uninitialized]
 2262 |                         printf("gpa %#lx:", gpa_pmap);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1732:20: note: 'gpa_pmap' was d=
eclared 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_I=
mpl<arg_type>::MatchAndExplain(typename testing::internal::ConstRef<T>::typ=
e, testing::MatchResultListener*) const [with arg_type =3D const int&; type=
name testing::internal::ConstRef<T>::type =3D 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-gene=
rated-matchers.h:1430:43: warning: unused parameter 'arg' [-Wunused-paramet=
er]
 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=3D/tmp/obj/worksp=
ace/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/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.dsdebug.o -MTdsdebug.o -std=3Dgnu9=
9 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror=
 -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoin=
ter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-e=
rror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialize=
d -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packe=
d-member      -c /workspace/src/sys/contrib/dev/acpica/components/dispatche=
r/dsdebug.c -o dsdebug.o
--- all_subdir_usr.bin ---
--- misc.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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=3Dgnu99 -=
Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -W=
all -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-defi=
nition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darra=
y-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcas=
t-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-er=
ror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses =
-Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused=
-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -W=
no-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull=
-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compar=
e -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=
=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-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=3D]
   40 | static const char sccsid[] =3D "@(#)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_fi=
le' reading 56 bytes from a region of size 18 [-Werror=3Dstringop-overread]
 1470 |         if (qemu_fwcfg_add_file("opt/bhyve/hw.ncpu", sizeof(guest_n=
cpus),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
 1471 |             &guest_ncpus) !=3D 0) {
      |             ~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/bhyverun.c:1470:13: note: referencing argumen=
t 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 functio=
n '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=3D/tmp/obj/worksp=
ace/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=3Dg=
nu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wer=
ror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wp=
ointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -W=
unused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-styl=
e-definition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=
=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-erro=
r=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations =
-Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-paren=
theses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=
=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused=
-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=
=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautologi=
cal-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation =
-Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dform=
at-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthroug=
h -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=
=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err=
or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement=
-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er=
ror=3Dstringop-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' directi=
ve output may be truncated writing 7 bytes into a region of size between 1 =
and 10 [-Wformat-truncation=3D]
  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 be=
tween 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' directi=
ve output may be truncated writing 7 bytes into a region of size between 1 =
and 10 [-Wformat-truncation=3D]
  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 bet=
ween 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_fi=
le' reading 56 bytes from a region of size 18 [-Werror=3Dstringop-overread]
 1470 |         if (qemu_fwcfg_add_file("opt/bhyve/hw.ncpu", sizeof(guest_n=
cpus),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~
 1471 |             &guest_ncpus) !=3D 0) {
      |             ~~~~~~~~~~~~~
/workspace/src/usr.sbin/bhyve/bhyverun.c:1470:13: note: referencing argumen=
t 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 functio=
n '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 n=
ot used [-Wunused-const-variable=3D]
   40 | static const char sccsid[] =3D "@(#)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=3D/tmp/obj/worksp=
ace/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/wo=
rkspace/src/sys -fPIE -g -MD  -MF.depend.dsfield.o -MTdsfield.o -std=3Dgnu9=
9 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror=
 -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpoin=
ter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Dadd=
ress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-co=
mpare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecate=
d-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlo=
gical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitializ=
ed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-e=
rror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialize=
d -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=
=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo=
l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-=
error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici=
t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size=
 -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa=
re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization=
s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul=
tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc=
ess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packe=
d-member      -c /workspace/src/sys/contrib/dev/acpica/components/dispatche=
r/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/jenkins1635375495894686=
5199.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
------=_Part_500_327025549.1679132094865--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?545483554.501.1679132096952>