Date: Mon, 20 Mar 2023 20:37:35 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kp@FreeBSD.org, markj@FreeBSD.org, andrew@FreeBSD.org, gjb@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #646 - Still Failing Message-ID: <965963011.659.1679344658158@jenkins.ci.freebsd.org> In-Reply-To: <1898155488.653.1679329465374@jenkins.ci.freebsd.org> References: <1898155488.653.1679329465374@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_658_1350235153.1679344655915 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #646 (e4e139b828a2278b44496653c1cd5e= 6298afb3c6) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/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/6= 46/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.h= ex > img-1x1-512-gpt.raw --- img-1x1-512-gpt.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-gpt.vhd.h= ex > 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 uninit= ialized [-Wmaybe-uninitialized] 328 | #define powerof2(x) ((((x)-1)&(x))=3D=3D0) | ^ /workspace/src/usr.sbin/bhyve/block_if.c:481:41: note: 'pssopt' was declare= d 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' 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- 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.h= ex > img-1x1-512-mbr.raw --- img-1x1-512-mbr.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-mbr.vhd.h= ex > 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_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 --- --- 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.qco= w.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.qco= w2.hex > img-1x1-512-vtoc8.qcow2 --- all_subdir_usr.sbin --- /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.dscontrol.o -MTdscontrol.o -std=3D= gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -We= rror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -W= pointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddep= recated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-erro= r=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunini= tialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function = -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninit= ialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno= -error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error= =3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined= -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Di= mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el= t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer= -compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi= zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error= =3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-= memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of= -packed-member -c /workspace/src/sys/contrib/dev/acpica/components/dis= patcher/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.vhd= f.hex > img-1x1-512-vtoc8.vhdf --- img-1x1-512-vtoc8.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhd= x.hex > img-1x1-512-vtoc8.vhdx --- img-1x1-512-vtoc8.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vmd= k.hex > img-1x1-512-vtoc8.vmdk --- img-63x255-4096-apm.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.q= cow.hex > img-63x255-4096-apm.qcow --- img-63x255-4096-apm.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.q= cow2.hex > img-63x255-4096-apm.qcow2 --- img-63x255-4096-apm.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.r= aw.hex > img-63x255-4096-apm.raw --- img-63x255-4096-apm.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.v= hd.hex > img-63x255-4096-apm.vhd --- img-63x255-4096-apm.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.v= hdf.hex > img-63x255-4096-apm.vhdf --- img-63x255-4096-apm.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.v= hdx.hex > img-63x255-4096-apm.vhdx --- img-63x255-4096-apm.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-apm.v= mdk.hex > img-63x255-4096-apm.vmdk --- img-63x255-4096-bsd.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.q= cow.hex > img-63x255-4096-bsd.qcow --- img-63x255-4096-bsd.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.q= cow2.hex > img-63x255-4096-bsd.qcow2 --- img-63x255-4096-bsd.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.r= aw.hex > img-63x255-4096-bsd.raw --- img-63x255-4096-bsd.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.v= hd.hex > img-63x255-4096-bsd.vhd --- img-63x255-4096-bsd.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.v= hdf.hex > img-63x255-4096-bsd.vhdf --- img-63x255-4096-bsd.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.v= hdx.hex > img-63x255-4096-bsd.vhdx --- img-63x255-4096-bsd.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-bsd.v= mdk.hex > img-63x255-4096-bsd.vmdk --- img-63x255-4096-ebr.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.q= cow.hex > img-63x255-4096-ebr.qcow --- img-63x255-4096-ebr.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.q= cow2.hex > img-63x255-4096-ebr.qcow2 --- img-63x255-4096-ebr.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.r= aw.hex > img-63x255-4096-ebr.raw --- img-63x255-4096-ebr.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.v= hd.hex > img-63x255-4096-ebr.vhd --- img-63x255-4096-ebr.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.v= hdf.hex > img-63x255-4096-ebr.vhdf --- img-63x255-4096-ebr.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.v= hdx.hex > img-63x255-4096-ebr.vhdx --- img-63x255-4096-ebr.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-ebr.v= mdk.hex > img-63x255-4096-ebr.vmdk --- img-63x255-4096-gpt.qcow --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.q= cow.hex > img-63x255-4096-gpt.qcow --- img-63x255-4096-gpt.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.q= cow2.hex > img-63x255-4096-gpt.qcow2 --- img-63x255-4096-gpt.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.r= aw.hex > img-63x255-4096-gpt.raw --- img-63x255-4096-gpt.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.v= hd.hex > img-63x255-4096-gpt.vhd --- img-63x255-4096-gpt.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.v= hdf.hex > img-63x255-4096-gpt.vhdf --- img-63x255-4096-gpt.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.v= hdx.hex > img-63x255-4096-gpt.vhdx --- img-63x255-4096-gpt.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-gpt.v= mdk.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.q= cow.hex > img-63x255-4096-mbr.qcow --- all_subdir_tests --- (cd /workspace/src/tests/sys/fs/fusefs && DEPENDFILE=3D.depend.flush NO_S= UBDIR=3D1 make -f /workspace/src/tests/sys/fs/fusefs/Makefile _RECURSING_PR= OGS=3Dt PROG=3Dflush PROG_CXX=3Dflush) --- all_subdir_usr.bin --- --- img-63x255-4096-mbr.qcow2 --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.q= cow2.hex > img-63x255-4096-mbr.qcow2 --- img-63x255-4096-mbr.raw --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.r= aw.hex > img-63x255-4096-mbr.raw --- img-63x255-4096-mbr.vhd --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.v= hd.hex > img-63x255-4096-mbr.vhd --- img-63x255-4096-mbr.vhdf --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.v= hdf.hex > img-63x255-4096-mbr.vhdf --- img-63x255-4096-mbr.vhdx --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.v= hdx.hex > img-63x255-4096-mbr.vhdx --- img-63x255-4096-mbr.vmdk --- sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-63x255-4096-mbr.v= mdk.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/li= butil.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=3D/tmp/obj/works= pace/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-for= mat-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wn= o-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-= qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wch= ar-subscripts -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-= compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error= =3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-v= ariable -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=3Dtautological-compare -Wno-e= rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre= cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e= rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint= -in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W= no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf= low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t= ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error= =3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru= ncation -Wno-return-type -I/workspace/src/tests -I/workspace/src/sys/fs/fu= se -I/workspace/src/sbin/mount -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr= /include/private -DGTEST_HAS_POSIX_RE=3D1 -DGTEST_HAS_PTHREAD=3D1 -DGTEST_H= AS_STREAM_REDIRECTION=3D1 -frtti -fPIE -std=3Dc++14 -Wno-class-memaccess -W= no-deprecated-copy -Wno-literal-suffix -Wno-error=3Dunknown-pragmas -Wno-pl= acement-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=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 --- --- 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.qc= ow.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.qc= ow2.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/jenkins1247031066972568= 5569.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_658_1350235153.1679344655915--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?965963011.659.1679344658158>