FreeBSD-main-amd64-gcc12_build - Build #5178 - Still Failing
Date: Thu, 03 Apr 2025 21:16:55 UTC
FreeBSD-main-amd64-gcc12_build - Build #5178 (7e70d94acd68b3ac6b45f49d4ab7a0f7867c3ea7) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5178/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5178/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5178/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) 7e70d94acd68b3ac6b45f49d4ab7a0f7867c3ea7 by kp: pf: allow 'allow-opts' to be used on match rules The end of the build log: [...truncated 101.10 MiB...] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:522:24: required from 'testing::Matcher<T> testing::SafeMatcherCast(const M&) [with T = const std::__1::vector<bool>&; M = internal::UnorderedElementsAreArrayMatcher<bool>]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:5070:35: required from 'bool testing::ExplainMatchResult(M, const T&, MatchResultListener*) [with T = std::__1::vector<bool>; M = internal::UnorderedElementsAreArrayMatcher<bool>]' /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:1844:3: required from here /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::Matcher<const bool&> >' {aka 'class testing::Matcher<const bool&>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 645 | __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:463:7: note: 'std::__1::__remove_const_t<testing::Matcher<const bool&> >' {aka 'class testing::Matcher<const bool&>'} declared here 463 | class Matcher : public internal::MatcherBase<T> { | ^~~~~~~ --- all_subdir_usr.sbin --- /workspace/src/usr.sbin/inetd/inetd.c: In function 'inetd_setproctitle': /workspace/src/usr.sbin/inetd/inetd.c:2093:42: warning: '%s' directive writing up to 1024 bytes into a region of size 78 [-Wformat-overflow=] 2093 | (void) sprintf(buf, "%s [%s]", a, pbuf); | ^~ ~~~~ /workspace/src/usr.sbin/inetd/inetd.c:2093:24: note: 'sprintf' output 4 or more bytes (assuming 1028) into a destination of size 80 2093 | (void) sprintf(buf, "%s [%s]", a, pbuf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- all_subdir_lib --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::Matcher<const double&> >; _Tp = testing::Matcher<const double&>]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42: required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::Matcher<const double&>; _Allocator = std::__1::allocator<testing::Matcher<const double&> >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1502:29: required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__push_back_slow_path(_Up&&) [with _Up = testing::Matcher<const double&>; _Tp = testing::Matcher<const double&>; _Allocator = std::__1::allocator<testing::Matcher<const double&> >; pointer = testing::Matcher<const double&>*]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1526:34: required from 'void std::__1::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = testing::Matcher<const double&>; _Allocator = std::__1::allocator<testing::Matcher<const double&> >; value_type = testing::Matcher<const double&>]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3627:26: required from 'testing::internal::UnorderedElementsAreMatcherImpl<Container>::UnorderedElementsAreMatcherImpl(testing::internal::UnorderedMatcherRequire::Flags, InputIter, InputIter) [with InputIter = std::__1::__wrap_iter<const testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int>*>; Container = const double (&)[3]]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3766:9: required from 'testing::internal::UnorderedElementsAreArrayMatcher<T>::operator testing::Matcher<T>() const [with Container = const double (&)[3]; T = testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int>]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:373:12: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::CastImpl(const M&, std::__1::true_type, std::__1::integral_constant<bool, Ignore>) [with bool Ignore = false; T = const double (&)[3]; M = testing::internal::UnorderedElementsAreArrayMatcher<testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int> >; std::__1::true_type = std::__1::integral_constant<bool, true>]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:355:20: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::Cast(const M&) [with T = const double (&)[3]; M = testing::internal::UnorderedElementsAreArrayMatcher<testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int> >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:515:47: required from 'testing::Matcher<T> testing::MatcherCast(const M&) [with T = const double (&)[3]; M = internal::UnorderedElementsAreArrayMatcher<internal::BoundSecondMatcher<PolymorphicMatcher<gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int> >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:522:24: required from 'testing::Matcher<T> testing::SafeMatcherCast(const M&) [with T = const double (&)[3]; M = internal::UnorderedElementsAreArrayMatcher<internal::BoundSecondMatcher<PolymorphicMatcher<gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int> >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:1591:64: required from 'testing::AssertionResult testing::internal::PredicateFormatterFromMatcher<M>::operator()(const char*, const T&) const [with T = double [3]; M = testing::internal::UnorderedElementsAreArrayMatcher<testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int> >]' /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:2472:3: required from here /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::Matcher<const double&> >' {aka 'class testing::Matcher<const double&>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 645 | __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:463:7: note: 'std::__1::__remove_const_t<testing::Matcher<const double&> >' {aka 'class testing::Matcher<const double&>'} declared here 463 | class Matcher : public internal::MatcherBase<T> { | ^~~~~~~ --- all_subdir_usr.sbin --- --- builtins.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DLOGIN_CAP -DINET6 -DLIBWRAP -DIPSEC -fPIE -g -MD -MF.depend.builtins.o -MTbuiltins.o -std=gnu17 -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-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/inetd/builtins.c -o builtins.o /workspace/src/usr.sbin/inetd/builtins.c:95:49: warning: cast between incompatible function types from 'struct servtab * (*)(int)' to 'void (*)(int, struct servtab *)' [-Wcast-function-type] 95 | { "tcpmux", SOCK_STREAM, 1, -1, (bi_fn_t *)tcpmux }, | ^ --- inetd.full --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -DLOGIN_CAP -DINET6 -DLIBWRAP -DIPSEC -fPIE -g -std=gnu17 -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-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 -Wl,-znoexecstack -o inetd.full inetd.o builtins.o -lutil -lwrap -lipsec --- inetd.8.gz --- gzip -cn /workspace/src/usr.sbin/inetd/inetd.8 > inetd.8.gz --- inetd.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug inetd.full inetd.debug --- inetd --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=inetd.debug inetd.full inetd --- all_subdir_usr.sbin/ipfwpcap --- ===> usr.sbin/ipfwpcap (all) --- .depend --- echo ipfwpcap.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libpcap.a >> .depend --- ipfwpcap.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/libpcap -fPIE -g -MD -MF.depend.ipfwpcap.o -MTipfwpcap.o -std=gnu17 -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-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/ipfwpcap/ipfwpcap.c -o ipfwpcap.o --- ipfwpcap.full --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/libpcap -fPIE -g -std=gnu17 -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-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 -Wl,-znoexecstack -o ipfwpcap.full ipfwpcap.o -lpcap --- ipfwpcap.8.gz --- gzip -cn /workspace/src/usr.sbin/ipfwpcap/ipfwpcap.8 > ipfwpcap.8.gz --- ipfwpcap.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ipfwpcap.full ipfwpcap.debug --- ipfwpcap --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ipfwpcap.debug ipfwpcap.full ipfwpcap --- all_subdir_usr.sbin/ctladm --- ===> usr.sbin/ctladm (all) --- .depend --- echo ctladm.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libcam.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libsbuf.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libbsdxml.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a /tmp/obj/workspace/src/amd64.amd64/lib/libnv/libnv_pie.a >> .depend --- ctladm.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/sys -DWANT_ISCSI -fPIE -g -MD -MF.depend.ctladm.o -MTctladm.o -std=gnu17 -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-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/ctladm/ctladm.c -o ctladm.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-nm --- --- llvm-nm.full --- /usr/local/bin/x86_64-unknown-freebsd14.1-g++12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-nm -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -Wno-format-zero-length -fstack-protector-strong -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-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 -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wl,--gc-sections -Wl,-zrelro -Wl,-znoexecstack -o llvm-nm.full llvm-nm-driver.o llvm-nm.o /tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm/libllvm.a -lz -lprivatezstd -lexecinfo -ltinfow -lpthread --- all_subdir_usr.bin/clang/llvm-objcopy --- --- llvm-objcopy-driver.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-g++12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-objcopy -I/workspace/src/contrib/llvm-project/llvm/tools/llvm-objcopy -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.llvm-objcopy-driver.o -MTllvm-objcopy-driver.o -Wno-format-zero-length -fstack-protector-strong -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-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 -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -c /workspace/src/usr.bin/clang/llvm-objcopy/llvm-objcopy-driver.cpp -o llvm-objcopy-driver.o --- all_subdir_usr.sbin --- --- util.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/sys -DWANT_ISCSI -fPIE -g -MD -MF.depend.util.o -MTutil.o -std=gnu17 -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-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/ctladm/util.c -o util.o --- ctl_util.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/sys -DWANT_ISCSI -fPIE -g -MD -MF.depend.ctl_util.o -MTctl_util.o -std=gnu17 -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-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/sys/cam/ctl/ctl_util.c -o ctl_util.o --- ctl_nvme_all.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/sys -DWANT_ISCSI -fPIE -g -MD -MF.depend.ctl_nvme_all.o -MTctl_nvme_all.o -std=gnu17 -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-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/sys/cam/ctl/ctl_nvme_all.c -o ctl_nvme_all.o --- ctl_scsi_all.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/sys -DWANT_ISCSI -fPIE -g -MD -MF.depend.ctl_scsi_all.o -MTctl_scsi_all.o -std=gnu17 -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-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/sys/cam/ctl/ctl_scsi_all.c -o ctl_scsi_all.o --- all_subdir_usr.sbin/ctladm/tests --- ===> usr.sbin/ctladm/tests (all) --- port --- echo '#! /usr/libexec/atf-sh' > port.tmp cat /workspace/src/usr.sbin/ctladm/tests/port.sh >>port.tmp chmod +x port.tmp mv port.tmp port --- Kyuafile --- --- ctladm.full --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/sys -DWANT_ISCSI -fPIE -g -std=gnu17 -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-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 -Wl,-znoexecstack -o ctladm.full ctladm.o util.o ctl_util.o ctl_nvme_all.o ctl_scsi_all.o -lcam -lsbuf -lbsdxml -lutil -lnv --- ctladm.8.gz --- gzip -cn /workspace/src/usr.sbin/ctladm/ctladm.8 > ctladm.8.gz --- ctladm.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug ctladm.full ctladm.debug --- ctladm --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=ctladm.debug ctladm.full ctladm --- all_subdir_usr.sbin/ctld --- ===> usr.sbin/ctld (all) --- parse.c --- yacc -d -v /workspace/src/usr.sbin/ctld/parse.y cp y.tab.c parse.c --- token.c --- lex -otoken.c /workspace/src/usr.sbin/ctld/token.l --- .depend --- echo ctld.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libbsdxml.a /tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil/libiscsiutil_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libmd.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libsbuf.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateucl.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/lib/libnv/libnv_pie.a >> .depend echo ctld.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc++.a >> .depend --- ctld.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-g++12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/usr.sbin/ctld -I/workspace/src/sys -I/workspace/src/sys/cam/ctl -I/workspace/src/sys/dev/iscsi -I/workspace/src/lib/libiscsiutil -DWANT_ISCSI -fPIE -g -MD -MF.depend.ctld.o -MTctld.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -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-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 -fPIE -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -c /workspace/src/usr.sbin/ctld/ctld.cc -o ctld.o In file included from /workspace/src/usr.sbin/ctld/ctld.cc:33: /workspace/src/sys/sys/event.h:366:20: error: 'int kqueue()' hides constructor for 'struct kqueue' [-Werror=shadow] 366 | int kqueue(void); | ^ /workspace/src/sys/sys/event.h:371:43: error: 'int kevent(int, const kevent*, int, kevent*, int, const timespec*)' hides constructor for 'struct kevent' [-Werror=shadow] 371 | const struct timespec *timeout); | ^ In file included from /workspace/src/usr.sbin/ctld/ctld.cc:37: /workspace/src/sys/sys/stat.h:396:63: error: 'int stat(const char*, stat*)' hides constructor for 'struct stat' [-Werror=shadow] 396 | int stat(const char * __restrict, struct stat * __restrict); | ^ In file included from /workspace/src/usr.sbin/ctld/ctld.cc:52: /workspace/src/sys/cam/scsi/scsi_all.h:4079:73: error: 'void scsi_test_unit_ready(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_test_unit_ready' [-Werror=shadow] 4079 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4086:52: error: 'void scsi_request_sense(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), void*, uint8_t, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_request_sense' [-Werror=shadow] 4086 | uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4092:65: error: 'void scsi_inquiry(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t*, uint32_t, int, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_inquiry' [-Werror=shadow] 4092 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4136:48: error: 'void scsi_log_sense(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t, int, int, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_log_sense' [-Werror=shadow] 4136 | uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4144:49: error: 'void scsi_log_select(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, int, int, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_log_select' [-Werror=shadow] 4144 | uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4149:65: error: 'void scsi_prevent(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_prevent' [-Werror=shadow] 4149 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4155:71: error: 'void scsi_read_capacity(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, scsi_read_capacity_data*, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_capacity' [-Werror=shadow] 4155 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4161:74: error: 'void scsi_read_capacity_16(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint64_t, int, int, uint8_t*, int, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_capacity_16' [-Werror=shadow] 4161 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4169:50: error: 'void scsi_report_luns(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, scsi_report_luns_data*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_report_luns' [-Werror=shadow] 4169 | uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4185:50: error: 'void scsi_report_timestamp(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, void*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_report_timestamp' [-Werror=shadow] 4185 | uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4230:74: error: 'void scsi_get_physical_element_status(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t*, uint16_t, uint8_t, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_get_physical_element_status' [-Werror=shadow] 4230 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4236:74: error: 'void scsi_remove_element_and_truncate(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint64_t, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_remove_element_and_truncate' [-Werror=shadow] 4236 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4248:60: error: 'void scsi_read_buffer(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_buffer' [-Werror=shadow] 4248 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4255:60: error: 'void scsi_write_buffer(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_write_buffer' [-Werror=shadow] 4255 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4324:52: error: 'void scsi_unmap(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t*, uint16_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_unmap' [-Werror=shadow] 4324 | uint8_t sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4336:74: error: 'void scsi_read_attribute(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint32_t, uint8_t, int, int, uint32_t, int, uint8_t*, uint32_t, int, uint32_t)' hides constructor for 'struct scsi_read_attribute' [-Werror=shadow] 4336 | uint32_t length, int sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4341:75: error: 'void scsi_write_attribute(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, int, int, int, uint8_t*, uint32_t, int, uint32_t)' hides constructor for 'struct scsi_write_attribute' [-Werror=shadow] 4341 | uint32_t length, int sense_len, uint32_t timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4348:58: error: 'void scsi_security_protocol_in(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, uint32_t, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_security_protocol_in' [-Werror=shadow] 4348 | int sense_len, int timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4355:59: error: 'void scsi_security_protocol_out(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, uint32_t, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_security_protocol_out' [-Werror=shadow] 4355 | int sense_len, int timeout); | ^ /workspace/src/sys/cam/scsi/scsi_all.h:4377:62: error: 'void scsi_report_supported_opcodes(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, int, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_report_supported_opcodes' [-Werror=shadow] 4377 | int sense_len, int timeout); | ^ --- all_subdir_usr.bin --- --- llvm-objcopy.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-g++12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-objcopy -I/workspace/src/contrib/llvm-project/llvm/tools/llvm-objcopy -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.llvm-objcopy.o -MTllvm-objcopy.o -Wno-format-zero-length -fstack-protector-strong -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-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 -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -c /workspace/src/contrib/llvm-project/llvm/tools/llvm-objcopy/llvm-objcopy.cpp -o llvm-objcopy.o --- all_subdir_lib --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::Matcher<const char&> >; _Tp = testing::Matcher<const char&>]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42: required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::Matcher<const char&>; _Allocator = std::__1::allocator<testing::Matcher<const char&> >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1469:31: required from 'void std::__1::vector<_Tp, _Alloc>::reserve(size_type) [with _Tp = testing::Matcher<const char&>; _Allocator = std::__1::allocator<testing::Matcher<const char&> >; size_type = long unsigned int]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3743:21: required from 'testing::internal::ElementsAreMatcher<MatcherTuple>::operator testing::Matcher<T>() const [with Container = const std::__1::list<char>&; MatcherTuple = std::__1::tuple<char, testing::internal::NeMatcher<char> >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:373:12: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::CastImpl(const M&, std::__1::true_type, std::__1::integral_constant<bool, Ignore>) [with bool Ignore = false; T = const std::__1::list<char>&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >; std::__1::true_type = std::__1::integral_constant<bool, true>]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:355:20: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::Cast(const M&) [with T = const std::__1::list<char>&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:515:47: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:373:12: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::CastImpl(const M&, std::__1::true_type, std::__1::integral_constant<bool, Ignore>) [with bool Ignore = false; T = const std::__1::vector<std::__1::list<char> >&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >, testing::internal::ElementsAreMatcher<std::__1::tuple<char, char, testing::internal::AnythingMatcher, testing::internal::AnythingMatcher, char> > > >; std::__1::true_type = std::__1::integral_constant<bool, true>]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:355:20: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::Cast(const M&) [with T = const std::__1::vector<std::__1::list<char> >&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >, testing::internal::ElementsAreMatcher<std::__1::tuple<char, char, testing::internal::AnythingMatcher, testing::internal::AnythingMatcher, char> > > >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:515:47: required from 'testing::Matcher<T> testing::MatcherCast(const M&) [with T = const std::__1::vector<std::__1::list<char> >&; M = internal::ElementsAreMatcher<std::__1::tuple<internal::ElementsAreMatcher<std::__1::tuple<char, internal::NeMatcher<char> > >, internal::ElementsAreMatcher<std::__1::tuple<char, char, internal::AnythingMatcher, internal::AnythingMatcher, char> > > >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:522:24: required from 'testing::Matcher<T> testing::SafeMatcherCast(const M&) [with T = const std::__1::vector<std::__1::list<char> >&; M = internal::ElementsAreMatcher<std::__1::tuple<internal::ElementsAreMatcher<std::__1::tuple<char, internal::NeMatcher<char> > >, internal::ElementsAreMatcher<std::__1::tuple<char, char, internal::AnythingMatcher, internal::AnythingMatcher, char> > > >]' /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:1591:64: required from 'testing::AssertionResult testing::internal::PredicateFormatterFromMatcher<M>::operator()(const char*, const T&) const [with T = std::__1::vector<std::__1::list<char> >; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >, testing::internal::ElementsAreMatcher<std::__1::tuple<char, char, testing::internal::AnythingMatcher, testing::internal::AnythingMatcher, char> > > >]' /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:2771:3: required from here /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::Matcher<const char&> >' {aka 'class testing::Matcher<const char&>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 645 | __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:463:7: note: 'std::__1::__remove_const_t<testing::Matcher<const char&> >' {aka 'class testing::Matcher<const char&>'} declared here 463 | class Matcher : public internal::MatcherBase<T> { | ^~~~~~~ --- all_subdir_usr.sbin --- cc1plus: all warnings being treated as errors *** [ctld.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/ctld --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_usr.sbin --- 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 --- all_subdir_lib --- make[2]: stopped in /workspace/src 553.36 real 2891.22 user 232.25 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/jenkins13540839482307272513.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