FreeBSD-main-amd64-gcc12_build - Build #637 - Still Failing
Date: Sat, 18 Mar 2023 19:20:38 UTC
FreeBSD-main-amd64-gcc12_build - Build #637 (2b4b3789f877918e9e89a217d3b25d854d1a2267) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/637/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/637/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/637/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) 02904a06c76be857307b78184863654b9e7b88ab by kib: amd64: properly recalculate mitigations knobs after resume 2b4b3789f877918e9e89a217d3b25d854d1a2267 by kib: acpi_wakeup.c: apply the reviewer' editorial corrections to the comment The end of the build log: [...truncated 79.58 MB...] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_function.h:45:27: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::__1::binary_function' is deprecated [-Wdeprecated-declarations] 45 | using __binary_function = binary_function<_Arg1, _Arg2, _Result>; | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_function.h:24:57: note: declared here 24 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function | ^~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/operations.h:15, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:16: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_function.h:42:26: warning: 'template<class _Arg, class _Result> struct std::__1::unary_function' is deprecated [-Wdeprecated-declarations] 42 | using __unary_function = unary_function<_Arg, _Result>; | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_function.h:23:57: note: declared here 23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function | ^~~~~~~~~~~~~~ --- all_subdir_sbin --- --- all_subdir_sbin/quotacheck --- --- quotacheck.full --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -fPIE -g -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 -Wl,-zrelro -pie -o quotacheck.full quotacheck.o preen.o fsutil.o utilities.o -lutil -lufs --- all_subdir_usr.bin --- --- posixshmcontrol.1.gz --- gzip -cn /workspace/src/usr.bin/posixshmcontrol/posixshmcontrol.1 > posixshmcontrol.1.gz --- posixshmcontrol.debug --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug posixshmcontrol.full posixshmcontrol.debug --- posixshmcontrol --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=posixshmcontrol.debug posixshmcontrol.full posixshmcontrol --- all_subdir_tests --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:28: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:216:14: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations] 216 | unique_ptr(auto_ptr<_Up>&& __p, | ^~~~~~~~ /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/unique_ptr.h:247:17: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprecated [-Wdeprecated-declarations] 247 | operator=(auto_ptr<_Up> __p) { | ^~~~~~~~ /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.bin --- --- all_subdir_usr.bin/printenv --- ===> usr.bin/printenv (all) --- all_subdir_stand --- --- disk.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 -Wformat -fshort-wchar -mno-red-zone -nostdinc -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/src/stand/efi/loader_lua/../loader -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/loader_lua -I/workspace/src/stand/efi/loader_lua/arch/amd64 -I/workspace/src/stand/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src/sys/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/workspace/src/stand/common -I/workspace/src/contrib/lua/src -I/workspace/src/stand/common -I/workspace/src/stand/liblua -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.efi\" -g -MD -MF.depend.disk.o -MTdisk.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -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 -Os -c /workspace/src/stand/common/disk.c -o disk.o --- all_subdir_sbin --- --- quotacheck.8.gz --- gzip -cn /workspace/src/sbin/quotacheck/quotacheck.8 > quotacheck.8.gz --- all_subdir_usr.bin --- --- .depend --- echo printenv.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >> .depend --- printenv.o --- --- all_subdir_sbin --- --- quotacheck.debug --- --- 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 -fPIE -g -MD -MF.depend.printenv.o -MTprintenv.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/usr.bin/printenv/printenv.c -o printenv.o --- all_subdir_sbin --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --only-keep-debug quotacheck.full quotacheck.debug --- quotacheck --- --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/tcpdump --- --- print-eap.o --- --- all_subdir_sbin --- /usr/local/x86_64-unknown-freebsd13.1/bin/objcopy --strip-debug --add-gnu-debuglink=quotacheck.debug quotacheck.full quotacheck --- 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 -I/workspace/src/usr.sbin/tcpdump/tcpdump -I/workspace/src/contrib/tcpdump -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -DINET6 -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-eap.o -MTprint-eap.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/contrib/tcpdump/print-eap.c -o print-eap.o --- all_subdir_sbin --- --- all_subdir_sbin/bectl --- ===> sbin/bectl (all) --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/acpi --- --- dsmthdat.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DACPI_DB_APP -DACPI_EXEC_APP -fno-strict-aliasing -I/workspace/src/sys -fPIE -g -MD -MF.depend.dsmthdat.o -MTdsmthdat.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/dsmthdat.c -o dsmthdat.o --- all_subdir_sbin --- --- .depend --- echo bectl.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/lib/libbe/libbe_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libjail.a /tmp/obj/workspace/src/amd64.amd64/cddl/lib/libnvpair/libnvpair_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libspl.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a /tmp/obj/workspace/src/amd64.amd64/cddl/lib/libzfsbootenv/libzfsbootenv_pie.a >> .depend --- bectl.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 -DIN_BASE -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/ -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/freebsd -I/workspace/src/sys -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -include /workspace/src/sys/modules/zfs/zfs_config.h -fPIE -g -MD -MF.depend.bectl.o -MTbectl.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/sbin/bectl/bectl.c -o bectl.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/mandoc --- --- tbl_html.o --- --- all_subdir_usr.bin/printenv --- /workspace/src/usr.bin/printenv/printenv.c:33:19: warning: 'copyright' defined but not used [-Wunused-const-variable=] 33 | static const char copyright[] = | ^~~~~~~~~ --- all_subdir_usr.bin/mandoc --- /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_html.o -MTtbl_html.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/tbl_html.c -o tbl_html.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_stand --- --- part.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 -Wformat -fshort-wchar -mno-red-zone -nostdinc -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/src/stand/efi/loader_lua/../loader -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -I/workspace/src/stand/efi/loader_lua -I/workspace/src/stand/efi/loader_lua/arch/amd64 -I/workspace/src/stand/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src/sys/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/workspace/src/stand/common -I/workspace/src/contrib/lua/src -I/workspace/src/stand/common -I/workspace/src/stand/liblua -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.efi\" -g -MD -MF.depend.part.o -MTpart.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -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 -Os -DHAVE_MEMCPY -I/workspace/src/sys/contrib/zlib -c /workspace/src/stand/common/part.c -o part.o --- all_subdir_sbin --- --- all_subdir_sbin/routed --- --- input.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -fPIE -g -MD -MF.depend.input.o -MTinput.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/sbin/routed/input.c -o input.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/printenv --- --- printenv.full --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -fPIE -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wl,-zrelro -pie -o printenv.full printenv.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/bhyvectl --- /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2061:25: warning: 'ldtr' may be used uninitialized [-Wmaybe-uninitialized] 2061 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_LDTR, ldtr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:46: note: 'ldtr' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2058:25: warning: 'tr' may be used uninitialized [-Wmaybe-uninitialized] 2058 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_TR, tr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:42: note: 'tr' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2055:25: warning: 'ss' may be used uninitialized [-Wmaybe-uninitialized] 2055 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_SS, ss); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:38: note: 'ss' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~ --- all_subdir_usr.sbin/bhyve --- cc1: all warnings being treated as errors --- all_subdir_usr.sbin/bhyvectl --- /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2052:25: warning: 'gs' may be used uninitialized [-Wmaybe-uninitialized] 2052 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_GS, gs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:34: note: 'gs' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2049:25: warning: 'fs' may be used uninitialized [-Wmaybe-uninitialized] 2049 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:30: note: 'fs' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2046:25: warning: 'es' may be used uninitialized [-Wmaybe-uninitialized] 2046 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_ES, es); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:26: note: 'es' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:2043:25: warning: 'ds' may be used uninitialized [-Wmaybe-uninitialized] 2043 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_DS, ds); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1740:22: note: 'ds' was declared here 1740 | uint64_t cs, ds, es, fs, gs, ss, tr, ldtr; | ^~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1943:25: warning: 'efer' may be used uninitialized [-Wmaybe-uninitialized] 1943 | error = vm_set_register(ctx, vcpu, VM_REG_GUEST_EFER, efer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/bhyvectl/bhyvectl.c:1735:36: note: 'efer' was declared here 1735 | uint64_t rsp, rip, rflags, efer, pat; | ^~~~ --- all_subdir_usr.sbin/bhyve --- *** [bhyverun.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/bhyve 1 error make[4]: stopped in /workspace/src/usr.sbin/bhyve --- all_subdir_stand --- --- all_subdir_stand/efi/loader_simp --- make[4]: stopped in /workspace/src/stand/efi --- all_subdir_stand/efi/loader_4th --- make[4]: stopped in /workspace/src/stand/efi --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_rescue --- *** [objs] Error code 6 make[4]: stopped in /workspace/src/rescue/rescue 1 error make[4]: stopped in /workspace/src/rescue/rescue --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_stand --- --- all_subdir_stand/efi/loader_lua --- make[4]: stopped in /workspace/src/stand/efi --- all_subdir_tests --- make[4]: stopped in /workspace/src/tests/sys --- all_subdir_rescue --- make[3]: stopped in /workspace/src/rescue --- all_subdir_sbin --- make[2]: stopped in /workspace/src --- all_subdir_stand --- make[3]: stopped in /workspace/src/stand --- all_subdir_rescue --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests --- all_subdir_stand --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[2]: stopped in /workspace/src --- all_subdir_lib --- --- invctrig_test --- make[5]: stopped in /workspace/src/lib/msun/tests make[4]: stopped in /workspace/src/lib/msun make[3]: stopped in /workspace/src/lib make[2]: stopped in /workspace/src 57.69 real 1205.60 user 152.68 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/jenkins9653011028863709185.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