Date: Tue, 21 Mar 2023 01:25:37 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kevans@FreeBSD.org, markj@FreeBSD.org, dumbbell@FreeBSD.org, fsu@FreeBSD.org, mhorne@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #648 - Still Failing Message-ID: <1225353708.683.1679361939988@jenkins.ci.freebsd.org> In-Reply-To: <511258399.671.1679354602514@jenkins.ci.freebsd.org> References: <511258399.671.1679354602514@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_682_1700316942.1679361937643 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #648 (d780c6a6abb5275c8c7219539553d5= 1ac94a023e) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/648/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 648/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6= 48/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) 822057bfbbbcdb722a7ccd0e40d6b7e82b1d83f7 by kevans: pkill: tests: do a pass for case-sensitive conflicts bb95e6fa98a33ec3fdfed76249d5fdf863e930b0 by fsu: Fix compilation issue, when DTRACE is not defined b54391a1f83169f847e5f28e29d1938a154d54e0 by mhorne: vcount.9: remove obsolete man page 43db15b16aa6ee24613d0b25cbf50f2aef5850d1 by mhorne: critical(9): small updates 87132d1dce4b61c782871f450c17b818bf991ff6 by mhorne: KASSERT(9): some updates d5e105bf7e4cb7e80eb4a4f8960bd6dd12fc4885 by mhorne: panic(9): some updates d55c1877386fd411129ee6d4019beda37b7f1c89 by mhorne: kern_reboot(9): some updates b7caa912f9df5f76f189be18afc949a775c8e0fe by mhorne: kern_reboot(9): document shutdown_nice() f6f8cbda8efcd32a312655842097e9095ee3e0fb by mhorne: kern_reboot(9): describe event handlers 8965b3033ea1750f2e064a130cf2f2158c6fc795 by mhorne: callout(9): adopt old references to timeout(9) 195aa533c7998d2ad236f1492b4bf232b5a32080 by mhorne: hardclock(9): small cleanups 84a44625a50fc548aae43af9e9738c1934b3e611 by mhorne: printf(9): add MLINKS for vlog(9) and vprintf(9) 005b7c5790ef913bb8053f890d9653228e577185 by mhorne: Cross-reference coretemp(4) and amdtemp(4) c05614ac97e4b03715145d2bcf9e32956aa4f5ff by mhorne: mi_switch(9): fix comma placement b59f9d03cd87b721e22e1d2b37876d3d2a86a3f1 by markj: vmrun: Expose bhyve's -G option c650e1949558c1993d7486859ad9804fd582129e by mhorne: arm: nexus code tidy-up e582d4a2b09e679baae457b50c7270b4a9f501bf by mhorne: arm64: nexus code tidy-up abe3309e71b94527e937f034dd81ca7d6afdeb67 by mhorne: riscv: nexus code tidy-up c514686aa06a08a97df051a75da9ea7964a74fb0 by mhorne: powerpc: nexus code tidy-up 99bd5c1fe32272ce6e8d9b2d575b42dd94593b25 by mhorne: x86: nexus code tidy-up 0777b000f1118af4abd7adf18bcff358fe8afd5e by dumbbell: linuxkpi: Define `dev_WARN()` and `dev_WARN_ONCE()` e91f5814b8e0b2fcf154ec6161c6f5a7d0528c18 by dumbbell: linuxkpi: Define `device_iommu_mapped()` 19a355436e03e52c674dddbfd8694a728961ea1a by dumbbell: linuxkpi: Add `default_groups` field to `struct kobj_type` af19988f6cd3918fd222003540769a38abb63174 by dumbbell: linuxkpi: Define `pcie_aspm_enabled()` eef905a85907102bc00b76b5b135c24cabe0456a by dumbbell: linuxkpi: Add <linux/iommu.h> 1b4e08b4832deeea4b9121cdaed4f6700bdab03f by dumbbell: linuxkpi: Support non-NULL zero-size pointers 5fbfe9517b4dab41a95e91b3fd8e73310c9eaa8b by dumbbell: linuxkpi: Define `seq_has_overflowed()` and `single_open_size()` d780c6a6abb5275c8c7219539553d51ac94a023e by dumbbell: x86/pci_early_quirks: Support Intel 11th+ gen The end of the build log: [...truncated 81.68 MB...] 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 --- --- all_subdir_usr.bin/netstat --- =3D=3D=3D> usr.bin/netstat (all) --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/tcpdump --- --- print-sctp.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 -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/s= rc/contrib/tcpdump -DHAVE_CONFIG_H -D_U_=3D"__attribute__((unused))" -DINET= 6 -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-sct= p.o -MTprint-sctp.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-= strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parame= ter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-si= gn -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3D= attributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dc= lobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wn= o-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al= iasing -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=3D= shift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-= const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-err= or=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-= truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-conte= xt -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnon= null -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error= =3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error= =3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn= o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re= turn-type -Wno-address-of-packed-member -c /workspace/src/contrib/tcpd= ump/print-sctp.c -o print-sctp.o --- all_subdir_lib --- --- all_subdir_lib/googletest/tests/gmock_main --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__algorithm/partial_sort_copy.h:16, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/algorithm:1776, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/array:127, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__functional/boyer_moore_searcher.h:24, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/functional:515: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/make_= projected.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/make_= projected.h:77:46: warning: 'visibility' attribute ignored [-Wattributes] 77 | __make_projected(_Pred& __pred, _Proj& __proj) { | ^ --- all_subdir_usr.bin --- --- nl_defs.h --- --- all_subdir_lib --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/make_= projected.h:90:39: warning: 'visibility' attribute ignored [-Wattributes] 90 | __make_projected(_Pred& __pred, _Proj&) { | ^ --- all_subdir_usr.bin --- awk ' BEGIN { print "#include <nlist.h>"; print "extern struct nlist nl[]= ;"; i =3D 0; } !/^\#/ { printf("\#define\tN%s\t%s\n", toupper($2), i++);= }' < /workspace/src/usr.bin/netstat/nlist_symbols > nl_defs.h || rm -f nl= _defs.h --- nl_symbols.c --- awk ' BEGIN { print "#include <sys/param.h>"; print "#include <nlist.h>";= print "struct nlist nl[] =3D {"; } !/^\#/ { printf("\t{ .n_name =3D \"%= s\" },\n", $2); } END { print "\t{ .n_name =3D NULL },\n};" } ' < /worksp= ace/src/usr.bin/netstat/nlist_symbols > nl_symbols.c || rm -f nl_symbols.c --- .depend --- echo netstat.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /t= mp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libkvm.a /tmp/obj/workspace/sr= c/amd64.amd64/tmp/usr/lib/libmemstat.a /tmp/obj/workspace/src/amd64.amd64/t= mp/usr/lib/libxo.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a= /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libnetgraph.a >> .depend --- if.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 -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/netstat -fn= o-strict-aliasing -DIPSEC -DSCTP -DINET -DINET6 -DSDP -DPF -DNETGRAPH -fPIE= -g -MD -MF.depend.if.o -MTif.o -std=3Dgnu99 -Wno-format-zero-length -fsta= ck-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-= unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -W= no-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-erro= r=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=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 -Wno-address-of-packed-member -c /workspace/s= rc/usr.bin/netstat/if.c -o if.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/acpi --- --- evmisc.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.evmisc.o -MTevmisc.o -std=3Dgnu99 = -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -= Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointe= r-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre= ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp= are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-= declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi= cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized= -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized = -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/events/ev= misc.c -o evmisc.o --- all_subdir_lib --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/functional:523: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:51:1: warning: 'template<class _Sp, class _Tp> class std::__1::me= m_fun_t' is deprecated [-Wdeprecated-declarations] 51 | mem_fun_t<_Sp,_Tp> | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:26:56: note: declared here 26 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::mem_fun_t<_Sp, _Tp> std::__1::mem_fun(_Sp= (_Tp::*)())': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:53:13: warning: 'template<class _Sp, class _Tp> class std::__1::m= em_fun_t' is deprecated [-Wdeprecated-declarations] 53 | {return mem_fun_t<_Sp,_Tp>(__f);} | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:26:56: note: declared here 26 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:57:1: warning: 'template<class _Sp, class _Tp, class _Ap> class s= td::__1::mem_fun1_t' is deprecated [-Wdeprecated-declarations] 57 | mem_fun1_t<_Sp,_Tp,_Ap> | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:38:56: note: declared here 38 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_t | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::mem_fun1_t<_Sp, _Tp, _Ap> std::__1::mem_f= un(_Sp (_Tp::*)(_Ap))': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:59:13: warning: 'template<class _Sp, class _Tp, class _Ap> class = std::__1::mem_fun1_t' is deprecated [-Wdeprecated-declarations] 59 | {return mem_fun1_t<_Sp,_Tp,_Ap>(__f);} | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:38:56: note: declared here 38 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_t | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:87:1: warning: 'template<class _Sp, class _Tp> class std::__1::me= m_fun_ref_t' is deprecated [-Wdeprecated-declarations] 87 | mem_fun_ref_t<_Sp,_Tp> | ^~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:62:56: note: declared here 62 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_= t | ^~~~~~~~~~~~= ~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::mem_fun_ref_t<_Sp, _Tp> std::__1::mem_fun= _ref(_Sp (_Tp::*)())': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:89:13: warning: 'template<class _Sp, class _Tp> class std::__1::m= em_fun_ref_t' is deprecated [-Wdeprecated-declarations] 89 | {return mem_fun_ref_t<_Sp,_Tp>(__f);} | ^~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:62:56: note: declared here 62 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_= t | ^~~~~~~~~~~~= ~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:93:1: warning: 'template<class _Sp, class _Tp, class _Ap> class s= td::__1::mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations] 93 | mem_fun1_ref_t<_Sp,_Tp,_Ap> | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:74:56: note: declared here 74 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_ref= _t | ^~~~~~~~~~~~= ~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::mem_fun1_ref_t<_Sp, _Tp, _Ap> std::__1::m= em_fun_ref(_Sp (_Tp::*)(_Ap))': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:95:13: warning: 'template<class _Sp, class _Tp, class _Ap> class = std::__1::mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations] 95 | {return mem_fun1_ref_t<_Sp,_Tp,_Ap>(__f);} | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:74:56: note: declared here 74 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_ref= _t | ^~~~~~~~~~~~= ~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:123:1: warning: 'template<class _Sp, class _Tp> class std::__1::c= onst_mem_fun_t' is deprecated [-Wdeprecated-declarations] 123 | const_mem_fun_t<_Sp,_Tp> | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:98:56: note: declared here 98 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n_t | ^~~~~~~~~~~~= ~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::const_mem_fun_t<_Sp, _Tp> std::__1::mem_f= un(_Sp (_Tp::*)() const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:125:13: warning: 'template<class _Sp, class _Tp> class std::__1::= const_mem_fun_t' is deprecated [-Wdeprecated-declarations] 125 | {return const_mem_fun_t<_Sp,_Tp>(__f);} | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:98:56: note: declared here 98 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n_t | ^~~~~~~~~~~~= ~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:129:1: warning: 'template<class _Sp, class _Tp, class _Ap> class = std::__1::const_mem_fun1_t' is deprecated [-Wdeprecated-declarations] 129 | const_mem_fun1_t<_Sp,_Tp,_Ap> | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:110:56: note: declared here 110 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n1_t | ^~~~~~~~~~~~= ~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::const_mem_fun1_t<_Sp, _Tp, _Ap> std::__1:= :mem_fun(_Sp (_Tp::*)(_Ap) const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:131:13: warning: 'template<class _Sp, class _Tp, class _Ap> class= std::__1::const_mem_fun1_t' is deprecated [-Wdeprecated-declarations] 131 | {return const_mem_fun1_t<_Sp,_Tp,_Ap>(__f);} | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:110:56: note: declared here 110 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n1_t | ^~~~~~~~~~~~= ~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:159:1: warning: 'template<class _Sp, class _Tp> class std::__1::c= onst_mem_fun_ref_t' is deprecated [-Wdeprecated-declarations] 159 | const_mem_fun_ref_t<_Sp,_Tp> | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:134:56: note: declared here 134 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n_ref_t | ^~~~~~~~~~~~= ~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::const_mem_fun_ref_t<_Sp, _Tp> std::__1::m= em_fun_ref(_Sp (_Tp::*)() const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:161:13: warning: 'template<class _Sp, class _Tp> class std::__1::= const_mem_fun_ref_t' is deprecated [-Wdeprecated-declarations] 161 | {return const_mem_fun_ref_t<_Sp,_Tp>(__f);} | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:134:56: note: declared here 134 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n_ref_t | ^~~~~~~~~~~~= ~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:165:1: warning: 'template<class _Sp, class _Tp, class _Ap> class = std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations] 165 | const_mem_fun1_ref_t<_Sp,_Tp,_Ap> | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:146:56: note: declared here 146 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n1_ref_t | ^~~~~~~~~~~~= ~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h: In function 'std::__1::const_mem_fun1_ref_t<_Sp, _Tp, _Ap> std::= __1::mem_fun_ref(_Sp (_Tp::*)(_Ap) const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:167:13: warning: 'template<class _Sp, class _Tp, class _Ap> class= std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations] 167 | {return const_mem_fun1_ref_t<_Sp,_Tp,_Ap>(__f);} | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_= fun_ref.h:146:56: note: declared here 146 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fu= n1_ref_t | ^~~~~~~~~~~~= ~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/functional:526: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_binary_function.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_binary_function.h:38:1: warning: 'template<class _Arg1, class _Arg2,= class _Result> class std::__1::pointer_to_binary_function' is deprecated [= -Wdeprecated-declarations] 38 | pointer_to_binary_function<_Arg1,_Arg2,_Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_binary_function.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_b= inary_function | ^~~~~~~~~~~~= ~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_binary_function.h: In function 'std::__1::pointer_to_binary_function= <_Arg1, _Arg2, _Result> std::__1::ptr_fun(_Result (*)(_Arg1, _Arg2))': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_binary_function.h:40:13: warning: 'template<class _Arg1, class _Arg2= , class _Result> class std::__1::pointer_to_binary_function' is deprecated = [-Wdeprecated-declarations] 40 | {return pointer_to_binary_function<_Arg1,_Arg2,_Result>(__f);} | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_binary_function.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_b= inary_function | ^~~~~~~~~~~~= ~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/functional:527: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_unary_function.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_unary_function.h:38:1: warning: 'template<class _Arg, class _Result>= class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-dec= larations] 38 | pointer_to_unary_function<_Arg,_Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_unary_function.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_u= nary_function | ^~~~~~~~~~~~= ~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_unary_function.h: In function 'std::__1::pointer_to_unary_function<_= Arg, _Result> std::__1::ptr_fun(_Result (*)(_Arg))': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_unary_function.h:40:13: warning: 'template<class _Arg, class _Result= > class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-de= clarations] 40 | {return pointer_to_unary_function<_Arg,_Result>(__f);} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/poin= ter_to_unary_function.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_u= nary_function | ^~~~~~~~~~~~= ~~~~~~~~~~~~~ --- all_subdir_usr.sbin --- --- evregion.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.evregion.o -MTevregion.o -std=3Dgn= u99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpo= inter-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Da= ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-= compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca= ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D= logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial= ized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno= -error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitiali= zed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-err= or=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Db= ool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wn= o-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpli= cit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-si= ze -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-com= pare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizati= ons -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dm= ultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mema= ccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pac= ked-member -c /workspace/src/sys/contrib/dev/acpica/components/events/= evregion.c -o evregion.o --- all_subdir_usr.sbin/tcpdump --- --- print-sflow.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 -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/s= rc/contrib/tcpdump -DHAVE_CONFIG_H -D_U_=3D"__attribute__((unused))" -DINET= 6 -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-sfl= ow.o -MTprint-sflow.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protecto= r-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-para= meter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-= sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-b= ody -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-erro= r=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunu= sed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno= -error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfor= mat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-c= ontext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error= =3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno= -error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno= -error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri= ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -= Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contri= b/tcpdump/print-sflow.c -o print-sflow.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_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[4]: stopped in /workspace/src/tests/sys make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src 104.24 real 1050.45 user 124.48 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/jenkins1777473590008940= 6919.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_682_1700316942.1679361937643--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1225353708.683.1679361939988>