...eil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ src/core/lib/security/security_connector/insecure/insecure_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/insecure/insecure_security_connector.h:24: In file included from ./src/core/lib/security/context/security_context.h:26: In file included from ./src/core/lib/iomgr/pollset.h:27: In file included from ./src/core/lib/iomgr/exec_ctx.h:37: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/security_connector/insecure/insecure_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/insecure/insecure_security_connector.h:24: In file included from ./src/core/lib/security/context/security_context.h:26: In file included from ./src/core/lib/iomgr/pollset.h:27: In file included from ./src/core/lib/iomgr/exec_ctx.h:37: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_print.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_print.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/surface/server.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/surface/server.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::Status>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::Status>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::Status>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::Status>' required hereIn file included from class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/fault_injection/fault_injection_filter.cc:111:32: note: in instantiation of template class 'absl::optional<absl::Status>' requested here absl::optional<absl::Status> abort_request_; ^ In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::Status>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::Status>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/fault_injection/fault_injection_filter.cc:111:32: note: in instantiation of template class 'absl::optional<absl::Status>' requested here absl::optional<absl::Status> abort_request_; ^ src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from 33 warnings generated. src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: In file included from src/core/lib/security/security_connector/insecure/insecure_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/insecure/insecure_security_connector.h:24: In file included from ./src/core/lib/security/context/security_context.h:26: In file included from ./src/core/lib/iomgr/pollset.h:27: In file included from ./src/core/lib/iomgr/exec_ctx.h:37: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {};note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/security_connector/insecure/insecure_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/insecure/insecure_security_connector.h:24: In file included from ./src/core/lib/security/context/security_context.h:26: In file included from ./src/core/lib/iomgr/pollset.h:27: In file included from ./src/core/lib/iomgr/exec_ctx.h:37: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/client_channel/health/health_check_client.cc:19: In file included from ./src/core/ext/filters/client_channel/health/health_check_client.h:24: In file included from ./src/core/ext/filters/client_channel/client_channel_channelz.h:35: In file included from ./src/core/lib/channel/channel_trace.h:32: In file included from ./src/core/lib/json/json.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/client_channel/health/health_check_client.cc:19: In file included from ./src/core/ext/filters/client_channel/health/health_check_client.h:24: In file included from ./src/core/ext/filters/client_channel/client_channel_channelz.h:35: In file included from ./src/core/lib/channel/channel_trace.h:32: In file included from ./src/core/lib/json/json.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/fault_injection/fault_injection_filter.cc:176:13: note: in instantiation of template class 'absl::optional<int>' requested here AsInt<int>(*value).value_or(GRPC_STATUS_UNKNOWN), &abort_code); ^ bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from In file included from In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>,note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/fault_injection/fault_injection_filter.cc:184:13: note: in instantiation of template class 'absl::optional<unsigned int>' requested here AsInt<uint32_t>(*value).value_or(-1), abort_percentage_numerator); ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here In file included from std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:1995: In file included from ./src/core/lib/iomgr/iomgr_internal.h:26: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:1995: In file included from ./src/core/lib/iomgr/iomgr_internal.h:26: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: src/core/ext/filters/fault_injection/fault_injection_filter.ccwarning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] :19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<long long>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<long long>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/fault_injection/fault_injection_filter.cc:192:22: note: in instantiation of template class 'absl::optional<long long>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ std::max(AsInt<int64_t>(*value).value_or(0), int64_t(0))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_strex.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_strex.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_i2d_fp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_i2d_fp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/tsi/alts/handshaker/transport_security_common_api.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/tsi/alts/handshaker/transport_security_common_api.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:2743 warnings generated. : In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_int.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_int.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&&^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/channel/status_util.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/channel/status_util.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_strnid.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_strnid.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_bool.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_bool.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 35 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/retry_filter.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/retry_filter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/compression/compression.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/compression/compression.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_time.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_time.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 57 warnings generated. In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_mbstr.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_mbstr.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:In file included from src/core/lib/surface/call.cc:21: In file included from ./src/core/lib/surface/call.h:27: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>' requested here absl::is_trivially_destructible<T>::value> {};54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: third_party/abseil-cpp/absl/meta/type_traits.hnote: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_d2i_fp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_d2i_fp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::LbCostBinMetadata::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::LbCostBinMetadata::ValueType>, std::allocator<grpc_core::LbCostBinMetadata::ValueType>>, absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/transport/metadata_batch.h:660:8: note: in instantiation of member function 'absl::InlinedVector<grpc_core::LbCostBinMetadata::ValueType, 1>::~InlinedVector' requested here struct Value; ^ ./src/core/lib/gprpp/table.h:407:25: note: in instantiation of function template specialization 'grpc_core::table_detail::DestructIfNotNull<grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>>' requested here {(table_detail::DestructIfNotNull(get<I>()), 1)...}); ^ ./src/core/lib/gprpp/table.h:181:14: note: in instantiation of function template specialization 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::Destruct<0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U, 10U, 11U, 12U, 13U, 14U, 15U, 16U, 17U, 18U, 19U, 20U, 21U, 22U, 23U, 24U, 25U, 26U>' requested here ~Table() { Destruct(absl::make_index_sequence<sizeof...(Ts)>()); } ^ ./src/core/lib/transport/metadata_batch.h:986:12: note: in instantiation of member function 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::~Table' requested here explicit MetadataMap(Arena* arena); ^ src/core/lib/surface/call.cc:370:45: note: in instantiation of member function 'grpc_core::MetadataMap<grpc_metadata_batch, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::MetadataMap' requested here grpc_metadata_batch send_initial_metadata_{arena()}; ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_resource_type.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_resource_type.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/clock.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/clock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ 43 warnings generated. In file included from src/core/lib/surface/call.cc:21: In file included from ./src/core/lib/surface/call.h:27: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<std::string>, std::allocator<std::string>>, absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/transport/metadata_batch.h:660:8: note: in instantiation of member function 'absl::InlinedVector<std::string, 1>::~InlinedVector' requested here struct Value; ^ ./src/core/lib/gprpp/table.h:407:25: note: in instantiation of function template specialization 'grpc_core::table_detail::DestructIfNotNull<grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>' requested here {(table_detail::DestructIfNotNull(get<I>()), 1)...}); ^ ./src/core/lib/gprpp/table.h:181:14: note: in instantiation of function template specialization 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::Destruct<0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U, 10U, 11U, 12U, 13U, 14U, 15U, 16U, 17U, 18U, 19U, 20U, 21U, 22U, 23U, 24U, 25U, 26U>' requested here ~Table() { Destruct(absl::make_index_sequence<sizeof...(Ts)>()); } ^ ./src/core/lib/transport/metadata_batch.h:986:12: note: in instantiation of member function 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::~Table' requested here explicit MetadataMap(Arena* arena); ^ src/core/lib/surface/call.cc:370:45: note: in instantiation of member function 'grpc_core::MetadataMap<grpc_metadata_batch, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::MetadataMap' requested here grpc_metadata_batch send_initial_metadata_{arena()}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_utf8.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_utf8.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/credentials/local/local_credentials.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/credentials/local/local_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread : third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here In file included from src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h: ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {};50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/types/bad_optional_access.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/types/bad_optional_access.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^In file included from src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ 57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc:16: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8:In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ 42 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_object.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_object.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_enc.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_enc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ 39 warnings generated. ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_type.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_type.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3:src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:In file included from src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) {48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/security_connector/load_system_roots_fallback.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/security_connector/load_system_roots_fallback.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {};27 ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ : note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {};In file included from src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ :350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] ^ : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/asn1_lib.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/asn1_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/bio.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/bio.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/transport/tcp_connect_handshaker.cc:21: In file included from ./src/core/lib/transport/tcp_connect_handshaker.h:22: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] note: : std::integral_constant<bool, __has_trivial_destructor(T) && ^ in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ :third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ 234third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ :7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:src/core/tsi/ssl/key_logging/ssl_key_logging.cc:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] 3 : std::integral_constant<bool, __has_trivial_destructor(T) &&: ^note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146 absl::is_trivially_destructible<T>::value> {};: 3 ^: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here CallCombinerClosureList() {} ^ std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3In file included from : src/core/lib/surface/channel_init.ccnote: :in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here21 : In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: ~InlinedVector() {}In file included from third_party/abseil-cpp/absl/status/statusor.h ^: 47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h17::48 :warning: 5builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here ^ __ptr_.second()(__tmp);third_party/abseil-cpp/absl/meta/type_traits.h : ^234 :24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ~unique_ptr() { reset(); } ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:234third_party/abseil-cpp/absl/status/internal/status_internal.h::750:: 3note: :in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ 28 warnings generated. In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned long long>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned long long>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/iomgr/buffer_list.h:37:28: note: in instantiation of template class 'absl::optional<unsigned long long>' requested here absl::optional<uint64_t> delivery_rate; ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/iomgr/buffer_list.h:41:28: note: in instantiation of template class 'absl::optional<unsigned int>' requested here absl::optional<uint32_t> packet_retx; ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/security_connector/load_system_roots_linux.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/security_connector/load_system_roots_linux.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned char>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<unsigned char>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<unsigned char>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned char>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/iomgr/buffer_list.h:73:27: note: in instantiation of template class 'absl::optional<unsigned char>' requested here absl::optional<uint8_t> recurring_retrans; ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned char>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned char>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/iomgr/buffer_list.h:73:27: note: in instantiation of template class 'absl::optional<unsigned char>' requested here absl::optional<uint8_t> recurring_retrans; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/plugin_registry/grpc_plugin_registry.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/plugin_registry/grpc_plugin_registry.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_utctm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/a_utctm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/printf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/printf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from : third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ 53 warnings generated. In file included from src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.hthird_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ :In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ 308third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from src/core/lib/surface/channel_init.cc:21: In file included from ./src/core/lib/surface/channel_init.h:28: In file included from ./src/core/lib/channel/channel_stack_builder.h:23: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8 ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bytestring/asn1_compat.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bytestring/asn1_compat.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/cordz_info.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/cordz_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/socket.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/socket.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:5 warnings generated. 54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bytestring/ber.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bytestring/ber.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_fre.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_fre.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/asn1_par.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/asn1_par.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/derive_key.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/derive_key.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc4.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc4.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/socket_helper.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/socket_helper.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value &&In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/bio_mem.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/bio_mem.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ :155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) {third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/asn_pack.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/asn_pack.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesccm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesccm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_tls.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_tls.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bytestring/cbb.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bytestring/cbb.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_new.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_new.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/random/internal/randen_detect.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/random/internal/randen_detect.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/credentials/fake/fake_credentials.cc:21: In file included from ./src/core/lib/security/credentials/fake/fake_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>' requested here absl::is_trivially_destructible<T>::value> {};third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.hthird_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};: ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value &&422 ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here : typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));41 ^ : note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::LbCostBinMetadata::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::LbCostBinMetadata::ValueType>, std::allocator<grpc_core::LbCostBinMetadata::ValueType>>, absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: (skipping 26 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/transport/metadata_batch.h:438:41: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here return NameLookup<void, Traits...>::Lookup(key, op); ^ ./src/core/lib/transport/metadata_batch.h:438:41: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here ./src/core/lib/transport/metadata_batch.h:438:41: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here ./src/core/lib/transport/metadata_batch.h:1160:51: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here metadata_detail::NameLookup<void, Traits...>::Lookup(key, &helper); ^ src/core/lib/security/credentials/fake/fake_credentials.cc:105:21: note: in instantiation of member function 'grpc_core::MetadataMap<grpc_metadata_batch, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Append' requested here initial_metadata->Append( ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/blake2/blake2.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/blake2/blake2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesctrhmac.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesctrhmac.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ third_party/abseil-cpp/absl/strings/str_cat.cc:24: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/f_int.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/f_int.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-win.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-win.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from In file included from src/python/grpcio/grpc/_cython/cygrpc.cppthird_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:41062:3: warning: code will never be executed [-Wunreachable-code] __Pyx_pretend_to_initialize(&__pyx_r);:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.hthird_party/abseil-cpp/absl/strings/cord.cc::23415:: 7:In file included from third_party/abseil-cpp/absl/strings/cord.hnote: :in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here74 : In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: : std::conditional<T::value, conjunction<Ts...>, T>::type {};warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/meta/type_traits.h:571third_party/abseil-cpp/absl/container/inlined_vector.h:39::257 :note: 3in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5:third_party/abseil-cpp/absl/base/casts.h note: :in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here47 :37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h: __ptr_.second()(__tmp);153 : ^45 : note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:third_party/abseil-cpp/absl/base/casts.h559::155third_party/abseil-cpp/absl/status/internal/status_internal.h8:::1350 ::warning: 3builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]note: : while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ ^third_party/abseil-cpp/absl/base/internal/endian.h :188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: type_traits_internal::is_trivially_copyable<Source>::value &&third_party/abseil-cpp/absl/meta/type_traits.h : ^560 :8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ In file included from src/core/ext/xds/xds_endpoint.ccthird_party/abseil-cpp/absl/meta/type_traits.h::19571: :In file included from 39./src/core/ext/xds/xds_endpoint.h:: 26note: : in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested hereIn file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};third_party/abseil-cpp/absl/meta/type_traits.h : ^560 :8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]third_party/abseil-cpp/absl/base/casts.h :47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:third_party/abseil-cpp/absl/meta/type_traits.h13:: 301note: :while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]36 : warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : std::integral_constant<bool, __has_trivial_destructor(T) &&third_party/abseil-cpp/absl/base/internal/endian.h : ^188 :39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ src/core/lib/surface/server.ccthird_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ :third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/connect.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/connect.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&: 34 ^: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: type_traits_internal::is_trivially_copyable<Dest>::value && note: ^in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45 typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,: ^note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~third_party/abseil-cpp/absl/base/casts.h :155:13: note: third_party/abseil-cpp/absl/base/internal/endian.hwhile substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]: 191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191: return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));39 : ^ note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:In file included from 29src/core/lib/surface/server.cc: :In file included from 19third_party/abseil-cpp/absl/base/casts.h: :In file included from 34./src/core/lib/surface/server.h: :third_party/abseil-cpp/absl/meta/type_traits.h34:: 560In file included from :third_party/abseil-cpp/absl/memory/memory.h8:: 34warning: : builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]third_party/abseil-cpp/absl/meta/type_traits.h :560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.hthird_party/abseil-cpp/absl/meta/type_traits.h::301301::3636:: warning: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && : std::integral_constant<bool, __has_trivial_destructor(T) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:562third_party/abseil-cpp/absl/meta/type_traits.h::7562:: 7note: :in instantiation of template class 'absl::is_trivially_destructible<int>' requested here note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && is_trivially_destructible<ExtentsRemoved>::value && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:third_party/abseil-cpp/absl/meta/type_traits.h571::57139::39 :note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested herenote: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ ^ third_party/abseil-cpp/absl/base/casts.hthird_party/abseil-cpp/absl/base/casts.h::4746::3737:: note: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested herein instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && type_traits_internal::is_trivially_copyable<Source>::value && ^ ^ third_party/abseil-cpp/absl/base/casts.h:third_party/abseil-cpp/absl/base/casts.h153::15345::45 :note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested herenote: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13third_party/abseil-cpp/absl/base/casts.h:: 155note: :while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]13 : note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39:third_party/abseil-cpp/absl/base/internal/endian.h :note: 191while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)]: 39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] In file included from : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39:28 warnings generated. note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/base/internal/endian.h (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here ^ type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested herethird_party/abseil-cpp/absl/base/casts.h :155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ inline Dest bit_cast(const Source& source) { third_party/abseil-cpp/absl/base/casts.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x)));note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] ^ return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.hIn file included from :74src/core/ext/xds/xds_endpoint.cc: :In file included from 19third_party/abseil-cpp/absl/base/internal/endian.h: :In file included from 29./src/core/ext/xds/xds_endpoint.h: :In file included from 26third_party/abseil-cpp/absl/base/casts.h: :In file included from 34: third_party/abseil-cpp/absl/container/inlined_vector.hthird_party/abseil-cpp/absl/meta/type_traits.h::54560: :In file included from 8:third_party/abseil-cpp/absl/container/internal/inlined_vector.h :warning: 30: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && third_party/abseil-cpp/absl/meta/type_traits.h ^: 301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here : std::integral_constant<bool, __has_trivial_destructor(T) && ^ is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:third_party/abseil-cpp/absl/meta/type_traits.h562::5717::39 :note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested herenote: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};third_party/abseil-cpp/absl/meta/type_traits.h : ^571 :39: note: third_party/abseil-cpp/absl/base/casts.hin instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here: 47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:47:third_party/abseil-cpp/absl/base/casts.h37::153 :note: 45in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:153third_party/abseil-cpp/absl/base/casts.h::45155:: 13note: :in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,third_party/abseil-cpp/absl/base/internal/endian.h : ^194 :39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/server.ccIn file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value &&:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ src/python/grpcio/grpc/_cython/cygrpc.cpparm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-arm-linux.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-arm-linux.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :42942:46: warning: code will never be executed [-Wunreachable-code] __pyx_r = (grpc_ssl_roots_override_result) 0; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/tsi/ssl/session_cache/ssl_session_boringssl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::Cord>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::Cord>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::Cord>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::Cord>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/status/status.cc:116:36: note: in instantiation of template class 'absl::optional<absl::Cord>' requested here absl::optional<absl::Cord> Status::GetPayload( ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.hIn file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::Cord>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::Cord>' required here class optional : private optional_internal::optional_data<T>, ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/status/status.cc:116:36: note: in instantiation of template class 'absl::optional<absl::Cord>' requested here absl::optional<absl::Cord> Status::GetPayload( ^ :308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here In file included from bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:3034 warnings generated. : In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::LbCostBinMetadata::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::LbCostBinMetadata::ValueType>, std::allocator<grpc_core::LbCostBinMetadata::ValueType>>, absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/resource_quota/arena.h:79:13: note: in instantiation of member function 'grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>::CallableImpl' requested here new (t) T(std::forward<Args>(args)...); ^ ./src/core/lib/promise/arena_promise.h:128:42: note: in instantiation of function template specialization 'grpc_core::Arena::New<grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>' requested here return GetContext<Arena>()->template New<CallableImpl<T, Callable>>( ^ ./src/core/lib/promise/arena_promise.h:144:46: note: in instantiation of member function 'grpc_core::arena_promise_detail::ChooseImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>::Make' requested here return ChooseImplForCallable<T, Callable>::Make( ^ ./src/core/lib/promise/arena_promise.h:163:37: note: in instantiation of function template specialization 'grpc_core::arena_promise_detail::MakeImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>' requested here : impl_(arena_promise_detail::MakeImplForCallable<T>( ^ src/core/ext/filters/fault_injection/fault_injection_filter.cc:136:10: note: in instantiation of function template specialization 'grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>::ArenaPromise<grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>, void>' requested here return TrySeq( ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const absl::Cord &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const absl::Cord &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const absl::Cord &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/status/status.cc:164:67: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const absl::Cord &)>' requested here absl::FunctionRef<void(absl::string_view, const absl::Cord&)> visitor) ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/f_string.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/f_string.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/transport/timeout_encoding.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/transport/timeout_encoding.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/status/status.cc:298:35: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> result; ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/tls_cbc.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/tls_cbc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/status/status.cc:298:35: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> result; ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&50 ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ : In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_typ.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_typ.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/fault_injection/fault_injection_filter.cc:19: In file included from ./src/core/ext/filters/fault_injection/fault_injection_filter.h:22: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<std::string>, std::allocator<std::string>>, absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/resource_quota/arena.h:79:13: note: in instantiation of member function 'grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>::CallableImpl' requested here new (t) T(std::forward<Args>(args)...); ^ ./src/core/lib/promise/arena_promise.h:128:42: note: in instantiation of function template specialization 'grpc_core::Arena::New<grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>' requested here return GetContext<Arena>()->template New<CallableImpl<T, Callable>>( ^ ./src/core/lib/promise/arena_promise.h:144:46: note: in instantiation of member function 'grpc_core::arena_promise_detail::ChooseImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>::Make' requested here return ChooseImplForCallable<T, Callable>::Make( ^ ./src/core/lib/promise/arena_promise.h:163:37: note: in instantiation of function template specialization 'grpc_core::arena_promise_detail::MakeImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>>' requested here : impl_(arena_promise_detail::MakeImplForCallable<T>( ^ src/core/ext/filters/fault_injection/fault_injection_filter.cc:136:10: note: in instantiation of function template specialization 'grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>::ArenaPromise<grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::Sleep, (lambda at src/core/ext/filters/fault_injection/fault_injection_filter.cc:138:7), grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>>, void>' requested here return TrySeq( ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bn_extra/bn_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bn_extra/bn_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_copy_constructible<T>::value && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::cord_internal::CordRep *>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::cord_internal::CordRep *>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:1020:16: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here Consume(rep, consume); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::cord_internal::CordRep *>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::cord_internal::CordRep *>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:1020:16: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here Consume(rep, consume); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h:25: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<unsigned int>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<unsigned int>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc:1020:16: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here Consume(rep, consume); ^ src/python/grpcio/grpc/_cython/cygrpc.cpparm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesgcmsiv.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesgcmsiv.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :48492:5: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_ZeroDivisionError, "float division"); ^~~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_dec.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_dec.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.hthird_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/security_connector/tls/tls_security_connector.h:150:38: note: in instantiation of template class 'absl::optional<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::optional<PemKeyCertPairList> pem_key_cert_pair_list_ ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/security_connector/tls/tls_security_connector.h:150:38: note: in instantiation of template class 'absl::optional<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::optional<PemKeyCertPairList> pem_key_cert_pair_list_ ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bn_extra/convert.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bn_extra/convert.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-arm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-arm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/fd.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/fd.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_chacha20poly1305.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_chacha20poly1305.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-intel.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-intel.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cmac/cmac.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cmac/cmac.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/message_size/message_size_filter.cc:125:28: note: in instantiation of template class 'absl::optional<int>' requested here return std::max(-1, args.GetInt(GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH) ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bytestring/cbs.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bytestring/cbs.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_utl.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_utl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-ppc64le.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-ppc64le.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ 5 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/str_replace.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/str_replace.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/compression/compression.cc:26: In file included from ./src/core/lib/compression/compression_internal.h:27: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_null.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_null.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/crypto.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/crypto.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/file.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/file.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from third_party/abseil-cpp/absl/status/status.cc:14: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/inlined_vector.h:179:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value && !other.storage_.GetIsAllocated()) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:171:9: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::InlinedVector' requested here : InlinedVector(other, other.storage_.GetAllocator()) {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:714:32: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::InlinedVector' requested here return unique_ptr<_Tp>(new _Tp(_VSTD::forward<_Args>(__args)...)); ^ third_party/abseil-cpp/absl/status/status.cc:243:24: note: in instantiation of function template specialization 'std::make_unique<absl::InlinedVector<absl::status_internal::Payload, 1>, absl::InlinedVector<absl::status_internal::Payload, 1> &>' requested here payloads = absl::make_unique<status_internal::Payloads>(*rep->payloads); ^ In file included from src/core/ext/transport/chttp2/server/chttp2_server.cc:21: In file included from ./src/core/ext/transport/chttp2/server/chttp2_server.h:28: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned short>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<unsigned short>, absl::is_trivially_destructible<unsigned short>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<unsigned short>, absl::is_trivially_copy_assignable<unsigned short>, absl::is_trivially_destructible<unsigned short>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<unsigned short>, std::allocator<unsigned short>>, absl::is_trivially_copy_constructible<unsigned short>, absl::is_trivially_copy_assignable<unsigned short>, absl::is_trivially_destructible<unsigned short>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:125:12: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<unsigned short, 128, std::allocator<unsigned short>>::~Storage' requested here explicit InlinedVector(size_type n, ^ ./src/core/ext/transport/chttp2/transport/hpack_encoder_table.h:33:25: note: in instantiation of member function 'absl::InlinedVector<unsigned short, 128>::InlinedVector' requested here HPackEncoderTable() : elem_size_(hpack_constants::kInitialTableEntries) {} ^ 35 warnings generated. In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/buf/buf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/buf/buf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/lb_policy/xds/cds.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/lb_policy/xds/cds.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_compression_algorithm>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_compression_algorithm>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_compression_algorithm>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_compression_algorithm>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/compression/compression.cc:42:7: note: in instantiation of template class 'absl::optional<grpc_compression_algorithm>' requested here grpc_core::ParseCompressionAlgorithm( ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/conf/conf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/conf/conf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from src/core/lib/compression/compression.cc:26: In file included from ./src/core/lib/compression/compression_internal.h:27: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] In file included from bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_compression_algorithm>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_compression_algorithm>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/compression/compression.cc:42:7: note: in instantiation of template class 'absl::optional<grpc_compression_algorithm>' requested here grpc_core::ParseCompressionAlgorithm( ^ third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc2.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/curve25519/asm/x25519-asm-arm.S -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/curve25519/asm/x25519-asm-arm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/asn1/time_support.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/asn1/time_support.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/hexdump.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/hexdump.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/curve25519/curve25519.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/curve25519/curve25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/base64/base64.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/base64/base64.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:64773:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/digestsign.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/digestsign.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ :In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ 36third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ ^ third_party/abseil-cpp/absl/base/casts.h:46:third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) &&37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559src/python/grpcio/grpc/_cython/cygrpc.cpp:65777:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^~~~~~~~~~~~~~~~~~~~~~~third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from :494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ 52arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bytestring/unicode.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bytestring/unicode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread warnings generated. In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:30132 warnings generated. :36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/surface/channel_ping.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/surface/channel_ping.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:In file included from 50src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&: ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 7 warnings generated. In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.hIn file included from :24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/bio/pair.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/bio/pair.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ In file included from src/core/ext/filters/message_size/message_size_filter.cc:19: In file included from ./src/core/ext/filters/message_size/message_size_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] : bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ :308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/evp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/evp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/print.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/print.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/chacha/chacha.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/chacha/chacha.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17In file included from : warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value &&src/python/grpcio/grpc/_cython/cygrpc.cpp:70416:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ src/python/grpcio/grpc/_cython/cygrpc.cppIn file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>,third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: :note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ 70744:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/hpke/hpke.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/hpke/hpke.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/python/grpcio/grpc/_cython/cygrpc.cpp:71482:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:72119:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_derive.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_derive.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_info.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread : In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-fuchsia.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-fuchsia.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/cipher_extra.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cipher_extra/cipher_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_rsa.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_rsa.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && : std::integral_constant<bool, __has_trivial_constructor(T) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value &&third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ ^third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/types/bad_variant_access.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/types/bad_variant_access.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value &&:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7:third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-linux.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-linux.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested hereIn file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h : std::conditional<T::value, conjunction<Ts...>, T>::type {};:560 : ^8 : warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.hthird_party/abseil-cpp/absl/meta/type_traits.h::118301::336:: note: warning: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested herebuiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here ./src/core/lib/avl/avl.h:109: is_trivially_destructible<ExtentsRemoved>::value &&14 : ^ note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here ^ third_party/abseil-cpp/absl/base/casts.h:46 Iterator a(root_);: 37 ^: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] ^ : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/base/casts.hthird_party/abseil-cpp/absl/meta/type_traits.h::562153::745:: note: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, note: ^in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.hinline Dest bit_cast(const Source& source) {: 47 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153 return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));: 45 ^: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47inline Dest bit_cast(const Source& source) {: In file included from ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~third_party/abseil-cpp/absl/base/call_once.h :34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42third_party/abseil-cpp/absl/base/internal/endian.h: :third_party/abseil-cpp/absl/meta/type_traits.h191::56039::8 :note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)]warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&third_party/abseil-cpp/absl/strings/internal/cord_internal.h: 25 ^: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.hthird_party/abseil-cpp/absl/meta/type_traits.h::571559::398:: note: warning: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested herebuiltin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/base/casts.h:47:37third_party/abseil-cpp/absl/meta/type_traits.h:: 571note: :in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here39 : note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};third_party/abseil-cpp/absl/base/casts.h : ^153 :45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested herethird_party/abseil-cpp/absl/base/casts.h :46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ type_traits_internal::is_trivially_copyable<Source>::value && ^third_party/abseil-cpp/absl/base/casts.h :155:13: third_party/abseil-cpp/absl/base/casts.hnote: :while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]153 :45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194: typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,39 : ^ note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34 return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));: In file included from ^third_party/abseil-cpp/absl/base/internal/invoke.h :42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h: (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&25: In file included from ^ third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: third_party/abseil-cpp/absl/meta/type_traits.hbuiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]: 562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here : std::integral_constant<bool, __has_trivial_destructor(T) && ^ is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:third_party/abseil-cpp/absl/meta/type_traits.h7::571 :note: 39in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571 bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};: 39 ^: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46: type_traits_internal::is_trivially_copyable<Dest>::value &&37: ^note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45 typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,: ^note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ inline Dest bit_cast(const Source& source) { third_party/abseil-cpp/absl/base/casts.h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~: 155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194 return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));: 39 ^: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ src/python/grpcio/grpc/_cython/cygrpc.cppIn file included from third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:74207:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^~~~~~~~~~~~~~~~~~~~~~~third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :559src/core/lib/security/security_connector/load_system_roots_linux.cc::368: :In file included from third_party/abseil-cpp/absl/container/inlined_vector.hwarning: :54builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: : std::integral_constant<bool, __has_trivial_destructor(T) &¬e: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ is_trivially_destructible<ExtentsRemoved>::value &&third_party/abseil-cpp/absl/base/casts.h : ^155 :13: note: third_party/abseil-cpp/absl/meta/type_traits.hwhile substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]: 571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; note: ^while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,third_party/abseil-cpp/absl/base/casts.h : ^34 : third_party/abseil-cpp/absl/meta/type_traits.h:560:third_party/abseil-cpp/absl/base/casts.h8::155 :warning: 13builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/abseil-cpp/absl/functional/internal/function_ref.hIn file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h::301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,54 ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ :36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h ^:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/evp_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/evp_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/python/grpcio/grpc/_cython/cygrpc.cpp:76163:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ : In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here In file included from In file included from absl::is_trivially_destructible<T>::value> {};src/core/lib/transport/timeout_encoding.cc : ^21 : In file included from ./src/core/lib/transport/timeout_encoding.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :third_party/abseil-cpp/absl/utility/utility.h422::5041: :In file included from third_party/abseil-cpp/absl/base/internal/invoke.hnote: :in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here : std::integral_constant<bool, __has_trivial_destructor(T) && ^ bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) &&In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ ^ In file included from src/core/ext/xds/xds_endpoint.ccarm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/scrypt.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/scrypt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/container/inlined_vector.h bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ :54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/utility/utility.h (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ :560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/ec_extra/hash_to_curve.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/ec_extra/hash_to_curve.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h:18: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ : In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17:third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/duration.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/duration.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm_asm.S -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm_asm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:78669:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:251:28: note: in instantiation of template class 'absl::optional<unsigned int>' requested here absl::optional<size_t> internally_triggered_connection_index_; ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/python/grpcio/grpc/_cython/cygrpc.cppsrc/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ :79823:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_vec.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_vec.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/surface/server.cc:19: In file included from In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: src/core/ext/xds/xds_endpoint.ccnote: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ :19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42In file included from : third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:In file included from src/core/lib/security/security_connector/tls/tls_security_connector.cc:21: In file included from ./src/core/lib/security/security_connector/tls/tls_security_connector.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ 17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7_x509.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/hrss/hrss.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/hrss/hrss.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.hthird_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::Span<unsigned int>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::Span<unsigned int>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::Span<unsigned int>>' requested here absl::is_trivially_copy_constructible<T>::value && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::Span<unsigned int>>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::Span<unsigned int>>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:64:64: note: in instantiation of template class 'absl::FunctionRef<void (absl::Span<unsigned int>)>' requested here ABSL_ATTRIBUTE_NOINLINE static void RunWithCapacityImpl(Func f) { ^ ^ In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h:18: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::Span<unsigned int>>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::Span<unsigned int>>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::Span<unsigned int>>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:64:64: note: in instantiation of template class 'absl::FunctionRef<void (absl::Span<unsigned int>)>' requested here ABSL_ATTRIBUTE_NOINLINE static void RunWithCapacityImpl(Func f) { ^ In file included from In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h:18: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here absl::is_trivially_copy_constructible<T>::value && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:139:70: note: in instantiation of template class 'absl::FunctionRef<void (absl::str_format_internal::(anonymous namespace)::BinaryToDecimal)>' requested here absl::FunctionRef<void(BinaryToDecimal)> f) { ^ src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: In file included from third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_lib.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h:18: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:139:70: note: in instantiation of template class 'absl::FunctionRef<void (absl::str_format_internal::(anonymous namespace)::BinaryToDecimal)>' requested here absl::FunctionRef<void(BinaryToDecimal)> f) { ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55In file included from : note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h:18: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here absl::is_trivially_copy_constructible<T>::value && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:247:77: note: in instantiation of template class 'absl::FunctionRef<void (absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator)>' requested here uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { ^ In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h:18: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/extension.h:27: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_rsa_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_rsa_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:247:77: note: in instantiation of template class 'absl::FunctionRef<void (absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator)>' requested here uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pool/pool.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pool/pool.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ src/python/grpcio/grpc/_cython/cygrpc.cppIn file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) {:83942:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ 40 warnings generated. In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:84639:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/credentials/google_default/credentials_generic.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/credentials/google_default/credentials_generic.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/evp_ctx.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/evp_ctx.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/cord.cc:In file included from 15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc:25: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/sign.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/sign.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/ecdh_extra/ecdh_extra.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/ecdh_extra/ecdh_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ :36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:In file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ 422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ 54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/deterministic.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rand_extra/deterministic.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/python/grpcio/grpc/_cython/cygrpc.cpp:87919:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_x25519.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_x25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&&494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ 5 warnings generated. ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/xds/xds_certificate_provider.cc:45:50: note: in instantiation of template class 'absl::optional<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here /* key_cert_pairs */) override { ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/rand_extra.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rand_extra/rand_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here In file included from absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/xds/xds_certificate_provider.cc:45:50: note: in instantiation of template class 'absl::optional<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here /* key_cert_pairs */) override { ^ src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {};in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_error *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_error *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_error *>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_error *>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/xds/xds_certificate_provider.cc:55:44: note: in instantiation of template class 'absl::optional<grpc_error *>' requested here parent_->SetErrorForCert(cert_name_, root_cert_error /* pass the ref */, ^ in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_error *>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_error *>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/xds/xds_certificate_provider.cc:55:44: note: in instantiation of template class 'absl::optional<grpc_error *>' requested here parent_->SetErrorForCert(cert_name_, root_cert_error /* pass the ref */, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/ex_data.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/ex_data.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/container/fixed_array.h:100:19: note: in instantiation of template class 'absl::is_trivially_default_constructible<absl::cord_internal::CordRep *>' requested here return !absl::is_trivially_default_constructible<StorageElement>::value; ^ third_party/abseil-cpp/absl/container/fixed_array.h:136:9: note: in instantiation of member function 'absl::FixedArray<absl::cord_internal::CordRep *, 4294967295>::DefaultConstructorIsNonTrivial' requested here if (DefaultConstructorIsNonTrivial()) { ^ third_party/abseil-cpp/absl/strings/cord.cc:235:30: note: in instantiation of member function 'absl::FixedArray<absl::cord_internal::CordRep *, 4294967295>::FixedArray' requested here absl::FixedArray<CordRep*> reps((length - 1) / kMaxFlatLength + 1); ^ src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ 33arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_privacy_integrity_record_protocol.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/forkunsafe.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rand_extra/forkunsafe.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/siphash/siphash.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/siphash/siphash.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::SubRange>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::SubRange>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::SubRange>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::SubRange>, absl::is_trivially_copy_assignable<absl::SubRange>, absl::is_trivially_destructible<absl::SubRange>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::SubRange>, std::allocator<absl::SubRange>>, absl::is_trivially_copy_constructible<absl::SubRange>, absl::is_trivially_copy_assignable<absl::SubRange>, absl::is_trivially_destructible<absl::SubRange>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::SubRange, 47, std::allocator<absl::SubRange>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/cord.cc:992:53: note: in instantiation of member function 'absl::InlinedVector<absl::SubRange, 47>::InlinedVector' requested here absl::InlinedVector<SubRange, kInlinedVectorSize> todo; ^ In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::SubRange>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::SubRange>, absl::is_trivially_destructible<absl::SubRange>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::SubRange>, absl::is_trivially_copy_assignable<absl::SubRange>, absl::is_trivially_destructible<absl::SubRange>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::SubRange>, std::allocator<absl::SubRange>>, absl::is_trivially_copy_constructible<absl::SubRange>, absl::is_trivially_copy_assignable<absl::SubRange>, absl::is_trivially_destructible<absl::SubRange>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::SubRange, 47, std::allocator<absl::SubRange>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/cord.cc:992:53: note: in instantiation of member function 'absl::InlinedVector<absl::SubRange, 47>::InlinedVector' requested here absl::InlinedVector<SubRange, kInlinedVectorSize> todo; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:94653:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/windows.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rand_extra/windows.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/ecdsa_extra/ecdsa_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/ecdsa_extra/ecdsa_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/python/grpcio/grpc/_cython/cygrpc.cpp:97498:3: warning: code will never be executed [-Wunreachable-code] CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_x25519_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_x25519_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:98206:10: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] (void)(PyEval_InitThreads()); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10/ceval.h:122:1: note: 'PyEval_InitThreads' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/fuchsia.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rand_extra/fuchsia.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/fipsmodule/bcm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bcm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rc4/rc4.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rc4/rc4.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_dsa_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_dsa_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/passive.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rand_extra/passive.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<FileData>' requested here absl::is_trivially_destructible<T>::value> {}; ^src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<FileData>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<FileData>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<FileData>, absl::is_trivially_copy_assignable<FileData>, absl::is_trivially_destructible<FileData>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<FileData>, std::allocator<FileData>>, absl::is_trivially_copy_constructible<FileData>, absl::is_trivially_copy_assignable<FileData>, absl::is_trivially_destructible<FileData>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<FileData, 2, std::allocator<FileData>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/lib/security/security_connector/load_system_roots_linux.cc:104:36: note: in instantiation of member function 'absl::InlinedVector<FileData, 2>::InlinedVector' requested here absl::InlinedVector<FileData, 2> roots_filenames; ^ In file included from src/core/lib/security/security_connector/load_system_roots_linux.cc:36: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<FileData>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<FileData>, absl::is_trivially_destructible<FileData>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<FileData>, absl::is_trivially_copy_assignable<FileData>, absl::is_trivially_destructible<FileData>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<FileData>, std::allocator<FileData>>, absl::is_trivially_copy_constructible<FileData>, absl::is_trivially_copy_assignable<FileData>, absl::is_trivially_destructible<FileData>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<FileData, 2, std::allocator<FileData>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/lib/security/security_connector/load_system_roots_linux.cc:104:36: note: in instantiation of member function 'absl::InlinedVector<FileData, 2>::InlinedVector' requested here absl::InlinedVector<FileData, 2> roots_filenames; ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/stack/stack.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/stack/stack.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ In file included from third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/transport/timeout_encoding.cc:228:26: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> ParseTimeout(const Slice& text) { ^ third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^In file included from src/core/lib/transport/timeout_encoding.cc:21: In file included from ./src/core/lib/transport/timeout_encoding.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/transport/timeout_encoding.cc:228:26: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> ParseTimeout(const Slice& text) { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<int>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: In file included from note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<int>, absl::is_trivially_destructible<int>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<int>, absl::is_trivially_copy_assignable<int>, absl::is_trivially_destructible<int>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<int>, std::allocator<int>>, absl::is_trivially_copy_constructible<int>, absl::is_trivially_copy_assignable<int>, absl::is_trivially_destructible<int>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<int, 47, std::allocator<int>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/cord.cc:1864:48: note: in instantiation of member function 'absl::InlinedVector<int, 47>::InlinedVector' requested here absl::InlinedVector<int, kInlinedVectorSize> indents; ^ src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pkcs8/p5_pbev2.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pkcs8/p5_pbev2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_copy_assignable<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_destructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, std::allocator<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>, absl::is_trivially_copy_constructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_copy_assignable<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_destructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ :118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef, 47, std::allocator<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {}In file included from src/core/lib/service_config/service_config_impl.cc ^ third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:197:37: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef, 47>::InlinedVector' requested here absl::InlinedVector<RepRef, 47> pending; ^ :19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cordz_info.h:26: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_destructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_copy_assignable<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_destructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, std::allocator<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>, absl::is_trivially_copy_constructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_copy_assignable<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>, absl::is_trivially_destructible<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef, 47, std::allocator<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/internal/cordz_info.cc:197:37: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::(anonymous namespace)::CordRepAnalyzer::RepRef, 47>::InlinedVector' requested here absl::InlinedVector<RepRef, 47> pending; ^ 50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/refcount_c11.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/refcount_c11.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<const absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<const absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ 234:24: third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ note: in instantiation of template class 'absl::is_trivially_copy_constructible<const absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<const absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<const absl::cord_internal::CordRep *>, absl::is_trivially_destructible<const absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<const absl::cord_internal::CordRep *>, std::allocator<const absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<const absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<const absl::cord_internal::CordRep *>, absl::is_trivially_destructible<const absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<const absl::cord_internal::CordRep *, 47, std::allocator<const absl::cord_internal::CordRep *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/cord.cc:1969:59: note: in instantiation of member function 'absl::InlinedVector<const absl::cord_internal::CordRep *, 47>::InlinedVector' requested here absl::InlinedVector<const CordRep*, kInlinedVectorSize> tree_stack; ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560In file included from third_party/abseil-cpp/absl/strings/cord.cc:15: In file included from third_party/abseil-cpp/absl/strings/cord.h:74: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<const absl::cord_internal::CordRep *>, absl::is_trivially_destructible<const absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<const absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<const absl::cord_internal::CordRep *>, absl::is_trivially_destructible<const absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<const absl::cord_internal::CordRep *>, std::allocator<const absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<const absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<const absl::cord_internal::CordRep *>, absl::is_trivially_destructible<const absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<const absl::cord_internal::CordRep *, 47, std::allocator<const absl::cord_internal::CordRep *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/cord.cc:1969:59: note: in instantiation of member function 'absl::InlinedVector<const absl::cord_internal::CordRep *, 47>::InlinedVector' requested here absl::InlinedVector<const CordRep*, kInlinedVectorSize> tree_stack;:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ src/core/ext/filters/client_channel/retry_filter.cc ^ :19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ec.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_ec.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/surface/server.cc:528:17: note: in instantiation of template class 'absl::optional<int>' requested here 0, args.GetInt(GRPC_ARG_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE) ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_oth.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_oth.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/inlined_vector.h:205:9: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here if (IsMemcpyOk<A>::value) { ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:209:26: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::InlinedVector' requested here std::move(addresses), policy->channel_control_helper(), ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/engine/engine.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/engine/engine.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h30arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/refcount_lock.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/refcount_lock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_copy_assignable<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_destructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, std::allocator<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>, absl::is_trivially_copy_constructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_copy_assignable<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_destructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>, 10, std::allocator<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/ext/filters/client_channel/lb_policy/subchannel_list.h:211:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>, 10>::InlinedVector' requested here SubchannelList(LoadBalancingPolicy* policy, const char* tracer, ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:205:11: note: in instantiation of member function 'grpc_core::SubchannelList<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelList, grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>::SubchannelList' requested here : SubchannelList(policy, ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_destructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; warnings generated. ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_copy_assignable<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_destructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, std::allocator<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>, absl::is_trivially_copy_constructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_copy_assignable<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>, absl::is_trivially_destructible<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>, 10, std::allocator<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/ext/filters/client_channel/lb_policy/subchannel_list.h:211:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ManualConstructor<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>, 10>::InlinedVector' requested here SubchannelList(LoadBalancingPolicy* policy, const char* tracer, ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:205:11: note: in instantiation of member function 'grpc_core::SubchannelList<grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelList, grpc_core::(anonymous namespace)::RingHash::RingHashSubchannelData>::SubchannelList' requested here : SubchannelList(policy, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/pbkdf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/pbkdf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc:19: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:24: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/by_dir.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/by_dir.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>, absl::is_trivially_copy_assignable<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>, absl::is_trivially_destructible<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>, std::allocator<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>>, absl::is_trivially_copy_constructible<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>, absl::is_trivially_copy_assignable<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>, absl::is_trivially_destructible<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>, 10, std::allocator<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:283:16: note: in instantiation of member function 'absl::InlinedVector<grpc_core::RefCountedPtr<grpc_core::SubchannelInterface>, 10>::InlinedVector' requested here explicit SubchannelConnectionAttempter( ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^48 warnings generated. In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.hIn file included from src/core/lib/service_config/service_config_impl.cc:19: In file included from ./src/core/lib/service_config/service_config_impl.h:29: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>' requested here absl::is_trivially_destructible<T>::value> {};:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>, absl::is_trivially_copy_assignable<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>, absl::is_trivially_destructible<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>, std::allocator<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>>, absl::is_trivially_copy_constructible<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>, absl::is_trivially_copy_assignable<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>, absl::is_trivially_destructible<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>, 32, std::allocator<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/lib/service_config/service_config_impl.cc:51:20: note: in instantiation of member function 'absl::InlinedVector<std::unique_ptr<std::vector<std::unique_ptr<grpc_core::ServiceConfigParser::ParsedConfig>>>, 32>::InlinedVector' requested here ServiceConfigImpl::ServiceConfigImpl(const grpc_channel_args* args, ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ 26 warnings generated. third_party/abseil-cpp/absl/meta/type_traits.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/t_x509.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/t_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&In file included from ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ : note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/thread.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/thread.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&third_party/abseil-cpp/absl/base/casts.h ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ 153third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h::118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ 45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Timestamp>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Timestamp>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Timestamp>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Timestamp>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/surface/server.cc:1377:53: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here auto op_deadline = calld->recv_initial_metadata_->get(GrpcTimeoutMetadata()); ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Timestamp>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Timestamp>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/lib/surface/server.cc:1377:53: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here auto op_deadline = calld->recv_initial_metadata_->get(GrpcTimeoutMetadata()); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/err/err.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/err/err.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ec_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/evp/p_ec_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/thread_none.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/thread_none.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h:110:27: note: in instantiation of template class 'absl::optional<unsigned int>' requested here const uint32_t salt = absl::random_internal::GetSaltMaterial().value_or(0); ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<char>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<char>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<char>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<char>, absl::is_trivially_copy_assignable<char>, absl::is_trivially_destructible<char>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<char>, std::allocator<char>>, absl::is_trivially_copy_constructible<char>, absl::is_trivially_copy_assignable<char>, absl::is_trivially_destructible<char>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<char, 196, std::allocator<char>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:401:34: note: in instantiation of member function 'absl::InlinedVector<char, 196>::InlinedVector' requested here absl::InlinedVector<char, 196> hash_key_buffer; ^ In file included from src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:32: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<char>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<char>, absl::is_trivially_destructible<char>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<char>, absl::is_trivially_copy_assignable<char>, absl::is_trivially_destructible<char>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<char>, std::allocator<char>>, absl::is_trivially_copy_constructible<char>, absl::is_trivially_copy_assignable<char>, absl::is_trivially_destructible<char>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<char, 196, std::allocator<char>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc:401:34: note: in instantiation of member function 'absl::InlinedVector<char, 196>::InlinedVector' requested here absl::InlinedVector<char, 196> hash_key_buffer; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_pk8.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_pk8.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41:7 note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/trust_token/voprf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/trust_token/voprf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/thread_pthread.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/thread_pthread.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_print.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_print.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_algor.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_algor.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc:19: In file included from ./src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h:24: In file included from ./src/core/lib/resolver/server_address.h:27: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/boringssl-with-bazel/src/crypto/x509/t_x509.cIn file included from :321:18: warning: variable 'l' set but not used [-Wunused-but-set-variable] int ret = 0, l, i; ^ src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/local/local_credentials.cc:21: In file included from ./src/core/lib/security/credentials/local/local_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_pkey.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_pkey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ 25In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_x509a.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_x509a.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread warnings generated. In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/by_file.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/by_file.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/escaping.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/escaping.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/thread_win.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/thread_win.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 1 warning generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/t_x509a.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/t_x509a.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/curve25519/spake25519.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/curve25519/spake25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:127367:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ :third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>,34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:127378:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:127389:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:127400:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:127411:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:127422:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/str_split.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/str_split.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/python/grpcio/grpc/_cython/cygrpc.cpparm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :128507:17: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_all.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_all.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:129009:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:129020:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:129031:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:129042:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:129053:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:129064:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:1552:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH [[fallthrough]] ^ third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_pkey.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_pkey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/time/duration.cc:69: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ :27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] : bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ 24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_pubkey.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_pubkey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ : In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&In file included from src/core/ext/xds/xds_certificate_provider.cc:21: In file included from ./src/core/ext/xds/xds_certificate_provider.h:24: In file included from ./src/core/ext/xds/xds_api.h:31: In file included from ./src/core/ext/xds/upb_utils.h:29: In file included from ./src/core/ext/xds/certificate_provider_store.h:28: In file included from ./src/core/ext/xds/certificate_provider_factory.h:24: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8_x509.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/a_digest.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/a_digest.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_cache.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_cache.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/surface/server.cc:19: In file included from ./src/core/lib/surface/server.h:34: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/plugin_registry/grpc_plugin_registry.cc:23: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 39 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/i2d_pr.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/i2d_pr.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/dh_extra/dh_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/dh_extra/dh_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/credentials/oauth2/oauth2_credentials.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/credentials/oauth2/oauth2_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/address_sorting/address_sorting.c -o python_build/temp.linux-x86_64-cpython-310/third_party/address_sorting/address_sorting.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/retry_service_config.h:86:28: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> per_attempt_recv_timeout_; ^ src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/retry_service_config.h:86:28: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> per_attempt_recv_timeout_; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/a_sign.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/a_sign.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/dh_extra/params.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/dh_extra/params.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_x509.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 46 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/name_print.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/name_print.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc:19: In file included from ./src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h:24: In file included from ./src/core/lib/resolver/server_address.h:27: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_req.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_req.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/fault_injection/service_config_parser.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/fault_injection/service_config_parser.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_att.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_att.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const {7 ^ : note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::GrpcStreamNetworkState::ValueType>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::GrpcStreamNetworkState::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::GrpcStreamNetworkState::ValueType>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::GrpcStreamNetworkState::ValueType>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/retry_filter.cc:1620:37: note: in instantiation of template class 'absl::optional<grpc_core::GrpcStreamNetworkState::ValueType>' requested here *stream_network_state = md_batch->get(GrpcStreamNetworkState()); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::GrpcStreamNetworkState::ValueType>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::GrpcStreamNetworkState::ValueType>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/retry_filter.cc:1620:37: note: in instantiation of template class 'absl::optional<grpc_core::GrpcStreamNetworkState::ValueType>' requested here *stream_network_state = md_batch->get(GrpcStreamNetworkState()); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/lhash/lhash.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/lhash/lhash.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 32 warnings generated. 52 warnings generated. In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/plugin_registry/grpc_plugin_registry_extra.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/plugin_registry/grpc_plugin_registry_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:49:39: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::optional<SuccessRateEjection> success_rate_ejection; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:49:39: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::optional<SuccessRateEjection> success_rate_ejection; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akey.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:50:45: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::optional<FailurePercentageEjection> failure_percentage_ejection; ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:50:45: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::optional<FailurePercentageEjection> failure_percentage_ejection; ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/a_verify.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/a_verify.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_attrib.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_attrib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/digest_extra/digest_extra.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/digest_extra/digest_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_data.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_data.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/address_sorting/address_sorting_posix.c -o python_build/temp.linux-x86_64-cpython-310/third_party/address_sorting/address_sorting_posix.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:1995: In file included from ./src/core/lib/iomgr/iomgr_internal.h:26: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:1995: In file included from ./src/core/lib/iomgr/iomgr_internal.h:26: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.hIn file included from :257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>,third_party/abseil-cpp/absl/meta/type_traits.h ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/time/duration.cc:192:10: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return absl::bit_cast<uint64_t>(v); ^ In file included from third_party/abseil-cpp/absl/time/duration.cc:69: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/time/duration.cc:192:10: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return absl::bit_cast<uint64_t>(v); ^ In file included from third_party/abseil-cpp/absl/time/duration.cc:69: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/time/duration.cc:192:10: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return absl::bit_cast<uint64_t>(v); ^ In file included from third_party/abseil-cpp/absl/time/duration.cc:69: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/time/duration.cc:192:10: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return absl::bit_cast<uint64_t>(v); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_obj.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_obj.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_xaux.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_xaux.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/python/grpcio/grpc/_cython/cygrpc.cpp:1995: In file included from ./src/core/lib/iomgr/iomgr_internal.h:26: In file included from ./src/core/lib/iomgr/closure.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_sig.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_sig.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>,:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc:19: In file included from ./src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h:24: In file included from ./src/core/lib/resolver/server_address.h:27: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234 ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here :7 void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ : note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc:19: In file included from ./src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h:24: In file included from ./src/core/lib/resolver/server_address.h:27: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/address_sorting/address_sorting_windows.c -o python_build/temp.linux-x86_64-cpython-310/third_party/address_sorting/address_sorting_windows.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/rsa_pss.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/rsa_pss.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/mem.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/mem.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.hsrc/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&&:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ : note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here In file included from std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_crl.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_crl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_cmp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_cmp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/algorithm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/algorithm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc:19: In file included from ./src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h:24: In file included from ./src/core/lib/resolver/server_address.h:27: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/err_data.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/err_data.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/inlined_vector.h:179:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value && !other.storage_.GetIsAllocated()) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:171:9: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::InlinedVector' requested here : InlinedVector(other, other.storage_.GetAllocator()) {} ^ src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc:37:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::InlinedVector' requested here return new ServerAddressList(*address_list); ^ src/python/grpcio/grpc/_cython/cygrpc.cpp:134849:1: warning: unused function '__Pyx_PyAsyncGen_Fini' [-Wunused-function] __Pyx_PyAsyncGen_Fini(void) ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_lib.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/dsa/dsa.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/dsa/dsa.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_crld.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_crld.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 42 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akeya.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akeya.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 11arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_lib.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread warnings generated. In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_prn.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_prn.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/str_format/output.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/str_format/output.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/d1_pkt.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/d1_pkt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_req.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_req.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_spki.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_spki.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 10 warnings generated. third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from :301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&&src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/handshake.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/handshake.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/asn1_gen.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/asn1_gen.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ 55In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/obj/obj.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/obj/obj.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_map.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_map.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_asn1.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_val.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_val.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_alt.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_alt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/t_crl.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/t_crl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ 33In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/service_config/service_config_parser.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/service_config/service_config_parser.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_privkey.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_privkey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/dsa/dsa_asn1.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/dsa/dsa_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_exten.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_exten.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread : third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_set.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_set.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ncons.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ncons.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_purp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_purp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/credentials/google_default/credentials_generic.cc:29: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_x509.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/surface/channel_ping.cc:25: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5:In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_enum.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_enum.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_info.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_node.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_node.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/tls13_both.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/tls13_both.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:In file included from third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,494 ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from :third_party/abseil-cpp/absl/strings/internal/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/escaping.h:20: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&17 ^ :third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,warning: ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/t_req.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/t_req.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.hwhile substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from :99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.hthird_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ :third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value &&308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^ In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_d2.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_d2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/obj/obj_xref.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/obj/obj_xref.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here In file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422: third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ServerAddress, 1, std::allocator<grpc_core::ServerAddress>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/status/internal/statusor_internal.h:240:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::~InlinedVector' requested here data_.~T(); ^ third_party/abseil-cpp/absl/status/statusor.h41:181:7: note: in instantiation of member function 'absl::internal_statusor::StatusOrData<absl::InlinedVector<grpc_core::ServerAddress, 1>>::~StatusOrData' requested here class StatusOr : private internal_statusor::StatusOrData<T>, ^ : note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.hIn file included from src/core/ext/xds/xds_resource_type.cc:19: In file included from ./src/core/ext/xds/xds_resource_type.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ 45 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/surface/channel_stack_type.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/surface/channel_stack_type.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 42 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_route_config.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_route_config.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x_name.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x_name.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bcons.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bcons.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_all.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/pem/pem_all.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/surface/completion_queue.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/surface/completion_queue.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ServerAddress, 1, std::allocator<grpc_core::ServerAddress>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/ext/xds/xds_endpoint.h:39:12: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::InlinedVector' requested here struct Locality { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ocsp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ocsp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_def.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_def.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_tree.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_tree.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__get_hostent.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__get_hostent.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509cset.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509cset.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_cancel.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_cancel.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_extku.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_extku.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>, absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::XdsEndpointResource::DropConfig::DropCategory, 2, std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/ext/xds/xds_endpoint.h:63:9: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::DropConfig::DropCategory, 2>::InlinedVector' requested here class DropConfig : public RefCounted<DropConfig> { ^ src/core/ext/xds/xds_endpoint.cc:308:29: note: in instantiation of function template specialization 'grpc_core::MakeRefCounted<grpc_core::XdsEndpointResource::DropConfig>' requested here eds_update->drop_config = MakeRefCounted<XdsEndpointResource::DropConfig>(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_free_hostent.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_free_hostent.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_txt.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509_txt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_endpoint.cc:19: In file included from ./src/core/ext/xds/xds_endpoint.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsEndpointResource::Priority>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsEndpointResource::Priority>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::Priority>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::Priority>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::XdsEndpointResource::Priority>, std::allocator<grpc_core::XdsEndpointResource::Priority>>, absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::Priority>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::XdsEndpointResource::Priority, 2, std::allocator<grpc_core::XdsEndpointResource::Priority>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/ext/xds/xds_endpoint.h:37:8: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::Priority, 2>::InlinedVector' requested here struct XdsEndpointResource { ^ src/core/ext/xds/xds_endpoint.cc:349:30: note: in instantiation of function template specialization 'std::make_unique<grpc_core::XdsResourceTypeImpl<grpc_core::XdsEndpointResourceType, grpc_core::XdsEndpointResource>::ResourceDataSubclass>' requested here auto endpoint_data = absl::make_unique<ResourceDataSubclass>(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bitst.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bitst.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_skey.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_skey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::LbCostBinMetadata::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::LbCostBinMetadata::ValueType>, std::allocator<grpc_core::LbCostBinMetadata::ValueType>>, absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/transport/metadata_batch.h:660:8: note: in instantiation of member function 'absl::InlinedVector<grpc_core::LbCostBinMetadata::ValueType, 1>::~InlinedVector' requested here struct Value; ^ ./src/core/lib/gprpp/table.h:407:25: note: in instantiation of function template specialization 'grpc_core::table_detail::DestructIfNotNull<grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>>' requested here {(table_detail::DestructIfNotNull(get<I>()), 1)...}); ^ ./src/core/lib/gprpp/table.h:181:14: note: in instantiation of function template specialization 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::Destruct<0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U, 10U, 11U, 12U, 13U, 14U, 15U, 16U, 17U, 18U, 19U, 20U, 21U, 22U, 23U, 24U, 25U, 26U>' requested here ~Table() { Destruct(absl::make_index_sequence<sizeof...(Ts)>()); } ^ ./src/core/lib/transport/metadata_batch.h:986:12: note: in instantiation of member function 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::~Table' requested here explicit MetadataMap(Arena* arena);arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pci.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pci.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ src/core/ext/filters/client_channel/retry_filter.cc:459:47: note: in instantiation of member function 'grpc_core::MetadataMap<grpc_metadata_batch, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::MetadataMap' requested here grpc_metadata_batch send_initial_metadata_{calld_->arena_}; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_getnameinfo.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_getnameinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_create_query.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_create_query.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<std::string>, std::allocator<std::string>>, absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/transport/metadata_batch.h:660:8: note: in instantiation of member function 'absl::InlinedVector<std::string, 1>::~InlinedVector' requested here struct Value; ^ ./src/core/lib/gprpp/table.h:407:25: note: in instantiation of function template specialization 'grpc_core::table_detail::DestructIfNotNull<grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>' requested here {(table_detail::DestructIfNotNull(get<I>()), 1)...}); ^ ./src/core/lib/gprpp/table.h:181:14: note: in instantiation of function template specialization 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::Destruct<0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U, 10U, 11U, 12U, 13U, 14U, 15U, 16U, 17U, 18U, 19U, 20U, 21U, 22U, 23U, 24U, 25U, 26U>' requested here ~Table() { Destruct(absl::make_index_sequence<sizeof...(Ts)>()); } ^ ./src/core/lib/transport/metadata_batch.h:986:12In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsBootstrap::XdsServer>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsBootstrap::XdsServer>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:56:43: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server; ^ : note: in instantiation of member function 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>>::~Table' requested here explicit MetadataMap(Arena* arena); ^ src/core/ext/filters/client_channel/retry_filter.cc:459:47: note: in instantiation of member function 'grpc_core::MetadataMap<grpc_metadata_batch, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::MetadataMap' requested here grpc_metadata_batch send_initial_metadata_{calld_->arena_}; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:56:43: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__parse_into_addrinfo.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__parse_into_addrinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>, absl::is_trivially_copy_assignable<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>, absl::is_trivially_destructible<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>, std::allocator<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>>, absl::is_trivially_copy_constructible<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>, absl::is_trivially_copy_assignable<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>, absl::is_trivially_destructible<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch, 3, std::allocator<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/filters/client_channel/retry_filter.cc:699:37: note: in instantiation of member function 'absl::InlinedVector<grpc_core::(anonymous namespace)::RetryFilter::CallData::CallAttempt::OnCompleteDeferredBatch, 3>::InlinedVector' requested here RetryFilter::CallData::CallAttempt::CallAttempt(CallData* calld, ^ in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:67:42: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig>' requested here absl::optional<OutlierDetectionConfig> outlier_detection; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_free_string.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_free_string.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:67:42: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig>' requested here absl::optional<OutlierDetectionConfig> outlier_detection; ^ 23 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_genn.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_genn.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_options.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_options.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_ptr_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_ptr_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsClusterResource>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsClusterResource>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsClusterResource>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsClusterResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:150:40: note: in instantiation of template class 'absl::optional<grpc_core::XdsClusterResource>' requested here absl::optional<XdsClusterResource> update; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsClusterResource>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsClusterResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:150:40: note: in instantiation of template class 'absl::optional<grpc_core::XdsClusterResource>' requested here absl::optional<XdsClusterResource> update; ^ 23 warnings generated. 11 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509name.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509name.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/memutil.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/memutil.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_search.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_search.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/format.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/format.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_freeaddrinfo.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_freeaddrinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/str_split.cc:15: In file included from third_party/abseil-cpp/absl/strings/str_split.h:48: In file included from third_party/abseil-cpp/absl/strings/internal/str_split_internal.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ :29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27:third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h ^ third_party/abseil-cpp/absl/meta/type_traits.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ :560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_data.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_data.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 44arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_getsock.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_getsock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from warnings generated. src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/transport/client_auth_filter.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/transport/client_auth_filter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_soa_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_soa_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_a_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_a_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_utl.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_utl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_version.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_version.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ia5.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ia5.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_getaddrinfo.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_getaddrinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__read_line.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__read_line.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcia.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcia.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_send.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_send.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_init.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_init.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_destroy.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_destroy.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_writev.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_writev.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509rset.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509rset.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_srv_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_srv_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_aaaa_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_aaaa_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__readaddrinfo.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__readaddrinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_cpols.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_cpols.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_info.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/bitncmp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/bitncmp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_strcasecmp.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_strcasecmp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_expand_name.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_expand_name.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_txt_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_txt_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcons.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcons.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/inet_net_pton.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/inet_net_pton.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 5 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_caa_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_caa_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_getenv.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_getenv.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_strdup.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_strdup.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__sortaddrinfo.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__sortaddrinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/string_view.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/string_view.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from 33 warnings generated. src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ServerAddress, 1, std::allocator<grpc_core::ServerAddress>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/status/internal/statusor_internal.h:240:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::~InlinedVector' requested here data_.~T(); ^ third_party/abseil-cpp/absl/status/statusor.h:181:7: note: in instantiation of member function 'absl::internal_statusor::StatusOrData<absl::InlinedVector<grpc_core::ServerAddress, 1>>::~StatusOrData' requested here class StatusOr : private internal_statusor::StatusOrData<T>, ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/google_default/credentials_generic.cc:29: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_platform.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_platform.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/escaping.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/escaping.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_expand_string.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_expand_string.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ByteStreamCache *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ByteStreamCache *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ByteStreamCache *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ByteStreamCache *>, absl::is_trivially_copy_assignable<grpc_core::ByteStreamCache *>, absl::is_trivially_destructible<grpc_core::ByteStreamCache *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ByteStreamCache *>, std::allocator<grpc_core::ByteStreamCache *>>, absl::is_trivially_copy_constructible<grpc_core::ByteStreamCache *>, absl::is_trivially_copy_assignable<grpc_core::ByteStreamCache *>, absl::is_trivially_destructible<grpc_core::ByteStreamCache *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ByteStreamCache *, 3, std::allocator<grpc_core::ByteStreamCache *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/filters/client_channel/retry_filter.cc:2164:24: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ByteStreamCache *, 3>::InlinedVector' requested here RetryFilter::CallData::CallData(RetryFilter* chand, ^ In file included from src/core/ext/filters/client_channel/retry_filter.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_filter.h:22: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ByteStreamCache *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::ByteStreamCache *>, absl::is_trivially_destructible<grpc_core::ByteStreamCache *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ByteStreamCache *>, absl::is_trivially_copy_assignable<grpc_core::ByteStreamCache *>, absl::is_trivially_destructible<grpc_core::ByteStreamCache *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ByteStreamCache *>, std::allocator<grpc_core::ByteStreamCache *>>, absl::is_trivially_copy_constructible<grpc_core::ByteStreamCache *>, absl::is_trivially_copy_assignable<grpc_core::ByteStreamCache *>, absl::is_trivially_destructible<grpc_core::ByteStreamCache *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ByteStreamCache *, 3, std::allocator<grpc_core::ByteStreamCache *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/filters/client_channel/retry_filter.cc:2164:24: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ByteStreamCache *, 3>::InlinedVector' requested here RetryFilter::CallData::CallData(RetryFilter* chand, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509/x509spki.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509/x509spki.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ :third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};301 ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value &&: ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,36 ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ : warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_gethostbyaddr.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_gethostbyaddr.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_strerror.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_strerror.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_int.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_int.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_process.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_process.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_mx_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_mx_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/compile.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/compile.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:3913 warnings generated. : note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pmaps.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pmaps.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/credentials/google_default/google_default_credentials.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/credentials/google_default/google_default_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_fds.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_fds.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/synchronization/internal/waiter.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/synchronization/internal/waiter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_strsplit.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_strsplit.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__timeval.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__timeval.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/perl_groups.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/perl_groups.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/simplify.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/simplify.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_gethostbyname.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_gethostbyname.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_naptr_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_naptr_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/inet_ntop.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/inet_ntop.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/util/strutil.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/util/strutil.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_android.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_android.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/prefilter.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/prefilter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/cds.cc:27: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_timeout.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_timeout.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/encode.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/encode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ 46 warnings generated. In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_library_init.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_library_init.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_parse_ns_reply.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_parse_ns_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_channel_stack_modifier.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_channel_stack_modifier.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/d1_srtp.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/d1_srtp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/adler32.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/adler32.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/windows_port.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/windows_port.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/gzwrite.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/gzwrite.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/zutil.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/zutil.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/zlib/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ third_party/zlib/adler32.cIn file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.hIn file included from :54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ :134:In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ 15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ third_party/zlib/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ third_party/zlib/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ third_party/zlib/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&&arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_llist.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_llist.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/bio_ssl.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/bio_ssl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/zlib/zutil.carm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/handshake_client.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/handshake_client.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ third_party/zlib/zutil.c:305:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) ^ third_party/zlib/zutil.c:315:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree (opaque, ptr) ^ third_party/zlib/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ third_party/zlib/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ third_party/zlib/gzwrite.c:89:20: error: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] writ = write(state->fd, strm->next_in, put); ^ third_party/zlib/gzwrite.c:89:20: note: did you mean 'fwrite'? TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/stdio.h:681:15: note: 'fwrite' declared here extern size_t fwrite (const void *__restrict __ptr, size_t __size, ^ 3third_party/zlib/gzwrite.c:119:24: error: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] writ = write(state->fd, state->x.next, put); ^ third_party/zlib/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ third_party/zlib/gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ third_party/zlib/gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ third_party/zlib/gzwrite.c warnings generated. :187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ third_party/zlib/gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ third_party/zlib/gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ third_party/zlib/gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ third_party/zlib/gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ third_party/zlib/gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ third_party/zlib/gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ third_party/zlib/gzwrite.c:673:9: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (close(state->fd) == -1) ^ 15 warnings and 3 errors generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/bitstate.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/bitstate.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_buffer.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_buffer.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ 6 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/compress.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/compress.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_mkquery.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_mkquery.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/str_format/parser.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ 39 warnings generated. third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ third_party/zlib/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) ^ third_party/zlib/compress.cIn file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] : (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress (dest, destLen, source, sourceLen) ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:562third_party/zlib/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound (sourceLen) ^ :7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h:21: In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:25: In file included from third_party/abseil-cpp/absl/base/internal/endian.h:29: In file included from third_party/abseil-cpp/absl/base/casts.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_query.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_query.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 3 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/crc32.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/crc32.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares_nowarn.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares_nowarn.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/json_encode.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/json_encode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ third_party/zlib/crc32.c:117:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t byte_swap(word) ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.hthird_party/zlib/crc32.c:542:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ third_party/zlib/crc32.c:542:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/crc32.c:566:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ third_party/zlib/crc32.c:566:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/crc32.c:717:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t crc_word(data) ^ third_party/zlib/crc32.c:726:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t crc_word_big(data) ^ third_party/zlib/crc32.c:739:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ :350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/zlib/crc32.c:1063:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ third_party/zlib/crc32.c:1072:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ third_party/zlib/crc32.c:1084:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ third_party/zlib/crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ third_party/zlib/crc32.c:1103:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ third_party/zlib/crc32.c:1110:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong crc32_combine_op(crc1, crc2, op) ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/tls13_client.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/tls13_client.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::function<void ()>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::function<void ()>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::function<void ()>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::function<void ()>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:236:47: note: in instantiation of template class 'absl::optional<std::function<void ()>>' requested here const absl::optional<std::function<void()>> test_only_generate_response_; ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::function<void ()>>' requested here : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562 absl::is_trivially_copy_assignable<typename std::remove_cv<: 7 ^: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::function<void ()>>' required here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:236:47: note: in instantiation of template class 'absl::optional<std::function<void ()>>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here const absl::optional<std::function<void()>> test_only_generate_response_; ^ type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:249:43: note: in instantiation of template class 'absl::optional<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::optional<DNSResolver::TaskHandle> dns_request_handle_ ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:249:43: note: in instantiation of template class 'absl::optional<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::optional<DNSResolver::TaskHandle> dns_request_handle_ ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ 14 warnings generated. In file included from In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.harm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/deflate.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/deflate.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:In file included from 54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>,src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:120:36: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<grpc_core::Slice> access_token_value_; ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:120:36: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<grpc_core::Slice> access_token_value_; ^ third_party/zlib/deflate.c:204:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ third_party/zlib/deflate.c:204:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:231:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ third_party/zlib/deflate.c:243:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ third_party/zlib/deflate.c:393:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck (strm) ^ third_party/zlib/deflate.c:393:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:416:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) ^ third_party/zlib/deflate.c:485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) ^ third_party/zlib/deflate.c:507:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep (strm) ^ third_party/zlib/deflate.c:545:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset (strm) ^ third_party/zlib/deflate.c:557:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader (strm, head) ^ third_party/zlib/deflate.c:568:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending (strm, pending, bits) ^ third_party/zlib/deflate.c:582:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime (strm, bits, value) ^ third_party/zlib/deflate.c:609:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ third_party/zlib/deflate.c:658:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ third_party/zlib/deflate.c:693:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ third_party/zlib/deflate.c:757:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB (s, b) ^ third_party/zlib/deflate.c:757:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:771:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ third_party/zlib/deflate.c:771:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:804:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate (strm, flush) ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_session.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_session.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/zlib/deflate.c:1119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd (strm) ^ third_party/zlib/deflate.c:1145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy (dest, source) ^ third_party/zlib/deflate.c:1204:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ third_party/zlib/deflate.c:1204:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:1234:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init (s) ^ third_party/zlib/deflate.c:1234:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] In file included from third_party/zlib/deflate.c:1276:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/zlib/deflate.c:1276:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/zlib/deflate.c:1522:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422third_party/zlib/deflate.c:1522:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] :41: note: third_party/zlib/deflate.c:1685:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {}third_party/zlib/deflate.c:1685:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ third_party/zlib/deflate.c:1872:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ third_party/zlib/deflate.c:1872:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:1974:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ third_party/zlib/deflate.c:1974:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:2105:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ third_party/zlib/deflate.c:2105:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/deflate.c:2178:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ third_party/zlib/deflate.c:2178:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/ostringstream.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/ostringstream.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv<In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/msg.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/msg.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc:21: In file included from ./src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/service_config/service_config_parser.cc:19: In file included from ./src/core/lib/service_config/service_config_parser.h:34: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/plugin_registry/grpc_plugin_registry_extra.cc:21: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ 23 warnings generated. In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/escaping.cc:15: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/reflection.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/reflection.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 32 warnings generated. 50 warnings generated. In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/tsi/alts/crypt/aes_gcm.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/tsi/alts/crypt/aes_gcm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/surface/validate_metadata.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/surface/validate_metadata.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from 33 warnings generated. third_party/abseil-cpp/absl/meta/type_traits.hsrc/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/security/credentials/tls/tls_credentials.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/security/credentials/tls/tls_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/d1_both.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/d1_both.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/fault_injection/service_config_parser.cc:19: In file included from ./src/core/ext/filters/fault_injection/service_config_parser.h:24: In file included from ./src/core/lib/config/core_configuration.h:23: In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: In file included from In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ 31In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ :third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ src/core/lib/security/transport/client_auth_filter.cc:31: In file included from third_party/abseil-cpp/absl/types/optional.h./src/core/lib/channel/channel_stack.h::65119: :In file included from 45./src/core/lib/iomgr/call_combiner.h:: 26note: : in instantiation of default argument for 'optional_data<absl::string_view>' required hereIn file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.hclass optional : private optional_internal::optional_data<T>,: 301 ^~~~~~~~~~~~~~~~: 36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27:third_party/abseil-cpp/absl/strings/cord.h note: :in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here676 :54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h absl::optional<absl::string_view> maybe_flat = c.TryFlat();: 422 ^: 41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] in instantiation of template class 'absl::optional<absl::string_view>' requested here bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25In file included from : src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&In file included from ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:In file included from src/core/lib/surface/completion_queue.cc:20: In file included from ./src/core/lib/surface/completion_queue.h:33: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ 155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/substitute.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/substitute.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 41 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/gzclose.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/gzclose.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/table.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/table.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 49 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_http_fault_filter.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_http_fault_filter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&: ^ note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override {third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/zlib/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ third_party/upb/upb/table.c:803:9: warning: comparison of integers of different signs: 'intptr_t' (aka 'int') and 'const size_t' (aka 'const unsigned int') [-Wsign-compare] if (i < t->array_size) { ~ ^ ~~~~~~~~~~~~~ third_party/upb/upb/table.c:804:16: warning: comparison of integers of different signs: 'intptr_t' (aka 'int') and 'const size_t' (aka 'const unsigned int') [-Wsign-compare] while (++i < t->array_size) { ~~~ ^ ~~~~~~~~~~~~~ third_party/upb/upb/table.c1 warning generated. :829:9: warning: comparison of integers of different signs: 'intptr_t' (aka 'int') and 'size_t' (aka 'unsigned int') [-Wsign-compare] if (i < t->array_size) { ~ ^ ~~~~~~~~~~~~~ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/zlib/gzlib.c -o python_build/temp.linux-x86_64-cpython-310/third_party/zlib/gzlib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ third_party/zlib/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ third_party/zlib/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] third_party/zlib/gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ third_party/zlib/gzlib.c:254:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ ^ third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' # define LSEEK lseek ^ third_party/zlib/gzlib.c:254:9: note: did you mean 'fseek'? third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' # define LSEEK lseek ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/stdio.h:713:12: note: 'fseek' declared here extern int fseek (FILE *__stream, long int __off, int __whence); ^ third_party/zlib/gzlib.c:260:24: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] state->start = LSEEK(state->fd, 0, SEEK_CUR); ^ third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' # define LSEEK lseek ^ third_party/zlib/gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ third_party/zlib/gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ third_party/zlib/gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ third_party/zlib/gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ third_party/zlib/gzlib.carm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread :318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ third_party/zlib/gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ third_party/zlib/gzlib.c:361:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (LSEEK(state->fd, state->start, SEEK_SET) == -1) ^ third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' # define LSEEK lseek ^ third_party/zlib/gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ third_party/zlib/gzlib.c:402:15: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR); ^ third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' # define LSEEK lseek ^ third_party/zlib/gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ third_party/zlib/gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ third_party/zlib/gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ third_party/zlib/gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ third_party/zlib/gzlib.c:498:14: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] offset = LSEEK(state->fd, 0, SEEK_CUR); ^ third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' # define LSEEK lseek ^ third_party/zlib/gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ third_party/zlib/gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ third_party/zlib/gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ third_party/zlib/gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ third_party/zlib/gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 19 warnings and 5 errors generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/dtls_method.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/dtls_method.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/third_party/utf8_range/naive.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/third_party/utf8_range/naive.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/synchronization/mutex.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/synchronization/mutex.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 28 warnings generated. In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/third_party/utf8_range/range2-neon.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/third_party/utf8_range/range2-neon.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/third_party/utf8_range/range2-sse.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/third_party/utf8_range/range2-sse.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_cert.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_cert.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/decode.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/decode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ src/core/lib/security/transport/client_auth_filter.ccIn file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/upb/upb/decode.c:246:26: warning: code will never be executed [-Wunreachable-code] if (!res.ptr) return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:262:14: warning: code will never be executed [-Wunreachable-code] return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:312:12: warning: code will never be executed [-Wunreachable-code] return decode_err(d, status); ^~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:323:23: warning: code will never be executed [-Wunreachable-code] if (!data) return decode_err(d, kUpb_DecodeStatus_OutOfMemory); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:339:12: warning: code will never be executed [-Wunreachable-code] return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:336:30: warning: code will never be executed [-Wunreachable-code] if (--d->depth < 0) return decode_err(d, kUpb_DecodeStatus_MaxDepthExceeded); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:363:38: warning: code will never be executed [-Wunreachable-code] if (d->end_group != number) return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:360:12: warning: code will never be executed [-Wunreachable-code] return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:358:30: warning: code will never be executed [-Wunreachable-code] if (--d->depth < 0) return decode_err(d, kUpb_DecodeStatus_MaxDepthExceeded); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:453:12: warning: code will never be executed [-Wunreachable-code] return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:551:22: warning: code will never be executed [-Wunreachable-code] if (!arr) return decode_err(d, kUpb_DecodeStatus_OutOfMemory); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ third_party/upb/upb/decode.c:790:36: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'int' [-Wsign-compare] for (idx = l->dense_below; idx < last; idx++) { ~~~ ^ ~~~~ third_party/upb/upb/decode.c:893:10: warning: code will never be executed [-Wunreachable-code] return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:909:36: warning: code will never be executed [-Wunreachable-code] if (UPB_UNLIKELY(!ext)) return decode_err(d, kUpb_DecodeStatus_OutOfMemory); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:979:14: warning: code will never be executed [-Wunreachable-code] return decode_err(d, kUpb_DecodeStatus_OutOfMemory); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/upb/upb/decode.c:939:33: warning: code will never be executed [-Wunreachable-code] if (field_number == 0) return decode_err(d, kUpb_DecodeStatus_Malformed); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::LbCostBinMetadata::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::LbCostBinMetadata::ValueType>, std::allocator<grpc_core::LbCostBinMetadata::ValueType>>, absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: (skipping 26 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/transport/metadata_batch.h:438:41: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here return NameLookup<void, Traits...>::Lookup(key, op); ^ ./src/core/lib/transport/metadata_batch.h:438:41: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here ./src/core/lib/transport/metadata_batch.h:438:41: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here ./src/core/lib/transport/metadata_batch.h:1160:51: note: in instantiation of function template specialization 'grpc_core::metadata_detail::NameLookup<void, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Lookup<grpc_core::metadata_detail::AppendHelper<grpc_metadata_batch>>' requested here metadata_detail::NameLookup<void, Traits...>::Lookup(key, &helper); ^ src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:262:28: note: in instantiation of member function 'grpc_core::MetadataMap<grpc_metadata_batch, grpc_core::HttpPathMetadata, grpc_core::HttpAuthorityMetadata, grpc_core::HttpMethodMetadata, grpc_core::HttpStatusMetadata, grpc_core::HttpSchemeMetadata, grpc_core::ContentTypeMetadata, grpc_core::TeMetadata, grpc_core::GrpcEncodingMetadata, grpc_core::GrpcInternalEncodingRequest, grpc_core::GrpcAcceptEncodingMetadata, grpc_core::GrpcStatusMetadata, grpc_core::GrpcTimeoutMetadata, grpc_core::GrpcPreviousRpcAttemptsMetadata, grpc_core::GrpcRetryPushbackMsMetadata, grpc_core::UserAgentMetadata, grpc_core::GrpcMessageMetadata, grpc_core::HostMetadata, grpc_core::EndpointLoadMetricsBinMetadata, grpc_core::GrpcServerStatsBinMetadata, grpc_core::GrpcTraceBinMetadata, grpc_core::GrpcTagsBinMetadata, grpc_core::GrpcLbClientStatsMetadata, grpc_core::LbCostBinMetadata, grpc_core::LbTokenMetadata, grpc_core::GrpcStreamNetworkState, grpc_core::PeerString, grpc_core::GrpcStatusContext>::Append' requested here pending_request->md->Append( ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ 23 warnings generated. In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/parser.h:31: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/checker.h:19: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/arg.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17:src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here In file included from class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/tsi/alts/crypt/gsec.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/tsi/alts/crypt/gsec.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from 39 warnings generated. src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27:In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_error *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_error *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_error *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_error *>, absl::is_trivially_copy_assignable<grpc_error *>, absl::is_trivially_destructible<grpc_error *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_error *>, std::allocator<grpc_error *>>, absl::is_trivially_copy_constructible<grpc_error *>, absl::is_trivially_copy_assignable<grpc_error *>, absl::is_trivially_destructible<grpc_error *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_error *, 3, std::allocator<grpc_error *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:652:45: note: in instantiation of member function 'absl::InlinedVector<grpc_error *, 3>::InlinedVector' requested here absl::InlinedVector<grpc_error_handle, 3> error_list; ^ note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from In file included from src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:21: In file included from ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:29: In file included from ./src/core/lib/http/httpcli.h:29: In file included from ./src/core/lib/http/parser.h:27: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: 3note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_error *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_error *>, absl::is_trivially_destructible<grpc_error *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_error *>, absl::is_trivially_copy_assignable<grpc_error *>, absl::is_trivially_destructible<grpc_error *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_error *>, std::allocator<grpc_error *>>, absl::is_trivially_copy_constructible<grpc_error *>, absl::is_trivially_copy_assignable<grpc_error *>, absl::is_trivially_destructible<grpc_error *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_error *, 3, std::allocator<grpc_error *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:652:45: note: in instantiation of member function 'absl::InlinedVector<grpc_error *, 3>::InlinedVector' requested here absl::InlinedVector<grpc_error_handle, 3> error_list; ^ warnings generated. src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/text_encode.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/text_encode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::function<void ()>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::function<void ()>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::function<void ()>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::function<void ()>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:236:47: note: in instantiation of template class 'absl::optional<std::function<void ()>>' requested here const absl::optional<std::function<void()>> test_only_generate_response_; ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::function<void ()>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::function<void ()>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:236:47: note: in instantiation of template class 'absl::optional<std::function<void ()>>' requested here const absl::optional<std::function<void()>> test_only_generate_response_; ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:249:43: note: in instantiation of template class 'absl::optional<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::optional<DNSResolver::TaskHandle> dns_request_handle_ ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/http/httpcli.h:249:43: note: in instantiation of template class 'absl::optional<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>' requested here absl::optional<DNSResolver::TaskHandle> dns_request_handle_ ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>,31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:120:36: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<grpc_core::Slice> access_token_value_; ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/oauth2/oauth2_credentials.h:120:36: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<grpc_core::Slice> access_token_value_; ^ src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/str_format/arg.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_service_account_jwt_access_credentials::Cache>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_service_account_jwt_access_credentials::Cache>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_service_account_jwt_access_credentials::Cache>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_service_account_jwt_access_credentials::Cache>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/jwt/jwt_credentials.h:74:25: note: in instantiation of template class 'absl::optional<grpc_service_account_jwt_access_credentials::Cache>' requested here absl::optional<Cache> cached_; ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_service_account_jwt_access_credentials::Cache>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_service_account_jwt_access_credentials::Cache>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/jwt/jwt_credentials.h:74:25: note: in instantiation of template class 'absl::optional<grpc_service_account_jwt_access_credentials::Cache>' requested here absl::optional<Cache> cached_; ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_copy_constructible<T>::value && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::cord_internal::CordRep *>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::cord_internal::CordRep *>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:58:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::cord_internal::CordRep *>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::cord_internal::CordRep *>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:58:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<unsigned int>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<unsigned int>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:58:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { ^ 28 warnings generated. third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ 56 warnings generated. In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ 16 warnings generated. In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/decode_fast.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/decode_fast.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<Entry>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<Entry>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<Entry>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<Entry>, absl::is_trivially_copy_assignable<Entry>, absl::is_trivially_destructible<Entry>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<Entry>, std::allocator<Entry>>, absl::is_trivially_copy_constructible<Entry>, absl::is_trivially_copy_assignable<Entry>, absl::is_trivially_destructible<Entry>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<Entry, 40, std::allocator<Entry>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:66:34: note: in instantiation of member function 'absl::InlinedVector<Entry, 40>::InlinedVector' requested here absl::InlinedVector<Entry, 40> stack; ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:15: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h:20: In file included from third_party/abseil-cpp/absl/functional/function_ref.h:54: In file included from third_party/abseil-cpp/absl/functional/internal/function_ref.h:22: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&: ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ 494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<Entry>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<Entry>, absl::is_trivially_destructible<Entry>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<Entry>, absl::is_trivially_copy_assignable<Entry>, absl::is_trivially_destructible<Entry>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<Entry>, std::allocator<Entry>>, absl::is_trivially_copy_constructible<Entry>, absl::is_trivially_copy_assignable<Entry>, absl::is_trivially_destructible<Entry>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<Entry, 40, std::allocator<Entry>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc:66:34: note: in instantiation of member function 'absl::InlinedVector<Entry, 40>::InlinedVector' requested here absl::InlinedVector<Entry, 40> stack; ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/def.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/def.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/google_default/google_default_credentials.cc:21: In file included from ./src/core/lib/security/credentials/google_default/google_default_credentials.h:25: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_stat.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_stat.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from third_party/abseil-cpp/absl/meta/type_traits.hsrc/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; In file included from ^src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ : note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: third_party/abseil-cpp/absl/meta/type_traits.hnote: :559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]: bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] ^ (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&third_party/abseil-cpp/absl/meta/type_traits.h:234: 24 ^: third_party/abseil-cpp/absl/meta/type_traits.hnote: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : : std::conditional<T::value, conjunction<Ts...>, T>::type {};571:39: note: ^in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here third_party/abseil-cpp/absl/meta/type_traits.h bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};:234: 7 ^: third_party/abseil-cpp/absl/base/casts.hnote: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {};:46:37: ^note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested herethird_party/abseil-cpp/absl/meta/type_traits.h type_traits_internal::is_trivially_copyable<Source>::value &&:234: 7 ^: note: third_party/abseil-cpp/absl/base/casts.hin instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here :third_party/abseil-cpp/absl/container/internal/inlined_vector.h153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39::308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && 28 warnings generated. ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/handshake_server.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/handshake_server.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/upb/upb/upb.c -o python_build/temp.linux-x86_64-cpython-310/third_party/upb/upb/upb.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/tls13_enc.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/tls13_enc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from third_party/upb/upb/def.c:1402:41: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare] (i == 0 || fields[i - 1].number == i)) { ~~~~~~~~~~~~~~~~~~~~ ^ ~ third_party/upb/upb/def.c:1401:43: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare] if (i < UINT8_MAX && fields[i].number == i + 1 && ~~~~~~~~~~~~~~~~ ^ ~~~~~ src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ third_party/upb/upb/def.c:2301:30: warning: comparison of integers of different signs: 'const uint32_t' (aka 'const unsigned int') and 'int32_t' (aka 'int') [-Wsign-compare] if (fields[i].number == field_number) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ third_party/upb/upb/def.c:2773:46: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'const int32_t' (aka 'const int') [-Wsign-compare] if (r->start <= f->number_ && f->number_ < r->end) { ~~~~~~~~~~ ^ ~~~~~~ third_party/upb/upb/def.c:2773:18: warning: comparison of integers of different signs: 'const int32_t' (aka 'const int') and 'uint32_t' (aka 'unsigned int') [-Wsign-compare] if (r->start <= f->number_ && f->number_ < r->end) { ~~~~~~~~ ^ ~~~~~~~~~~ third_party/upb/upb/def.c:2899:21: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare] for (int i = 0; i < n; i++) { ~ ^ ~ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from third_party/abseil-cpp/absl/strings/substitute.cc:15: In file included from third_party/abseil-cpp/absl/strings/substitute.h:81: In file included from third_party/abseil-cpp/absl/strings/escaping.h:32: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/stringpiece.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/stringpiece.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/dtls_record.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/dtls_record.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/d1_lib.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/d1_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from third_party/abseil-cpp/absl/synchronization/mutex.cc:42: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ 5 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/synchronization/barrier.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/synchronization/barrier.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/dfa.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/dfa.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 5 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/internal/utf8.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/internal/utf8.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:76:32: note: in instantiation of template class 'absl::optional<unsigned int>' requested here absl::optional<uint32_t> fraction_per_million; ^ In file included from src/core/lib/surface/validate_metadata.cc:21: In file included from ./src/core/lib/surface/validate_metadata.h:31: In file included from ./src/core/lib/iomgr/error.h:27: In file included from third_party/abseil-cpp/absl/status/status.h:57: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/strings/match.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/strings/match.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/prefilter_tree.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/prefilter_tree.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41In file included from : note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.hsrc/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ :99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_channel_stack_modifier.cc:21: In file included from ./src/core/ext/xds/xds_channel_stack_modifier.h:26: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ 28 warnings generated. In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/tls13_server.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/tls13_server.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/security_connector/tls/tls_security_connector.h:150:38: note: in instantiation of template class 'absl::optional<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::optional<PemKeyCertPairList> pem_key_cert_pair_list_ ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/security_connector/tls/tls_security_connector.h:150:38: note: in instantiation of template class 'absl::optional<absl::InlinedVector<grpc_core::PemKeyCertPair, 1>>' requested here absl::optional<PemKeyCertPairList> pem_key_cert_pair_list_ ^ In file included from In file included from third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc:19: In file included from third_party/abseil-cpp/absl/strings/internal/str_format/arg.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ src/core/lib/security/transport/client_auth_filter.ccthird_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ :31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] : (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::LbCostBinMetadata::ValueType>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::LbCostBinMetadata::ValueType>, std::allocator<grpc_core::LbCostBinMetadata::ValueType>>, absl::is_trivially_copy_constructible<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_copy_assignable<grpc_core::LbCostBinMetadata::ValueType>, absl::is_trivially_destructible<grpc_core::LbCostBinMetadata::ValueType>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/resource_quota/arena.h:79:13: note: in instantiation of member function 'grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>::CallableImpl' requested here new (t) T(std::forward<Args>(args)...); ^ ./src/core/lib/promise/arena_promise.h:128:42: note: in instantiation of function template specialization 'grpc_core::Arena::New<grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>' requested here return GetContext<Arena>()->template New<CallableImpl<T, Callable>>( ^ ./src/core/lib/promise/arena_promise.h:144:46: note: in instantiation of member function 'grpc_core::arena_promise_detail::ChooseImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>::Make' requested here return ChooseImplForCallable<T, Callable>::Make( ^ ./src/core/lib/promise/arena_promise.h:163:37: note: in instantiation of function template specialization 'grpc_core::arena_promise_detail::MakeImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>' requested here : impl_(arena_promise_detail::MakeImplForCallable<T>( ^ src/core/lib/security/transport/client_auth_filter.cc:180:10: note: in instantiation of function template specialization 'grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>::ArenaPromise<grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>, void>' requested here return TrySeq(args_.security_connector->CheckCallHost( ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainData>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainData>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ In file included from src/core/lib/security/transport/client_auth_filter.cc:31: In file included from ./src/core/lib/channel/channel_stack.h:65: In file included from ./src/core/lib/iomgr/call_combiner.h:26: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<std::string>, std::allocator<std::string>>, absl::is_trivially_copy_constructible<std::string>, absl::is_trivially_copy_assignable<std::string>, absl::is_trivially_destructible<std::string>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) ~InlinedVector() {} ^ ./src/core/lib/resource_quota/arena.h:79:13: note: in instantiation of member function 'grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>::CallableImpl' requested here new (t) T(std::forward<Args>(args)...); ^ ./src/core/lib/promise/arena_promise.h:128:42: note: in instantiation of function template specialization 'grpc_core::Arena::New<grpc_core::arena_promise_detail::CallableImpl<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>' requested here return GetContext<Arena>()->template New<CallableImpl<T, Callable>>( ^ ./src/core/lib/promise/arena_promise.h:144:46: note: in instantiation of member function 'grpc_core::arena_promise_detail::ChooseImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>::Make' requested here return ChooseImplForCallable<T, Callable>::Make( ^ ./src/core/lib/promise/arena_promise.h:163:37: note: in instantiation of function template specialization 'grpc_core::arena_promise_detail::MakeImplForCallable<grpc_core::MetadataHandle<grpc_metadata_batch>, grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>>' requested here : impl_(arena_promise_detail::MakeImplForCallable<T>( ^ src/core/lib/security/transport/client_auth_filter.cc:180:10: note: in instantiation of function template specialization 'grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>>::ArenaPromise<grpc_core::promise_detail::BasicSeq<grpc_core::promise_detail::TrySeqTraits, grpc_core::ArenaPromise<absl::Status>, grpc_core::ArenaPromise<absl::StatusOr<grpc_core::CallArgs>>, std::function<grpc_core::ArenaPromise<grpc_core::MetadataHandle<grpc_metadata_batch>> (grpc_core::CallArgs)>>, void>' requested here return TrySeq(args_.security_connector->CheckCallHost( ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_transcript.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_transcript.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 47In file included from warnings generated. src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_cipher.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_cipher.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/lib/security/credentials/tls/tls_credentials.cc:21: In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:26: In file included from ./src/core/lib/security/credentials/credentials.h:32: In file included from ./src/core/lib/channel/channel_args.h:30: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41:In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25 note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {}: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ :5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ 39 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_client.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_client.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175In file included from : third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ 44 warnings generated. In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_copy_constructible<T>::value && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::cord_internal::CordRep *>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::cord_internal::CordRep *>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:343:18: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here Consume(child, [&](CordRep* child_arg, size_t offset, size_t len) { ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::cord_internal::CordRep *>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::cord_internal::CordRep *>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:343:18: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here Consume(child, [&](CordRep* child_arg, size_t offset, size_t len) { ^ In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:14: In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h:25: In file included from third_party/abseil-cpp/absl/container/internal/layout.h:175: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<unsigned int>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<unsigned int>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc:343:18: note: in instantiation of template class 'absl::FunctionRef<void (absl::cord_internal::CordRep *, unsigned int, unsigned int)>' requested here Consume(child, [&](CordRep* child_arg, size_t offset, size_t len) { ^ 6 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ 5 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/synchronization/notification.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/synchronization/notification.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_route_config.cc:19: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ 5 warnings generated. In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/tostring.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/tostring.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ 49 warnings generated. In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ 56 warnings generated. 48 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/retry_service_config.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/retry_service_config.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/s3_both.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/s3_both.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 26 warnings generated. In file included from src/core/ext/xds/xds_http_fault_filter.cc:19: In file included from ./src/core/ext/xds/xds_http_fault_filter.h:22: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ 57 warnings generated. In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/tls_method.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/tls_method.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_file.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_file.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_versions.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_versions.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ 42In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ warningthird_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ s generated. third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_http_filters.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_http_filters.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/extensions.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/extensions.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/s3_lib.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/s3_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/unicode_casefold.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/unicode_casefold.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/tls_record.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/tls_record.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/unicode_groups.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/unicode_groups.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/util/pcre.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/util/pcre.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_x509.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_key_share.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_key_share.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/retry_service_config.h:86:28: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> per_attempt_recv_timeout_; ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/retry_service_config.h:86:28: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> per_attempt_recv_timeout_; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/retry_service_config.cc:19: In file included from ./src/core/ext/filters/client_channel/retry_service_config.h:28: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/prog.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/prog.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/s3_pkt.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/s3_pkt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/filtered_re2.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/filtered_re2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/cares/cares/src/lib/ares__close_sockets.c -o python_build/temp.linux-x86_64-cpython-310/third_party/cares/cares/src/lib/ares__close_sockets.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h34:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_http_filters.cc:19: In file included from ./src/core/ext/xds/xds_http_filters.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/retry_throttle.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/retry_throttle.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h:110:27: note: in instantiation of template class 'absl::optional<unsigned int>' requested here const uint32_t salt = absl::random_internal::GetSaltMaterial().value_or(0); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_lib.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/re2/re2/prog.cc:514:16: warning: code will never be executed [-Wunreachable-code] LOG(ERROR) << "Using trivial bytemap."; ^~ third_party/re2/re2/prog.cc:513:7: note: silence by adding parentheses to mark code as explicitly dead if (0) { // For debugging, use trivial bytemap. ^ /* DISABLES CODE */ ( ) In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsBootstrap::XdsServer>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsBootstrap::XdsServer>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:178:43: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server_; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:178:43: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server_; ^ third_party/re2/re2/prog.cc:613:7: warning: variable 'total' set but not used [-Wunused-but-set-variable] int total = 0; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:49:39: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::optional<SuccessRateEjection> success_rate_ejection; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:49:39: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::optional<SuccessRateEjection> success_rate_ejection; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:50:45: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::optional<FailurePercentageEjection> failure_percentage_ejection; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:50:45: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::optional<FailurePercentageEjection> failure_percentage_ejection; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsBootstrap::XdsServer>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsBootstrap::XdsServer>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:56:43: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:56:43: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:67:42: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig>' requested here absl::optional<OutlierDetectionConfig> outlier_detection; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_cluster.h:67:42: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig>' requested here absl::optional<OutlierDetectionConfig> outlier_detection; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/handoff.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/handoff.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/t1_enc.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/t1_enc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.hIn file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&&234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ServerAddress, 1, std::allocator<grpc_core::ServerAddress>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/status/internal/statusor_internal.h:240:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::~InlinedVector' requested here data_.~T(); ^ third_party/abseil-cpp/absl/status/statusor.h:181:7: note: in instantiation of member function 'absl::internal_statusor::StatusOrData<absl::InlinedVector<grpc_core::ServerAddress, 1>>::~StatusOrData' requested here class StatusOr : private internal_statusor::StatusOrData<T>, ^ ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainData>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainData>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain;arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/ssl/ssl_aead_ctx.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/ssl/ssl_aead_ctx.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/util/rune.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/util/rune.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 35 warnings generated. In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/mimics_pcre.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/mimics_pcre.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:31: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>, absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::XdsEndpointResource::DropConfig::DropCategory, 2, std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/ext/xds/xds_endpoint.h:63:9: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::DropConfig::DropCategory, 2>::~InlinedVector' requested here class DropConfig : public RefCounted<DropConfig> { ^ ./src/core/lib/gprpp/ref_counted.h:304:7: note: in instantiation of member function 'grpc_core::internal::Delete<grpc_core::XdsEndpointResource::DropConfig, grpc_core::kUnrefDelete>::Delete' requested here internal::Delete<Child, UnrefBehaviorArg>(static_cast<Child*>(this)); ^ ./src/core/lib/gprpp/ref_counted_ptr.h:105:36: note: in instantiation of member function 'grpc_core::RefCounted<grpc_core::XdsEndpointResource::DropConfig, grpc_core::PolymorphicRefCount, grpc_core::kUnrefDelete>::Unref' requested here if (value_ != nullptr) value_->Unref(); ^ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc:145:3: note: in instantiation of member function 'grpc_core::RefCountedPtr<grpc_core::XdsEndpointResource::DropConfig>::~RefCountedPtr' requested here XdsClusterImplLbConfig( ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ 57 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_routing.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_routing.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ 2 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/re2.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/re2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/nfa.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/nfa.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ServerAddress, 1, std::allocator<grpc_core::ServerAddress>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/status/internal/statusor_internal.h:240:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::~InlinedVector' requested here data_.~T(); ^ third_party/abseil-cpp/absl/status/statusor.h:181:7: note: in instantiation of member function 'absl::internal_statusor::StatusOrData<absl::InlinedVector<grpc_core::ServerAddress, 1>>::~StatusOrData' requested here class StatusOr : private internal_statusor::StatusOrData<T>, ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ 50 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_arg>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_arg>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_arg>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_arg>, std::allocator<grpc_arg>>, absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:151:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_arg, 1, std::allocator<grpc_arg>>::~Storage' requested here InlinedVector(ForwardIterator first, ForwardIterator last, ^ third_party/abseil-cpp/absl/container/inlined_vector.h:141:9: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_arg, 1>::InlinedVector<const grpc_arg *, 0>' requested here : InlinedVector(list.begin(), list.end(), allocator) {} ^ src/core/ext/xds/xds_client.cc:1798:50: note: in instantiation of member function 'absl::InlinedVector<grpc_arg, 1>::InlinedVector' requested here absl::InlinedVector<grpc_arg, 1> args_to_add = { ^ In file included from src/core/ext/xds/xds_client.cc:19: In file included from ./src/core/ext/xds/xds_client.h:26: In file included from third_party/abseil-cpp/absl/types/optional.h:39: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_arg>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_arg>, std::allocator<grpc_arg>>, absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:151:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_arg, 1, std::allocator<grpc_arg>>::~Storage' requested here InlinedVector(ForwardIterator first, ForwardIterator last, ^ third_party/abseil-cpp/absl/container/inlined_vector.h:141:9: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_arg, 1>::InlinedVector<const grpc_arg *, 0>' requested here : InlinedVector(list.begin(), list.end(), allocator) {} ^ src/core/ext/xds/xds_client.cc:1798:50: note: in instantiation of member function 'absl::InlinedVector<grpc_arg, 1>::InlinedVector' requested here absl::InlinedVector<grpc_arg, 1> args_to_add = { ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/boringssl-with-bazel/src/crypto/hkdf/hkdf.c -o python_build/temp.linux-x86_64-cpython-310/third_party/boringssl-with-bazel/src/crypto/hkdf/hkdf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/onepass.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/onepass.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:76:32: note: in instantiation of template class 'absl::optional<unsigned int>' requested here absl::optional<uint32_t> fraction_per_million; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/regexp.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/regexp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:316:10: warning: variable 'num_transient_failures' set but not used [-Wunused-but-set-variable] size_t num_transient_failures = 0; ^ src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainData>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainData>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg,: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246: ^ 65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc:29: In file included from third_party/abseil-cpp/absl/memory/memory.h:34: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::ServerAddress, 1, std::allocator<grpc_core::ServerAddress>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/status/internal/statusor_internal.h:240:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::ServerAddress, 1>::~InlinedVector' requested here data_.~T(); ^ third_party/abseil-cpp/absl/status/statusor.h:181:7: note: in instantiation of member function 'absl::internal_statusor::StatusOrData<absl::InlinedVector<grpc_core::ServerAddress, 1>>::~StatusOrData' requested here class StatusOr : private internal_statusor::StatusOrData<T>, ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_routing.cc:21: In file included from ./src/core/ext/xds/xds_routing.h:30: In file included from ./src/core/ext/xds/xds_listener.h:27: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/parse.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/parse.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 34 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 57 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/ext/xds/xds_server_config_fetcher.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/ext/xds/xds_server_config_fetcher.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread third_party/re2/re2/parse.cc:1592:15: warning: code will never be executed [-Wunreachable-code] LOG(DFATAL) << "Not reached in ParseEscape."; ^~ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/re2/re2/set.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/re2/re2/set.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from 1 warning generated. src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:49:39: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::optional<SuccessRateEjection> success_rate_ejection; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:49:39: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::SuccessRateEjection>' requested here absl::optional<SuccessRateEjection> success_rate_ejection; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:50:45: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::optional<FailurePercentageEjection> failure_percentage_ejection; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/filters/client_channel/lb_policy/outlier_detection/outlier_detection.h:50:45: note: in instantiation of template class 'absl::optional<grpc_core::OutlierDetectionConfig::FailurePercentageEjection>' requested here absl::optional<FailurePercentageEjection> failure_percentage_ejection; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ReclamationSweep>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ReclamationSweep>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ReclamationSweep>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ReclamationSweep>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::ReclamationSweep>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/resource_quota/memory_quota.h:168:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here void RunAndDelete(absl::optional<ReclamationSweep> sweep) override { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::string>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::string>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::string>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::string>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::string>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:158:33: note: in instantiation of template class 'absl::optional<std::string>' requested here absl::optional<std::string> root_cert_name; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<bool>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<bool>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<bool>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<bool>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<bool>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channel_args.h:254:12: note: in instantiation of template class 'absl::optional<bool>' requested here return GetBool(GRPC_ARG_MINIMAL_STACK).value_or(false); ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<const grpc_core::Slice &>' requested here absl::is_trivially_copy_assignable< ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<const grpc_core::Slice &>' requested here struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; ^ third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<const grpc_core::Slice &>' requested here using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); ^ third_party/abseil-cpp/absl/functional/function_ref.h:136:30: note: in instantiation of template type alias 'Invoker' requested here absl::functional_internal::Invoker<R, Args...> invoker_; ^ ./src/core/lib/transport/parsed_metadata.h:191:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here MetadataParseErrorFn on_error) const { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_status_code>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_status_code>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_status_code>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_status_code>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/transport/transport.h:134:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) == ^ 72 warnings generated. In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::channelz::SocketNode::Security::Tls>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::channelz::SocketNode::Security::Tls>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::channelz::SocketNode::Security::Tls>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:302:25: note: in instantiation of template class 'absl::optional<grpc_core::channelz::SocketNode::Security::Tls>' requested here absl::optional<Tls> tls; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Json>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Json>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/channel/channelz.h:303:26: note: in instantiation of template class 'absl::optional<grpc_core::Json>' requested here absl::optional<Json> other; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:76:32: note: in instantiation of template class 'absl::optional<unsigned int>' requested here absl::optional<uint32_t> fraction_per_million; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource::RetryPolicy>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:129:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here absl::optional<RetryPolicy> retry_policy; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Duration>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Duration>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Duration>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_route_config.h:141:32: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here absl::optional<Duration> max_stream_duration; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsRouteConfigResource>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsRouteConfigResource>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsRouteConfigResource>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsRouteConfigResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:70:44: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource>' requested here absl::optional<XdsRouteConfigResource> rds_update; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:149:33: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainMap::CidrRange>' requested here absl::optional<CidrRange> prefix_range; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsListenerResource::FilterChainData>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsListenerResource::FilterChainData>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsListenerResource::FilterChainData>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/ext/xds/xds_listener.h:182:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsListenerResource::FilterChainData>' requested here absl::optional<FilterChainData> default_filter_chain; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsBootstrap::XdsServer>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsBootstrap::XdsServer>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:92:45: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsBootstrap::XdsServer>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsBootstrap::XdsServer>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:92:45: note: in instantiation of template class 'absl::optional<grpc_core::XdsBootstrap::XdsServer>' requested here absl::optional<XdsBootstrap::XdsServer> lrs_load_reporting_server; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::map<std::string, grpc_core::Json>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::map<std::string, grpc_core::Json>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::map<std::string, grpc_core::Json>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::map<std::string, grpc_core::Json>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:101:34: note: in instantiation of template class 'absl::optional<std::map<std::string, grpc_core::Json>>' requested here absl::optional<Json::Object> outlier_detection_lb_config; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::map<std::string, grpc_core::Json>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::map<std::string, grpc_core::Json>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:101:34: note: in instantiation of template class 'absl::optional<std::map<std::string, grpc_core::Json>>' requested here absl::optional<Json::Object> outlier_detection_lb_config; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsEndpointResource>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsEndpointResource>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsEndpointResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:297:41: note: in instantiation of template class 'absl::optional<grpc_core::XdsEndpointResource>' requested here absl::optional<XdsEndpointResource> latest_update; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::XdsEndpointResource>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:297:41: note: in instantiation of template class 'absl::optional<grpc_core::XdsEndpointResource>' requested here absl::optional<XdsEndpointResource> latest_update; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<unsigned int>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<unsigned int>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:667:28: note: in instantiation of template class 'absl::optional<unsigned int>' requested here absl::optional<size_t> child_number; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Slice>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::Slice>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Slice>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Slice>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<grpc_core::Slice>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/channel.h:87:25: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here absl::optional<Slice> authority; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ ./src/core/lib/surface/server.h:255:55: note: in instantiation of template class 'absl::optional<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here absl::optional<std::list<ChannelData*>::iterator> list_position_; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/xds/xds_server_config_fetcher.cc:183:60: note: in instantiation of template class 'absl::optional<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here absl::optional<absl::StatusOr<XdsRouteConfigResource>> rds_update; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ src/core/ext/xds/xds_server_config_fetcher.cc:183:60: note: in instantiation of template class 'absl::optional<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here absl::optional<absl::StatusOr<XdsRouteConfigResource>> rds_update; ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>, absl::is_trivially_copy_constructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_copy_assignable<grpc_core::CallCombinerClosureList::CallCombinerClosure>, absl::is_trivially_destructible<grpc_core::CallCombinerClosureList::CallCombinerClosure>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6, std::allocator<grpc_core::CallCombinerClosureList::CallCombinerClosure>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/iomgr/call_combiner.h:146:3: note: in instantiation of member function 'absl::InlinedVector<grpc_core::CallCombinerClosureList::CallCombinerClosure, 6>::InlinedVector' requested here CallCombinerClosureList() {} ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::PemKeyCertPair>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::PemKeyCertPair>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::PemKeyCertPair>, std::allocator<grpc_core::PemKeyCertPair>>, absl::is_trivially_copy_constructible<grpc_core::PemKeyCertPair>, absl::is_trivially_copy_assignable<grpc_core::PemKeyCertPair>, absl::is_trivially_destructible<grpc_core::PemKeyCertPair>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::PemKeyCertPair, 1, std::allocator<grpc_core::PemKeyCertPair>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:185:5: note: in instantiation of member function 'absl::InlinedVector<grpc_core::PemKeyCertPair, 1>::~InlinedVector' requested here ~CertificateInfo() { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.hIn file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) &&:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>, absl::is_trivially_copy_constructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_copy_assignable<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>, absl::is_trivially_destructible<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8, std::allocator<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ ./src/core/lib/avl/avl.h:109:14: note: in instantiation of member function 'absl::InlinedVector<grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Node *, 8>::InlinedVector' requested here explicit Iterator(const NodePtr& root) { ^ ./src/core/lib/avl/avl.h:76:14: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::Iterator::Iterator' requested here Iterator a(root_); ^ ./src/core/lib/channel/channel_args.h:246:65: note: in instantiation of member function 'grpc_core::AVL<std::string, absl::variant<int, std::string, grpc_core::ChannelArgs::Pointer>>::operator<' requested here bool operator<(const ChannelArgs& other) const { return args_ < other.args_; } ^ ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsEndpointResource::Priority>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsEndpointResource::Priority>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::Priority>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::Priority>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/inlined_vector.h:205:9: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::XdsEndpointResource::Priority>, std::allocator<grpc_core::XdsEndpointResource::Priority>>, absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::Priority>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::Priority>>' requested here if (IsMemcpyOk<A>::value) { ^ ./src/core/ext/xds/xds_endpoint.h:37:8: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::Priority, 2>::InlinedVector' requested here struct XdsEndpointResource { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>, absl::is_trivially_copy_constructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_copy_assignable<grpc_core::XdsEndpointResource::DropConfig::DropCategory>, absl::is_trivially_destructible<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::XdsEndpointResource::DropConfig::DropCategory, 2, std::allocator<grpc_core::XdsEndpointResource::DropConfig::DropCategory>>::~Storage' requested here ~InlinedVector() {} ^ ./src/core/ext/xds/xds_endpoint.h:63:9: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::DropConfig::DropCategory, 2>::~InlinedVector' requested here class DropConfig : public RefCounted<DropConfig> { ^ ./src/core/lib/gprpp/ref_counted.h:304:7: note: in instantiation of member function 'grpc_core::internal::Delete<grpc_core::XdsEndpointResource::DropConfig, grpc_core::kUnrefDelete>::Delete' requested here internal::Delete<Child, UnrefBehaviorArg>(static_cast<Child*>(this)); ^ ./src/core/lib/gprpp/ref_counted_ptr.h:105:36: note: in instantiation of member function 'grpc_core::RefCounted<grpc_core::XdsEndpointResource::DropConfig, grpc_core::PolymorphicRefCount, grpc_core::kUnrefDelete>::Unref' requested here if (value_ != nullptr) value_->Unref(); ^ ./src/core/ext/xds/xds_endpoint.h:37:8: note: in instantiation of member function 'grpc_core::RefCountedPtr<grpc_core::XdsEndpointResource::DropConfig>::~RefCountedPtr' requested here struct XdsEndpointResource { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::ServerAddress>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::ServerAddress>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/inlined_vector.h:179:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_core::ServerAddress>, std::allocator<grpc_core::ServerAddress>>, absl::is_trivially_copy_constructible<grpc_core::ServerAddress>, absl::is_trivially_copy_assignable<grpc_core::ServerAddress>, absl::is_trivially_destructible<grpc_core::ServerAddress>>' requested here } else if (IsMemcpyOk<A>::value && !other.storage_.GetIsAllocated()) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:171:9: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) : InlinedVector(other, other.storage_.GetAllocator()) {} ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:134:32: note: in instantiation of member function 'absl::inlined_vector_internal::IteratorValueAdapter<std::allocator<grpc_core::XdsEndpointResource::Priority>, const grpc_core::XdsEndpointResource::Priority *>::ConstructNext' requested here ABSL_INTERNAL_TRY { values.ConstructNext(allocator, construct_first + i); } ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:501:5: note: in instantiation of function template specialization 'absl::inlined_vector_internal::ConstructElements<std::allocator<grpc_core::XdsEndpointResource::Priority>, absl::inlined_vector_internal::IteratorValueAdapter<std::allocator<grpc_core::XdsEndpointResource::Priority>, const grpc_core::XdsEndpointResource::Priority *>>' requested here ConstructElements<A>(GetAllocator(), dst, values, n); ^ third_party/abseil-cpp/absl/container/inlined_vector.h:183:16: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_core::XdsEndpointResource::Priority, 2, std::allocator<grpc_core::XdsEndpointResource::Priority>>::InitFrom' requested here storage_.InitFrom(other.storage_); ^ third_party/abseil-cpp/absl/container/inlined_vector.h:171:9: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::Priority, 2>::InlinedVector' requested here : InlinedVector(other, other.storage_.GetAllocator()) {} ^ ./src/core/ext/xds/xds_endpoint.h:37:8: note: in instantiation of member function 'absl::InlinedVector<grpc_core::XdsEndpointResource::Priority, 2>::InlinedVector' requested here struct XdsEndpointResource { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_arg>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_arg>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_arg>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_arg>, std::allocator<grpc_arg>>, absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:151:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_arg, 2, std::allocator<grpc_arg>>::~Storage' requested here InlinedVector(ForwardIterator first, ForwardIterator last, ^ third_party/abseil-cpp/absl/container/inlined_vector.h:141:9: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_arg, 2>::InlinedVector<const grpc_arg *, 0>' requested here : InlinedVector(list.begin(), list.end(), allocator) {} ^ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:974:47: note: in instantiation of member function 'absl::InlinedVector<grpc_arg, 2>::InlinedVector' requested here absl::InlinedVector<grpc_arg, 2> new_args = { ^ In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:30: In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:54: In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30: In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40: In file included from third_party/abseil-cpp/absl/utility/utility.h:50: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_arg>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_arg>, std::allocator<grpc_arg>>, absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:151:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_arg, 2, std::allocator<grpc_arg>>::~Storage' requested here InlinedVector(ForwardIterator first, ForwardIterator last, ^ third_party/abseil-cpp/absl/container/inlined_vector.h:141:9: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_arg, 2>::InlinedVector<const grpc_arg *, 0>' requested here : InlinedVector(list.begin(), list.end(), allocator) {} ^ src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc:974:47: note: in instantiation of member function 'absl::InlinedVector<grpc_arg, 2>::InlinedVector' requested here absl::InlinedVector<grpc_arg, 2> new_args = { ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_arg>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_arg>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_arg>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_arg>, std::allocator<grpc_arg>>, absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_arg, 3, std::allocator<grpc_arg>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/xds/xds_server_config_fetcher.cc:998:36: note: in instantiation of member function 'absl::InlinedVector<grpc_arg, 3>::InlinedVector' requested here absl::InlinedVector<grpc_arg, 3> args_to_add; ^ In file included from src/core/ext/xds/xds_server_config_fetcher.cc:21: In file included from third_party/abseil-cpp/absl/strings/str_join.h:59: In file included from third_party/abseil-cpp/absl/strings/internal/str_join_internal.h:42: In file included from third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h:26: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_arg>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<grpc_arg>, std::allocator<grpc_arg>>, absl::is_trivially_copy_constructible<grpc_arg>, absl::is_trivially_copy_assignable<grpc_arg>, absl::is_trivially_destructible<grpc_arg>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:118:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<grpc_arg, 3, std::allocator<grpc_arg>>::~Storage' requested here InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} ^ src/core/ext/xds/xds_server_config_fetcher.cc:998:36: note: in instantiation of member function 'absl::InlinedVector<grpc_arg, 3>::InlinedVector' requested here absl::InlinedVector<grpc_arg, 3> args_to_add; ^ 62 warnings generated. 65 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c src/core/lib/address_utils/parse_address.cc -o python_build/temp.linux-x86_64-cpython-310/src/core/lib/address_utils/parse_address.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:350:36: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_constructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned short>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned short>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned short, short>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:188:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)] return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned int>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned int>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned int>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned int, int>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:191:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned int, Source = int32_t, $2 = (no value)] return bit_cast<int32_t>(FromHost32(bit_cast<uint32_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:46:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<long long>' requested here type_traits_internal::is_trivially_copyable<Source>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins] (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:562:7: note: in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here is_trivially_destructible<ExtentsRemoved>::value && ^ third_party/abseil-cpp/absl/meta/type_traits.h:571:39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {}; ^ third_party/abseil-cpp/absl/base/casts.h:47:37: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned long long>' requested here type_traits_internal::is_trivially_copyable<Dest>::value && ^ third_party/abseil-cpp/absl/base/casts.h:153:45: note: in instantiation of template class 'absl::internal_casts::is_bitcastable<unsigned long long, long long>' requested here typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value, ^ third_party/abseil-cpp/absl/base/casts.h:155:13: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long] inline Dest bit_cast(const Source& source) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/base/internal/endian.h:194:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)] return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x))); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::string_view>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::string_view>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/types/internal/optional.h:174:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::string_view>' requested here bool unused = absl::is_trivially_copy_constructible<T>::value&& ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/types/internal/optional.h:175:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here absl::is_trivially_copy_assignable<typename std::remove_cv< ^ third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here class optional : private optional_internal::optional_data<T>, ^~~~~~~~~~~~~~~~ third_party/abseil-cpp/absl/strings/cord.h:676:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here absl::optional<absl::string_view> maybe_flat = c.TryFlat(); ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::cord_internal::CordRep *>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::cord_internal::CordRep *>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins] bool, __has_trivial_assign(typename std::remove_reference<T>::type) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::cord_internal::CordRep *>, std::allocator<absl::cord_internal::CordRep *>>, absl::is_trivially_copy_constructible<absl::cord_internal::CordRep *>, absl::is_trivially_copy_assignable<absl::cord_internal::CordRep *>, absl::is_trivially_destructible<absl::cord_internal::CordRep *>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::cord_internal::CordRep *, 47, std::allocator<absl::cord_internal::CordRep *>>::~Storage' requested here ~InlinedVector() {} ^ third_party/abseil-cpp/absl/strings/cord.h:350:9: note: in instantiation of member function 'absl::InlinedVector<absl::cord_internal::CordRep *, 47>::~InlinedVector' requested here class ChunkIterator { ^ In file included from src/core/lib/address_utils/parse_address.cc:21: In file included from ./src/core/lib/address_utils/parse_address.h:28: In file included from ./src/core/lib/iomgr/resolve_address.h:26: In file included from third_party/abseil-cpp/absl/status/statusor.h:47: In file included from third_party/abseil-cpp/absl/base/call_once.h:34: In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:42: third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins] : std::integral_constant<bool, __has_trivial_destructor(T) && ^ third_party/abseil-cpp/absl/meta/type_traits.h:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::status_internal::Payload>' requested here absl::is_trivially_destructible<T>::value> {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::status_internal::Payload>' requested here std::is_lvalue_reference<T>>::type::type { ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:24: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::status_internal::Payload>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/meta/type_traits.h:234:7: note: in instantiation of template class 'absl::conjunction<absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here : std::conditional<T::value, conjunction<Ts...>, T>::type {}; ^ third_party/abseil-cpp/absl/container/internal/inlined_vector.h:308:16: note: in instantiation of template class 'absl::conjunction<std::is_same<std::allocator<absl::status_internal::Payload>, std::allocator<absl::status_internal::Payload>>, absl::is_trivially_copy_constructible<absl::status_internal::Payload>, absl::is_trivially_copy_assignable<absl::status_internal::Payload>, absl::is_trivially_destructible<absl::status_internal::Payload>>' requested here } else if (IsMemcpyOk<A>::value) { ^ third_party/abseil-cpp/absl/container/inlined_vector.h:257:3: note: in instantiation of member function 'absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1, std::allocator<absl::status_internal::Payload>>::~Storage' requested here ~InlinedVector() {} ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:48:5: note: in instantiation of member function 'absl::InlinedVector<absl::status_internal::Payload, 1>::~InlinedVector' requested here delete __ptr; ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of member function 'std::default_delete<absl::InlinedVector<absl::status_internal::Payload, 1>>::operator()' requested here __ptr_.second()(__tmp); ^ TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::reset' requested here ~unique_ptr() { reset(); } ^ third_party/abseil-cpp/absl/status/internal/status_internal.h:50:3: note: in instantiation of member function 'std::unique_ptr<absl::InlinedVector<absl::status_internal::Payload, 1>>::~unique_ptr' requested here StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, ^ 28 warnings generated. 61 warnings generated. arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.47.0\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c third_party/abseil-cpp/absl/base/internal/cycleclock.cc -o python_build/temp.linux-x86_64-cpython-310/third_party/abseil-cpp/absl/base/internal/cycleclock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread creating None creating None/tmp creating None/tmp/tmpvghxnszf arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.10.5-r0=/usr/src/debug/python3/3.10.5-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -DHAVE_BROKEN_POSIX_SEMAPHORES -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0=/usr/src/debug/python3-grpcio/1.47.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native= -fPIC -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot/usr/include/python3.10 -c /tmp/tmpvghxnszf/a.c -o None/tmp/tmpvghxnszf/a.o Traceback (most recent call last): File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py", line 185, in _compile self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/_spawn_patch.py", line 54, in _commandfile_spawn _classic_spawn(self, command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py", line 987, in spawn spawn(cmd, dry_run=self.dry_run, **kwargs) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/spawn.py", line 68, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang' failed with exit code 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/commands.py", line 283, in build_extensions build_ext.build_ext.build_extensions(self) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 466, in build_extensions self._build_extensions_serial() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 492, in _build_extensions_serial self.build_extension(ext) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 202, in build_extension _build_ext.build_extension(self, ext) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 547, in build_extension objects = self.compiler.compile( File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/_parallel_compile_patch.py", line 58, in _parallel_compile multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map( File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 364, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 771, in get raise self._value File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar return list(map(*args)) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/_parallel_compile_patch.py", line 54, in _compile_single_file self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py", line 187, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang' failed with exit code 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/setup.py", line 547, in <module> setuptools.setup( File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 87, in setup return distutils.core.setup(**attrs) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_commands self.run_command(cmd) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command super().run_command(command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command cmd_obj.run() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/wheel/bdist_wheel.py", line 299, in run self.run_command('build') File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 319, in run_command self.distribution.run_command(command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command super().run_command(command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command cmd_obj.run() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/command/build.py", line 24, in run super().run() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build.py", line 132, in run self.run_command(cmd_name) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 319, in run_command self.distribution.run_command(command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command super().run_command(command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 992, in run_command cmd_obj.run() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 79, in run _build_ext.run(self) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 346, in run self.build_extensions() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/commands.py", line 287, in build_extensions raise CommandError( commands.CommandError: Failed `build_ext` step: Traceback (most recent call last): File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py", line 185, in _compile self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/_spawn_patch.py", line 54, in _commandfile_spawn _classic_spawn(self, command) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py", line 987, in spawn spawn(cmd, dry_run=self.dry_run, **kwargs) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/spawn.py", line 68, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang' failed with exit code 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/commands.py", line 283, in build_extensions build_ext.build_ext.build_extensions(self) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 466, in build_extensions self._build_extensions_serial() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 492, in _build_extensions_serial self.build_extension(ext) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 202, in build_extension _build_ext.build_extension(self, ext) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 547, in build_extension objects = self.compiler.compile( File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/_parallel_compile_patch.py", line 58, in _parallel_compile multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map( File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 364, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 771, in get raise self._value File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar return list(map(*args)) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/grpcio-1.47.0/src/python/grpcio/_parallel_compile_patch.py", line 54, in _compile_single_file self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py", line 187, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang' failed with exit code 1 ERROR: 'python3 setup.py bdist_wheel ' execution failed. WARNING: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/temp/run.do_compile.3007421:178 exit 1 from 'exit 1' WARNING: Backtrace (BB generated script): #1: bbfatal_log, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/temp/run.do_compile.3007421, line 178 #2: setuptools3_do_compile, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/temp/run.do_compile.3007421, line 168 #3: do_compile, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/temp/run.do_compile.3007421, line 157 #4: main, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.47.0-r0/temp/run.do_compile.3007421, line 182