FreeBSD-main-amd64-gcc12_build - Build #647 - Still Failing
Date: Mon, 20 Mar 2023 23:23:19 UTC
FreeBSD-main-amd64-gcc12_build - Build #647 (3610bffd2888b65389a46e8d075ce8e1fc83af4c) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/647/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/647/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/647/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) cc9158d74d306fdbee2f5f014e5d267eca0aa6d1 by markj: netipsec tests: Serialize 844ad2828a35c434b893af4274b1f6c50332dd70 by kp: pfsync: add missing unlock in pfsync_defer_tmo() 53247cdf12449e90f6736ae563e4cce8315c923f by kp: pfsync: fix pfsync_undefer_state() locking a6719858a48019aa54e1ea3be57d17fa88b080c6 by kp: pf tests: try to trigger locking issues in pfsync_timeout() 3ce64010f8ce3accc64eff312f31dc0d3c0fc9d1 by bapt: sh(1): fix history file write checking c3179891f897d840f578a5139839fcacb587c96d by markj: kerneldump: Inline dump_savectx() into its callers 3610bffd2888b65389a46e8d075ce8e1fc83af4c by kevans: pkill: use an ARG_MAX size buffer for argument matching The end of the build log: [...truncated 80.26 MB...] --- all_subdir_usr.sbin --- /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 --- --- all_subdir_lib/libiconv_modules/iconv_std --- ===> lib/libiconv_modules/iconv_std (all) --- all_subdir_lib/libiconv_modules/mapper_646 --- ===> lib/libiconv_modules/mapper_646 (all) --- all_subdir_lib/libiconv_modules/mapper_none --- ===> lib/libiconv_modules/mapper_none (all) --- all_subdir_lib/libiconv_modules/mapper_parallel --- ===> lib/libiconv_modules/mapper_parallel (all) --- all_subdir_lib/libcom_err --- ===> lib/libcom_err (all) --- all_subdir_usr.bin --- --- all_subdir_usr.bin/mandoc --- --- term_tab.o --- --- all_subdir_rescue --- --- v_zexit.o --- --- all_subdir_usr.bin --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DHAVE_CONFIG_H -I/workspace/src/lib/libopenbsd/ -fPIE -g -MD -MF.depend.term_tab.o -MTterm_tab.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=unu--- all_subdir_rescue --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -D__REGEX_PRIVATE -D_XOPEN_SOURCE_EXTENDED=1 -I/workspace/src/usr.bin/vi -I/workspace/src/contrib/nvi -I/workspace/src/contrib/nvi/regex -I/workspace/src/usr.bin/vi/ex -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD -MF.depend.v_zexit.o -MTv_zexit.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-erro--- all_subdir_usr.bin --- sed-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wno-format -c /workspace/src/contrib/mandoc/term_tab.c -o term_tab.o --- all_subdir_rescue --- r=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/nvi/vi/v_zexit.c -o v_zexit.o --- all_subdir_tests --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:642:16: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations] 642 | shared_ptr(auto_ptr<_Yp>&& __r) | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:30:56: note: declared here 30 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:741:32: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations] 741 | shared_ptr<_Tp>& operator=(auto_ptr<_Yp>&& __r) | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr.h:30:56: note: declared here 30 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr | ^~~~~~~~ --- 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_lib --- --- com_err.3.gz --- gzip -cn /workspace/src/contrib/com_err/com_err.3 > com_err.3.gz --- all_subdir_lib/libiconv_modules --- --- all_subdir_lib/libiconv_modules/mapper_serial --- ===> lib/libiconv_modules/mapper_serial (all) --- all_subdir_usr.bin --- --- term_tag.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DHAVE_CONFIG_H -I/workspace/src/lib/libopenbsd/ -fPIE -g -MD -MF.depend.term_tag.o -MTterm_tag.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wno-format -c /workspace/src/contrib/mandoc/term_tag.c -o term_tag.o --- all_subdir_lib --- --- all_subdir_lib/libiconv_modules/mapper_std --- ===> lib/libiconv_modules/mapper_std (all) --- 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- all_subdir_lib --- --- all_subdir_lib/libiconv_modules/mapper_zone --- ===> lib/libiconv_modules/mapper_zone (all) --- all_subdir_usr.sbin --- /workspace/src/usr.sbin/bhyve/bhyverun.c: In function 'main': /workspace/src/usr.sbin/bhyve/bhyverun.c:1470:13: error: 'qemu_fwcfg_add_file' reading 56 bytes from a region of size 18 [-Werror=stringop-overread] 1470 | if (qemu_fwcfg_add_file("opt/bhyve/hw.ncpu", sizeof(guest_ncpus), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1471 | &guest_ncpus) != 0) { | ~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyve/bhyverun.c:1470:13: note: referencing argument 1 of type 'const uint8_t[56]' {aka 'const unsigned char[56]'} /workspace/src/usr.sbin/bhyve/qemu_fwcfg.h:21:5: note: in a call to function 'qemu_fwcfg_add_file' 21 | int qemu_fwcfg_add_file(const uint8_t name[QEMU_FWCFG_MAX_NAME], | ^~~~~~~~~~~~~~~~~~~ --- all_subdir_rescue --- --- vi.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -D__REGEX_PRIVATE -D_XOPEN_SOURCE_EXTENDED=1 -I/workspace/src/usr.bin/vi -I/workspace/src/contrib/nvi -I/workspace/src/contrib/nvi/regex -I/workspace/src/usr.bin/vi/ex -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD -MF.depend.vi.o -MTvi.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/nvi/vi/vi.c -o vi.o --- all_subdir_lib --- --- all_subdir_lib/libldns --- ===> lib/libldns (all) --- all_subdir_usr.sbin --- --- block_if.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p -I/workspace/src/sys -DINET -DINET6 -DNETGRAPH -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace/src/sys/dev/usb/controller -fPIE -g -MD -MF.depend.block_if.o -MTblock_if.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 -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.sbin/bhyve/block_if.c -o block_if.o --- all_subdir_lib --- --- all_subdir_lib/libstats --- ===> lib/libstats (all) --- all_subdir_usr.bin --- --- tbl_term.o --- --- all_subdir_tests --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:513, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:223, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:551, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:45: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder1st.h:45:1: warning: 'template<class __Operation> class std::__1::binder1st' is deprecated [-Wdeprecated-declarations] 45 | binder1st<__Operation> | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder1st.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder1st | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder1st.h: In function 'std::__1::binder1st<__Operation> std::__1::bind1st(const __Operation&, const _Tp&)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder1st.h:47:13: warning: 'template<class __Operation> class std::__1::binder1st' is deprecated [-Wdeprecated-declarations] 47 | {return binder1st<__Operation>(__op, __x);} | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder1st.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder1st | ^~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:514: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder2nd.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder2nd.h:45:1: warning: 'template<class __Operation> class std::__1::binder2nd' is deprecated [-Wdeprecated-declarations] 45 | binder2nd<__Operation> | ^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder2nd.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd | ^~~~~~~~~ --- all_subdir_usr.bin --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DHAVE_CONFIG_H -I/workspace/src/lib/libopenbsd/ -fPIE -g -MD -MF.depend.tbl_term.o -MTtbl_term.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=unu--- all_subdir_tests --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder2nd.h: In function 'std::__1::binder2nd<__Operation> std::__1::bind2nd(const __Operation&, const _Tp&)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder2nd.h:47:13: warning: 'template<class __Operation> class std::__1::binder2nd' is deprecated [-Wdeprecated-declarations] 47 | {return binder2nd<__Operation>(__op, __x);} | ^~~~~~~~~ --- all_subdir_usr.bin --- sed-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wno-format -c /workspace/src/contrib/mandoc/tbl_term.c -o tbl_term.o --- all_subdir_tests --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binder2nd.h:25:56: note: declared here 25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd | ^~~~~~~~~ --- all_subdir_lib --- --- all_subdir_lib/libefivar --- ===> lib/libefivar (all) --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/acpi --- --- dsobject.o --- --- all_subdir_lib --- --- efivar.3.gz --- gzip -cn /workspace/src/lib/libefivar/efivar.3 > efivar.3.gz --- all_subdir_usr.sbin --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.dsobject.o -MTdsobject.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/dsobject.c -o dsobject.o --- all_subdir_lib --- --- all_subdir_lib/googletest --- ===> lib/googletest (all) --- all_subdir_lib/googletest/gtest --- ===> lib/googletest/gtest (all) --- all_subdir_lib/googletest/gmock --- ===> lib/googletest/gmock (all) --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/bhyve --- --- bhyverun.o --- cc1: all warnings being treated as errors *** [bhyverun.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/bhyve make[2]: stopped in /workspace/src --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- *** [vi_make] Error code 6 make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue 1 error make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_rescue --- *** [objs] Error code 2 make[4]: stopped in /workspace/src/rescue/rescue 1 error make[4]: stopped in /workspace/src/rescue/rescue make[3]: stopped in /workspace/src/rescue make[2]: stopped in /workspace/src 143.96 real 1363.41 user 148.32 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/jenkins9511442543182815595.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